Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Functions and & SQL Server ODBC
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
VFP Functions and & SQL Server ODBC
Miscellaneous
Thread ID:
00395707
Message ID:
00395707
Views:
35
We are creating views against a SQL Server and have encountered new thing (go figure). In the SQL server, there is a datetime field and we tried to setup a VFP view to pull just the date portion in the view:

ttoc(subs(record_datetime,1,10)) as JustDate

When we attempt to run the view, we get an ODBC error saying function ttoc not found, if we try just substring() we get a conversion error, but if we do left(record_datetime,1,10) it works returning a character field.

I just thought there may be a posting somewhere that list valid command you can use in a remote view.

Thanks for any help.
Kirk
Next
Reply
Map
View

Click here to load this message in the networking platform