packaging an access database in asp.net

alsuze

New member
Joined
Nov 7, 2005
Messages
1
Programming Experience
Beginner
hi,

how do I package my access database so that my application see it and know that it is a db?

I am using a web setup project to package my web application. If I create a special folder under "File system on Target machine" and place the db there will this be enough for my application to acess my db?

I am using the following statement to connect to my db:
'conUsers = New OleDb.OleDbConnection("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA Source=C:\AHEC\AMC.MDB")

my db is in the same directory as my aspx files.
 
Back
Top