Wrox Home  
Search P2P Archive for: Go

  Return to Index  

activex_data_objects thread: Connecting to remote MS Access database


Message #1 by venkat kl <venkat_kl@y...> on Tue, 4 Dec 2001 21:47:02 -0800 (PST)
Dear Sir,



I want to connect to a remote MS Access Database which

I have uploaded to the site where i have got my site

placed. Along with my asp pages , i have uploaded MS

Access Database file also. Now I want to update my

Access Database. I tried through code as below

oConn.Open "Provider=MS Remote;" & _

           "Remote  Server=http://myServerName;" & _ 

           "Remote Provider=MSDASQL;" & _

           "FileDSN=file DSN Name;" & _

           "Uid=myUsername;" & _

           "Pwd=myPassword;" 





and also with 



oConn.Open "Provider=MS Remote;" & _ 

           "Remote Server=http://myServerName;" & _

        "Remote Provider=Microsoft.Jet.OLEDB.4.0;" & _

        "Data Source=c:\somepath\mydb.mdb;", _

           "admin", ""







but it is giving can not create transaction object or

some thing like that.



Please help me in this regard,

All that I want is I want to connect to my MS Access

Database and do ADD MODIFY & DELETE



Thanks in Advance



bye

venkat..

venkat_kl@y...





__________________________________________________

Do You Yahoo!?

Buy the perfect holiday gifts at Yahoo! Shopping.

http://shopping.yahoo.com


  Return to Index