Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a column in a dataset with decimal
Message
De
22/05/2013 15:44:16
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Adding a column in a dataset with decimal
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01574528
Message ID:
01574528
Vues:
45
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform