Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursorsetprop()
Message
De
05/11/2003 10:59:16
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Cursorsetprop()
Divers
Thread ID:
00846522
Message ID:
00846522
Vues:
57
I am confused!!!! So what else is new right. I am just starting to use SQL tabel and remote views etc..

Okay I have some code something like this

delete view v_question

create sql view v_question remote connection sqlconn as select * from final

cursorsetprop("UpdatableFieldList",Lcflist ,"v_question")
cursorsetprop("Tables", "dbo.Final" , "v_question")
cursorsetprop("SendUpdates", .T. , "v_question")

(lcflist is populated earlier)

Then after doing some data entry and get ready to save I get an error that no update tables are specified.. with cursorgetprop I can see the value from above is still set. I have tried taking dbo. out etc.. I'm sure someone can give me a few ideas
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform