Quote:
Originally Posted by tchiloh
now i have this error: An error has occurred on the computer running IIS.
Code:
string rdaOleDbConnectString = "Provider=PervasiveOLEDB;"
+ @"Data Source=DEMODATA;"
+ "Location=SERVER4;"
+ "User ID=Master;"
+ "Password=test;";
|
Try this one (notice the 'dot'):
"Provider=PervasiveOLEDB.;"