C
Camel
Hi,
I have the following SQL code :
SELECT null AS Fred from Debtors
This is part of the SelectCommand.CommandText for an OleDbAdapter (Jet
4). When I test this SQL within Visual Studio I get a binary value,
not a blank field.
I also get the following error when the SQL is parsed :
Error in SELECT clause: expression near 'NULL'.
Unable to parse query text.
Does anyone have any ideas?
Regards,
Camel
I have the following SQL code :
SELECT null AS Fred from Debtors
This is part of the SelectCommand.CommandText for an OleDbAdapter (Jet
4). When I test this SQL within Visual Studio I get a binary value,
not a blank field.
I also get the following error when the SQL is parsed :
Error in SELECT clause: expression near 'NULL'.
Unable to parse query text.
Does anyone have any ideas?
Regards,
Camel