M
Milan Kuèera
Hi,
I need to get some numeric data converted to a string from Access through
Jet .
For example, it is exactly somethig I can easily write in MS SQL like this:
SELECT ... CONVERT(varchar, MyNumeric) FROM MyTable
On MSSQL it works perfectly, but on Access/Jet I cannot find the right
syntax for it.
Any suggestions?
Thanks in advance
Milan
I need to get some numeric data converted to a string from Access through
Jet .
For example, it is exactly somethig I can easily write in MS SQL like this:
SELECT ... CONVERT(varchar, MyNumeric) FROM MyTable
On MSSQL it works perfectly, but on Access/Jet I cannot find the right
syntax for it.
Any suggestions?
Thanks in advance
Milan