Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a character field in a dataset
Message
From
16/03/2006 18:21:51
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Creating a character field in a dataset
Miscellaneous
Thread ID:
01105142
Message ID:
01105142
Views:
57
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
Next
Reply
Map
View

Click here to load this message in the networking platform