SqlCeRemoteDataAccess.Pull method

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top