WoG
05-19-2004, 01:29 PM
I am having problems connecting to a MS Access DB that is on a network server (not local) through ADO/ASP.
Here is the latest version of my connection string:
'set connmajors = server.CreateObject("ADODB.Connection")
'connmajors.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=\\server\accessdb.mdb; Uid=***; Pwd=***;"
This does not work. I want to use a DSNless connection, but there are so many examples of different types of those- I am a bit confused. Do I even need the username/password?
My goal is to connect to a MS Access db to pull values from a table to populate a drop down list.
Does anyone have experience trying to get MS Access data off of a server and populate a drop down list?
Thanks
Jesse
Here is the latest version of my connection string:
'set connmajors = server.CreateObject("ADODB.Connection")
'connmajors.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=\\server\accessdb.mdb; Uid=***; Pwd=***;"
This does not work. I want to use a DSNless connection, but there are so many examples of different types of those- I am a bit confused. Do I even need the username/password?
My goal is to connect to a MS Access db to pull values from a table to populate a drop down list.
Does anyone have experience trying to get MS Access data off of a server and populate a drop down list?
Thanks
Jesse