problem connecting to my online database
hi guys!
I'm facing some problem in connecting to my online db. otherwise its going fine on my localhost. I think there is something wrong with my .inc file coz it contains my connectivity code. Here it is:
<%
set myconn = server.CreateObject ("ADODB.connection")
myconn.open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=http://cc.domaindlx.com/umairrathore/mydb.mdb"
%>
i need to connect "mydb.mdb" database in the directory "umairrathore" at domain Name "cc.domaindlx.com"
Thanx
__________________
Don\'t express ur emotions, let the Emotions express themselves
|