Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Column is read only
Message
De
12/03/2008 21:32:26
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Column is read only
Divers
Thread ID:
01301620
Message ID:
01301620
Vues:
59
When I was using the VFPOleDB data provider to access VFP data from my application, from VB.NET, I was able to update a data row. So, assuming I was having a SQL like this:
SELECT MyTable.Numero,0 AS Enabled FROM MyTable
I was then able to do this:
toRow("Enabled") = 1
where toRow is a data row of one record from the SQL result.

However, with the SQLClient data provider, I obtain a message that says:

"Column 'Enabled' is read only."

How can I workaround that?
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