B
bob
Hi
i want to pull data from two tables using RDA from SqlServer database which
is on main server .
when i write code
objServer.Pull("LoginInfo","Select UserId,UserName,Password from
LoginInfo",StartingPoint.ServerConnectionString,RdaTrackOption.TrackingOnWit
hIndexes,"ErrorTable");
objServer.Pull("ServerInfo","Select ServerId,Name from
ServerInfo",StartingPoint.ServerConnectionString,RdaTrackOption.TrackingOnWi
thIndexes,"ErrorTable");
it gives me error on line
objServer.Pull("ServerInfo","Select ServerId,Name from
ServerInfo",StartingPoint.ServerConnectionString,RdaTrackOption.TrackingOnWi
thIndexes,"ErrorTable");
Error: Local table is already exists.
but it doesn't exist on local database .
i m doing it for my pocket pc application , i m creating application in c#.
Anyone can tell me wht's a problem
thanx.
i want to pull data from two tables using RDA from SqlServer database which
is on main server .
when i write code
objServer.Pull("LoginInfo","Select UserId,UserName,Password from
LoginInfo",StartingPoint.ServerConnectionString,RdaTrackOption.TrackingOnWit
hIndexes,"ErrorTable");
objServer.Pull("ServerInfo","Select ServerId,Name from
ServerInfo",StartingPoint.ServerConnectionString,RdaTrackOption.TrackingOnWi
thIndexes,"ErrorTable");
it gives me error on line
objServer.Pull("ServerInfo","Select ServerId,Name from
ServerInfo",StartingPoint.ServerConnectionString,RdaTrackOption.TrackingOnWi
thIndexes,"ErrorTable");
Error: Local table is already exists.
but it doesn't exist on local database .
i m doing it for my pocket pc application , i m creating application in c#.
Anyone can tell me wht's a problem
thanx.