Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ability to update a SQL result
Message
De
17/03/2008 17:59:17
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
01302815
Message ID:
01302834
Vues:
9
>I believe the answer I gave you still remains the same. You can do it through updatable views. I started to read on views when I saw your first question, but I think this is the direction you should be heading.

I do:
oDataView = oDataSet.Tables("Temp").DefaultView
oDataView.AllowEdit = True
but this doesn't change anything. I still cannot do this:
loRow = loDataProvider.oDataView(0).Row
loRow("MyColumn") = "Something"
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform