Hi Guys,
I need to pass a ASCII character to a stored procedure as it uses this char as a seperator. The vb that currently calls the procedure uses this function to define the seperator Chr$(1) this evaluates to something like the following symbol
How can I copy this in SQL? I know there is an ASCII function but I cannot work out how to use it correctly.