Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a character field in a dataset
Message
De
17/03/2006 10:09:01
 
 
À
16/03/2006 21:04:15
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01105142
Message ID:
01105294
Vues:
13
>You probably need to set the MaxLength property of a DataColumn:
>
>            loDataSet.Tables(0).Columns.Add("Name", GetType(System.String))
>            loDataSet.Tables(0).Columns("Name").MaxLength = 5
>
Thanks, this works.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform