Getting LIKE %you%

Sims, John (CDC/CCHP/NCBDDD) (CTR) ayu8 at CDC.GOV
Fri May 25 11:43:22 CDT 2007


> >> I've been through every Valentina 2 document I have, Reference, 
> >> Database Kernel, SQL and I cannot find any mention of an 
> error code 
> >> #460037.

Hi Chuck,

Have you tried Bart's suggestion of placing your code in a try/catch
block and msgbox'ing the error?

Try
	{You query code here}
catch err as VException
	MsgBox err.Message
End

-John



More information about the Valentina mailing list