Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update Null in Remote view
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Update Null in Remote view
Miscellaneous
Thread ID:
00650549
Message ID:
00650549
Views:
52
I have a remote view going against SQL server. If I try to update a record that had a null date field with a non-null date, I get an update conflict. This is because the remote view is sending a SQL command that looks like this:
UPDATE ordercomments set tedited = 'Apr 29 2002 11:44AM' where uordcommid=1 and teditedon=SPACE(23)
The problem is the teditedon=SPACE(23) condition will never find my null date. How can I tell the remote view to send
teditedon is null
instead?

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform