View Single Post
  #11 (permalink)  
Old 02-15-10, 06:00
Keereweer Keereweer is offline
Registered User
 
Join Date: Mar 2008
Posts: 14
Quote:
Originally Posted by tchiloh View Post
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.;"
Reply With Quote