- Joined
- Jun 20, 2005
- Messages
- 2
- Reaction score
- 0
Hello ,
I am using SqlCeRemoteDataAccess.Pull method in my project. and when I use an only select statement as the select string it works fine and pulls the result to the local table.
but when I use stored proc which actually selects records at the end, it does not work. in documentation it says that we can use pull method with stored procs that returns rows. but when I used the stored proc in pull method the stored proc works fine in the sql server and returns the rows but in device local table is not created. and it gives no error , no exception .
is there anybody who can help me.
thanks.
I am using SqlCeRemoteDataAccess.Pull method in my project. and when I use an only select statement as the select string it works fine and pulls the result to the local table.
but when I use stored proc which actually selects records at the end, it does not work. in documentation it says that we can use pull method with stored procs that returns rows. but when I used the stored proc in pull method the stored proc works fine in the sql server and returns the rows but in device local table is not created. and it gives no error , no exception .
is there anybody who can help me.
thanks.