Please HELP!!!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have this problem,

I do an update to VFP table, using oledb

all works fine while I run the asp net application from visual net IDE

when I close the IDE (same computer) and open explorer to run the
application and try to update the table, I get the error "cannot update the
cursor 'cursor' "

as if the table is read only, of course not, because works fine inside IDE

so, Have I to share the table o make some changes to give permisions or
something to acces tables write mode?

thanks
 
Sistec,

Just as advice
If you use VFP than put VFP in your subject or visit the VFP newsgroup.

They are very well knowned with dotNet.

Cor
 
Thanks Cor,

I did solve it, and Believe me, this was an Visual net issue, (i am using
100% net code with oledb, tables, etc). I just had to read hundred of visual
net pages :)

Now Application is working very very fine :)

I am writting Bussiness class to access VFP/SQL databases with the same
class, to easy upgrade applications to net

anyway thanks for you help.

I love visual net !!!
 
Back
Top