Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making Pass-Through cursor updateable

Status
Not open for further replies.

daleoclarke

Programmer
Oct 22, 2002
6
0
0
JM
I NEED HELP. I'm at the end of my rope.

I used SQLEXEC() to return results from SQL Server 7 with hope of making the result set updateable.

Keep gettting the error "No update tables are specified. use the Tables property of the cursor".

I'm using VFP 7

CURSORSETPROP("Buffering" ,3,"test")
CURSORSETPROP("tables" ,"dept","test")
CURSORSETPROP("KeyFieldList","Id","Test")
CURSORSETPROP("Updatefields","dpt_code,dpt_name","test")
CURSORSETPROP("SendUpdates",.t.,'test')

What am I doing wrong. HELP!! Anybody
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top