Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a column in a dataset with decimal
Message
From
22/05/2013 15:44:16
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Adding a column in a dataset with decimal
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01574528
Message ID:
01574528
Views:
46
When I add a column in a dataset, I may have something like this:
oData.oDataSet.Tables(0).Columns.Add(lcField, GetType(System.String))
oData.oDataSet.Tables(0).Columns(lcField).MaxLength = lnLength
But, when I need to create a Double type, I would like to specify the number of decimals. I cannot seem to find the property for that. Anyone would know?
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