A
Andrus
ADO net sql command contains parameters in form
n
where n is 1-3 digits
How to convert this string to {n} format, i.e. remove
and add curly
braces?
For example,
SELECT * FROM x WHERE
1=1 AND
99=3 should converted to
SELECT * FROM x WHERE {1}=1 AND {99}=3
Andrus.
![Stick Out Tongue :P :P](/styles/default/custom/smilies/tongue.gif)
where n is 1-3 digits
How to convert this string to {n} format, i.e. remove
![Stick Out Tongue :P :P](/styles/default/custom/smilies/tongue.gif)
braces?
For example,
SELECT * FROM x WHERE
![Stick Out Tongue :P :P](/styles/default/custom/smilies/tongue.gif)
![Stick Out Tongue :P :P](/styles/default/custom/smilies/tongue.gif)
SELECT * FROM x WHERE {1}=1 AND {99}=3
Andrus.