RDA - fejl i forbindelsen!
Jeg bruger følgende kode til at tilgå min db og få det ned på min pda...public string InternetServer = "http://localhost/Inetpub/wwwroot/northwin/sscesa20.dll";
public string InternetUser
="BASE\\IUSR_BASE";
public string InternetPassword
= "";
public string RemoteConnection
= "Provider=sqloledb;Data Source=PDASYS;Initial Catalog=gb;User Id=BASE\\IUSR_BASE;Password=";
public string LocalDatabase
= "\\My Documents\\ga.sdf";
public string LocalConnection
= "Provider=Microsoft.SQLSERVER.OLEDB.CE.2.0;Data Source=\\My Documents\\ga.sdf";
public string LocalTableName
= "Result";
public string RemoteTableName
= "Result";
Jeg får en fejl når jeg prøver at forbinde, og det skyldes nok at jeg ikke helt ved hvad der skal stå de forskellige steder!
Jeg tror at fejlen ligger i RemoteConnection hvor jeg ikke ved hvad data source og initial catalog skal være!
Nogle der kan hjælpe???
