Jun 9, 2004 #1 txan Vendor Jun 9, 2004 2 US How do you bind sql code in mdq? Is Bind only available in dblookup/dbquery? Or would/does tx mdq bind using the native oracle bind syntax? Any examples?
How do you bind sql code in mdq? Is Bind only available in dblookup/dbquery? Or would/does tx mdq bind using the native oracle bind syntax? Any examples?
Jun 29, 2004 Thread starter #2 txan Vendor Jun 9, 2004 2 US I have successfully used :bind()within the MDQ. The key point is Mercator/tx automtically bindsdata in columns; you only need this syntax for hard coded values and run time variables used (#var#) Upvote 0 Downvote
I have successfully used :bind()within the MDQ. The key point is Mercator/tx automtically bindsdata in columns; you only need this syntax for hard coded values and run time variables used (#var#)