showerror(

G

glenn

Can anyone tell me what namespace ShowError is in? I copied source from
Microsoft site for working with database tables and was testing with it.
I'm using the namespaces they declared in their example but I can't compile
because it says it doesn't recognize the command.

Thanks,

glenn
 
I

Ilya Tumanov [MS]

If you mean the function to print error messages from SQL CE exception, it
should be in whatever namespace you're using.

That is, it's not included with CF/SQL CE but should be implemented by you.

Sample implementation is available in CF/SQL CE documentation, just look for
SqlCeError.



Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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