Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLEDB/ADO Database Table Creation ?
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00559939
Message ID:
00563997
Views:
31
You can also loop through ADOX.Columns collection to retrieve all columns info.
However in all cases you'll need to convert ADO data types to FoxPro types. IMO it may be better to get columns info using ODBC and SPT SQLCOLUMNS() function with FOXPRO option.

>I have a side question on this one. In my app, I need to read the table structure from a MSSQL2K database and then do my "Create Table" structure. Do you know how I might easily do that with ADO (using the Connection object reference to my MSSQL2K box)?
Previous
Reply
Map
View

Click here to load this message in the networking platform