View Single Post
  #9 (permalink)  
Old 02-05-10, 11:47
tchiloh tchiloh is offline
Registered User
 
Join Date: Nov 2009
Posts: 18
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;";
Reply With Quote