Click to See Complete Forum and Search --> : connection between asp and access


DivyaJaiKumar
September 20th, 2005, 05:54 AM
Whoever it is - Hai!
I want to know how to connect asp program with the access which scripting language would be more useful and what is way to connect it. It would be better if you could send me the code for that.
Thanks in advance.

Nasty2
September 26th, 2005, 03:55 AM
You can connect to an Access database by using an
OledbConnection with the following as a connection string

Provider=Microsoft.Jet.OLEDB.4.0;
Data Source=C:\.....\myDatabase.mdb

....and u also could try looking here:
http://www.aspnetpro.com/newsletterarticle/2003/04/asp200304FW_l/asp200304FW_l.asp

Hope it helps!