Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binding Controls to ADO Recordset
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00510179
Message ID:
00510531
Views:
20
Dan:

To get around the date problem, I use the following in my select stored procedures. It returns the date as a string without the time part.

convert(char(10), date_field, 101)

When I call the an update stored procedure, its already in the correct format for SQL Server. SQL server ignores the missing time part.

Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform