Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating Records in an MS SQL CE Database
Message
 
 
À
25/05/2009 23:59:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Divers
Thread ID:
01401914
Message ID:
01401943
Vues:
61
I don't now about SQL Server CE but in general ADO supports INSERT/UPDATE/DELETE but you may have to configure connection properties correctly for that. In particular CursorLocation and CursorType. Try to make recordset a client side
CursorLocation = ADUSECLIENT
>I am trying to insert records into a .net local data table (SQL Compact Edition .sdf File)
>
>I am using a cursor adapter since these is no ODBC driver for this.
>
>I can open the table just fine but I cannot get an insert to work. Is it possible to insert into an ADO table?
>
>This is what is being returned by aerror after the tableupdate()
>
> ( 1, 1) N 1435 ( 1435.00000000)
> ( 1, 2) C "Microsoft Cursor Engine : Multiple-step operation generated errors. Check each status value."
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform