Hi Volodymyr Grynchyshyn
I have seen the code that you made for work with cursors generated by SQLexe() for me are so important because I don’t like make viewer I like work with SQLexe() .
I modified to use in one of my cursor
//cod
CURSORSETPROP('Tables', 'dbo.arinvc')
CURSORSETPROP('UpdateNameList', 'lexported dbo.invc.lexported, dexported dbo.arinvc.dexported')
CURSORSETPROP('KeyFieldList','cinvno')
CURSORSETPROP('UpdatableFieldList', 'lexported, dexported')
CURSORSETPROP('SendUpdates', .T.)
CURSORSETPROP('buffering', 3)
//end code
I the program work ok in VFP but don’t update in SQL-server
Even I run tableupdate(.T.,.T.) after all the change.
I you or somebody have any idea
Thank
[sig][/sig]
I have seen the code that you made for work with cursors generated by SQLexe() for me are so important because I don’t like make viewer I like work with SQLexe() .
I modified to use in one of my cursor
//cod
CURSORSETPROP('Tables', 'dbo.arinvc')
CURSORSETPROP('UpdateNameList', 'lexported dbo.invc.lexported, dexported dbo.arinvc.dexported')
CURSORSETPROP('KeyFieldList','cinvno')
CURSORSETPROP('UpdatableFieldList', 'lexported, dexported')
CURSORSETPROP('SendUpdates', .T.)
CURSORSETPROP('buffering', 3)
//end code
I the program work ok in VFP but don’t update in SQL-server
Even I run tableupdate(.T.,.T.) after all the change.
I you or somebody have any idea
Thank
[sig][/sig]