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

Click here to load this message in the networking platform