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.
Printable View
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.
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/newslettera...200304FW_l.asp
Hope it helps!