If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > How to save a blank date in SQL using VB6

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-24-09, 04:07
Sammy 1 Sammy 1 is offline
Registered User
 
Join Date: Jul 2009
Posts: 2
How to save a blank date in SQL using VB6

July 24, 2009

Hi Anyone,

In SQL, date fields are null by default. If I save a valid date in a date field, it will be saved.
But if I want to replace the date in that field (because the date there is incorrect) with blank, there is an error message that says: “Multiple-step operation generated errors. Check each status value.”

Please help. Thanks

Simeon
Reply With Quote
  #2 (permalink)  
Old 07-24-09, 04:22
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
Quote:
Originally Posted by Sammy 1
“Multiple-step operation generated errors. Check each status value.”
that's not a mysql error

to store a "blank date" (which isn't possible, by the way), store a NULL instead

maybe you posted in the wrong forum
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On