Stored Procedure Via Sql.Data.SqlCilent in .NETCF

S

SVGeek

Hi!

I was reading the book by Larry Roof "The Definitive Guide to the .NET
Compact Framework" and one more book "Sql Server CE Database Development in
..NET Framework" (duno about the author).

The thing is I try to search the example of using the SqlParameter and
calling the StoredProcedures on the .NET Compact Framework.

Any one point me on the right direction where can I Get this specific
detail?

Take Care,

SVGeek
 
W

William Ryan eMVP

It's Rob Tiffany that wrote the second book. Are you asking about Params
with SQL CE Stored Procedures? If so, you're out of luck, and out of luck
for a while b/c they aren't supported on CE and aren't going to be in the
next release either.

But calling them on SqlClient is exactly the same as it would be on the
desktop/full framework.
 

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