Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with MySQL Max / SapDB
Message
From
09/12/2003 07:06:31
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
09/12/2003 06:57:21
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Germany
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00857116
Message ID:
00857117
Views:
22
>Hello Everybody !
>
>I want to store data into a "MySQLMax / SAP DB" table via ODBC, but i can't handle empty date fields?????
>The field in the table is defined as typ date (not null = no)
>
>*scan my ascii input data file
>scan
>l_customer = mycustomer
>l_enddate = ctod(myenddate)
>
>l_sqlcmd = "insert into xyz (customer,enddate) values(?l_customer,?l_enddate)"
>
>l_error= SQLEXEC(p_connection,l_sqlcmd)
>
>endscan
>
>if myenddate = " " the following error message occurs:
>Connectivity-Fehler: [MySQL MaxDB][SQLOD32 DLL] Datetime field overflowdatetime field overflow'
>
>i tried : if empty myenddate
> l_enddate = ctod(" ")
> l_enddate = " "
> l_enddate = "0000-00-00"
> l_enddate = "00000000"
> l_enddate = " - - "
> l_enddate = "0"
>
>no success !! always 'Connectivity-Fehler: [MySQL MaxDB][SQLOD32 DLL] Datetime field overflow'
>
> l_enddate = "2099-01-01" works but this is not what i want !
>
>Any help welcomed
>
>Best regards
>Albert

You can't support empty datetime on an SQL backend. Either allow it to have nulls (preferred) or pass ^1899/12/30 for empty dates (ugly as there might be real ^1899/12/30 values).
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform