keith
02-27-2003, 10:03 AM
hi all... Im coding in VB.net
i get an error on this code.
i created the dsn using the tool
but i keep getting "Couldn't find installable ISAM"
the DB is an Access 2002 version File
odbConn = New System.Data.OleDb.OleDbConnection()
cnStr = "DSN=mysiteName_DSN;"
odbConn.ConnectionString = cnStr
odbConn.Open()
odbConn.Close()
any help would be appreciated ;)
thx Keith
i get an error on this code.
i created the dsn using the tool
but i keep getting "Couldn't find installable ISAM"
the DB is an Access 2002 version File
odbConn = New System.Data.OleDb.OleDbConnection()
cnStr = "DSN=mysiteName_DSN;"
odbConn.ConnectionString = cnStr
odbConn.Open()
odbConn.Close()
any help would be appreciated ;)
thx Keith