Question
trying to migrate from php to asp.
Hello,
Can any one fill in some missing gaps for me!? I ve been working PHP for a few years now, however a client has approached me to make some mods to there site that has been developed using asp. Im trying to feel my way through it all!
Each asp file calls a file called dsn.database.inc, which contains:
<%
Set dbConnection = Server.CreateObject("ADODB.Connection")
dbConnection.Provider = "Microsoft.Jet.OLEDB.4.0"
dbConnection.Open "\\xxxx\xxxxxx\x\xxxxxxxxxxxxxxx.net\user\htdocs\sitebuilder.mdb"
Server.ScriptTimeout = 300
%>
now im using a mac, so i think i will strugle to use a local ODBC !? correct!?
when establishing a connnection in DWMX, i pressumed i would selct DSN connection, name it and in the DSN box take from the above file \\xxxx\xxxxxx\x\xxxxxxxxxxxxxxx.net\user\htdocs\sitebuilder.mdb"
not that simple apparently! this doesnt work!!
What have i overlooked!?
Thanks
Dave
Can any one fill in some missing gaps for me!? I ve been working PHP for a few years now, however a client has approached me to make some mods to there site that has been developed using asp. Im trying to feel my way through it all!
Each asp file calls a file called dsn.database.inc, which contains:
<%
Set dbConnection = Server.CreateObject("ADODB.Connection")
dbConnection.Provider = "Microsoft.Jet.OLEDB.4.0"
dbConnection.Open "\\xxxx\xxxxxx\x\xxxxxxxxxxxxxxx.net\user\htdocs\sitebuilder.mdb"
Server.ScriptTimeout = 300
%>
now im using a mac, so i think i will strugle to use a local ODBC !? correct!?
when establishing a connnection in DWMX, i pressumed i would selct DSN connection, name it and in the DSN box take from the above file \\xxxx\xxxxxx\x\xxxxxxxxxxxxxxx.net\user\htdocs\sitebuilder.mdb"
not that simple apparently! this doesnt work!!
What have i overlooked!?
Thanks
Dave
