Hi, I have a Sql app which I am working on for mobile and I am finding it difficult to add stored procedures to the SqlCE db. Any help please.
Printable View
Hi, I have a Sql app which I am working on for mobile and I am finding it difficult to add stored procedures to the SqlCE db. Any help please.
Hi,
it should be more than difficult - it should be impossible as SqlCe doesn't support stored procedures, or triggers. :)
From what I understand, it is not likely to either
Pete