Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Null nor not null columns
Message
From
09/06/2003 23:38:58
 
 
To
09/06/2003 19:05:52
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00798132
Message ID:
00798203
Views:
19
>I am using a Sybase ASA database version 8.02. Here is the select statement I am sending to the database. Im my testing I found the problem only when using the coalesce()function as part of the select. This is the same as the nvl() in foxpro.
>

Try to add NULL as last parameter for COALESCE. I am not sure about Sybase, but it works for SQL Server.
COALESCE (reportpref.printer,'Default',NULL) as cPrinter ,
Thanks,
Aleksey.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform