Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursorsetprop()
Message
From
05/11/2003 10:59:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Cursorsetprop()
Miscellaneous
Thread ID:
00846522
Message ID:
00846522
Views:
56
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
Next
Reply
Map
View

Click here to load this message in the networking platform