Hey there, I have recently installed Visual Studio .Net and want to begin using it with our database but I cannot get to the pervasive DB.<BR><BR>With ASP, I connect like this:<BR>Dim objConn<BR>Set objConn = server.CreateObject("ADODB.Connection")<BR>ObjConn.ConnectionString = "Driver={Pervasive ODBC Engine Interface};dbq=E
VSW2STARCO"<BR>objConn.Open<BR><BR><BR>With ASP.NET, I've tried many ways but none of them work. Can anyone give an example of how to connect (DSN-less or w/DSN) to a Pervasive DB? I've got Pervasive.SQL 2000 installed and the pervasive engine interface. Does it just NOT work? <BR>did you try:<BR>"Provider=PervasiveOLEDB;" & _<BR> "Data Source=E
VSW2STARCO;"Contact Pervasive Support. I know a month ago they were having some issues with asp.net and the connection.

