showerror(

  • Thread starter Thread starter glenn
  • Start date Start date
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
 
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.
 
Back
Top