Home » questions » I need to fix my connection string for an online Access Table to a database. What do I change?
I need to fix my connection string for an online Access Table to a database. What do I change?
Provider = Microsoft.Jet. OLEDB.4.0; User ID=Admin; Data Source = login.mdb;
I realize I shouldn't have the spaces. But I didn't want answers to cut them off. So the database and Access Table *.htm file are located in the same folder. This isn't an ASP file, so I can't use the
" & Server.Mappath ("login.mdb") & "
to work this out. Any ideas?
I took out the User ID=Admin. I'm trying to make a DSNless connection.

Answers
blah_in_az
On 2006-08-10 22:08:39
p_sathiish
On 2006-08-10 23:26:09