Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting number of columns in a row
Message
De
17/03/2007 17:04:39
 
 
À
17/03/2007 16:22:36
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01205036
Message ID:
01205049
Vues:
26
This message has been marked as a message which has helped to the initial question of the thread.
Actually, Kevin ... your answer *WAS* way better and correct.

Sorry Mike, but your syntax won't cut it (unless you're using a Typed DataSet where you have a DataTable named table), but for a plain old run of the mill DataSet, it needs to be:
DataSet.Tables["MyTable"].Columns.Count 
//or 
DataSet.Tables[0].Columns.Count 
'or in VB, substitue () for []
~~Bonnie


> In a datatable? dataset.table.columns.count
>
>Jeez, that was SO MUCH BETTER than my reply!!! (haha, just kidding)
>
>your friend,
>Tracy-in-a-bad-mood
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform