H
hllee75
Dear All,
This is the situation, my application is using VB.net 2003 as
front-end and Foxpro 9.0 as database. I don't want other people to
access the foxpro database and see the table structure, so i added a
proceduce in Foxpro open table event. The proceduce will prompt for
password,only allow to modify table structure if the password is
right.
After doing so, my program will not be access the table in Foxpro
because of the proceduce, everytime i call dataadapter.fill, or
OleCommand.excutenonquery or oleDBCommand.excutescalar i'll get error
message.
Guys, any solutions? Does Foxpro 9.0 has a database password
feature like Microsoft Access? Is Foxpro a good way to go with
Ado.Net?
Best Regards,
Han Lim
This is the situation, my application is using VB.net 2003 as
front-end and Foxpro 9.0 as database. I don't want other people to
access the foxpro database and see the table structure, so i added a
proceduce in Foxpro open table event. The proceduce will prompt for
password,only allow to modify table structure if the password is
right.
After doing so, my program will not be access the table in Foxpro
because of the proceduce, everytime i call dataadapter.fill, or
OleCommand.excutenonquery or oleDBCommand.excutescalar i'll get error
message.
Guys, any solutions? Does Foxpro 9.0 has a database password
feature like Microsoft Access? Is Foxpro a good way to go with
Ado.Net?
Best Regards,
Han Lim