Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing SQL servers tables and fields
Message
From
28/05/2004 18:28:58
 
 
To
28/05/2004 17:14:11
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00908326
Message ID:
00908355
Views:
32
Hi Dragan.

>sqlexec(h, "sp_columns ?cTable", "curColumns")
>select * from curColumns where data_type=11;
> into curs curDateTimes

A more generic mechanism that works with any ODBC database would use the SQLTABLES() and SQLCOLUMNS() functions.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform