Hii ...
Need anyone help in solving this problem.
I have a program running in
VB ... but I'm creating a new idea where my user can update the related information via browser. Since I'm using
vb and windows ... so I decide to use asp.
When I try to update, everything work just fine. Until I relize a problem when I open my
VB application at the same time (because I use
vb to perform action by checking value from database), The ASP won't be able to connect to database with error message
"Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xf34 Thread 0xec8 DBC 0x13e3fac Jet'.
/daily/Default.asp, line 27"
I know well it's not the asp program I write wrongly .. because If the dabase is not opening .. the asp program will just fine and work perfectly. I try also to open the database using access ... but the same problem. So I can justify that the asp can't connect to database when any application is opening the database.
Anyone have any solution to this?