Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sequel Sever
Message
 
À
05/04/2006 12:46:00
Randy Hooper
Ranco Business Software
Tampa, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01110680
Message ID:
01110698
Vues:
9
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform