Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sequel Sever
Message
 
To
05/04/2006 12:46:00
Randy Hooper
Ranco Business Software
Tampa, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01110680
Message ID:
01110698
Views:
10
>Is there a way to print out the table structure out of sequel server?
>
>Thanks

Yes, with sp_columns
replace here_your_table_name with the table name in SQL.
SQLEXEC(m.sqlhandler,[sp_columns @table_name = here_your_table_name],[my_cursor])
BROWSE normal
after sqlexec all is in my_cursor
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Reply
Map
View

Click here to load this message in the networking platform