M
Mark Martin
Hi All
I am having a couple problems with VS 2003 VB.net especially when deploying
and running my app on Win 2003 small business server. The app is a simple
but intensive windows form application using ado to retrieve data from an
ODBC database and then populate a MS CRM database using web services.
1. The try... catch statement does not appear to work all the time and
generates an unhandled error even though the line of code causing the error
is in the try statement.
2. IsDBNull does not return the correct value causing runtime errors.
Does anyone know if these are bugs or is there something specific I need to
know for this to work.
I am having a couple problems with VS 2003 VB.net especially when deploying
and running my app on Win 2003 small business server. The app is a simple
but intensive windows form application using ado to retrieve data from an
ODBC database and then populate a MS CRM database using web services.
1. The try... catch statement does not appear to work all the time and
generates an unhandled error even though the line of code causing the error
is in the try statement.
2. IsDBNull does not return the correct value causing runtime errors.
Does anyone know if these are bugs or is there something specific I need to
know for this to work.