|
-
September 20th, 2005, 05:54 AM
#1
connection between asp and access
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.
-
September 26th, 2005, 03:55 AM
#2
Re: connection between asp and access
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|