I am trying to create a web application using .NET and trying to connect to an access database..
can someone give me a connection string to do this??
This is driving me crazy..i have tryed the following
Dim cnn, strCnn
strCnn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\DB.mdb"
Set cnn = Server.CreateObject("ADODB.Connection"
cnn.Open strCnn
I get the following error..
ADODB could not be created
apartment thread componets cannot be created.
Thanks in advance
can someone give me a connection string to do this??
This is driving me crazy..i have tryed the following
Dim cnn, strCnn
strCnn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\DB.mdb"
Set cnn = Server.CreateObject("ADODB.Connection"
cnn.Open strCnn
I get the following error..
ADODB could not be created
apartment thread componets cannot be created.
Thanks in advance