Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a character field in a dataset
Message
De
16/03/2006 18:21:51
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Creating a character field in a dataset
Divers
Thread ID:
01105142
Message ID:
01105142
Vues:
55
If I have the following code to create a dataset:
            ' Create a dataset
            loDataSet.Tables.Add("Temp")
            loDataSet.Tables(0).Columns.Add("Name", GetType(System.String))
            loDataSet.Tables(0).Columns.Add("Length", GetType(System.Int32))
            loDataSet.Tables(0).Columns.Add("LastWriteTime", GetType(System.DateTime))
How can I update the first column line to create a character field of a specific length instead of a memo field?
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform