Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting number of columns in a row
Message
De
19/03/2007 08:15:10
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
À
17/03/2007 17:04:39
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:
01205431
Vues:
28
Actually Bonnie if you read Michel question both answers where not so right, since you may have a row that is passed to a method as a parameter and in that case you will not have the datatable or dataset variable.
The correct answer should be assuming you have a row var called myRow
myRow.Table.Columns.Count
>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
Alexandre Palma
Senior Application Architect
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform