Wednesday, March 7, 2012

call stored procedure and populate sql ce tables

I'm coding in a black hole that has a moving target in it.

Ok, I now need to call an stored procedure and with the results from the stored procedure I need to populate my tables on my handheld.

Any ideas on how I can do this? I was using inline sql "select col1, col2, from table1" and doing my rda pull from that, but now I need to call stored procedures to do this and one sp takes a parameter. How can I accomplish this on handheld ?

Pull without tracking and use "exec sp_name <param1value>, <param2value>"

No comments:

Post a Comment