Any one find what type of error is this?
HI
While Multiple users executing exe of VB with MySQL as database, following
error occurs during middle of processing.
I can't find what type of error it is.Whether this error is DB related or OS
error or MySQL connectivity errror.
Thanks
Error signature
AppName:posting_inhousekeyverify2.4.exe AppVer:0.0.0.59 ModName:myodbc3.dll
ModVer:3.51.14.0 offset:0000d3c7
Reporting details
This error report includes: information regarding the condition of DATA CAPTURE when problem
occured;the operating system version and computer hardware in use;your Digital Product ID,which
could be used to identify your license; and the Internet Protocol (IP) address of your computer.
We do not intentionally collect your files,name,address,email address or any other form of personally
identifiable information. However, the error report could contain customer-specific information such as
data from open files. While this information could potentially be used to determine your identify, if
present, it will not be used.
The data that we collect will only be used to fix the problem. If more information is available, we will tell
you when you report the problem. This error report will be sent using a secure connection to a database
with limited access and will not be used for marketing purposes.
Re: Any one find what type of error is this?
I'm not familiar with MySql but looks like some kind of spyware to me. Hope I'm wrong. :confused:
Or maybe it's a multiuser license issue (shooting in the dark here)...
Re: Any one find what type of error is this?
Re: Any one find what type of error is this?
THanks for ur reply
I'm using windows XP
Re: Any one find what type of error is this?
This is bugs in mysql. can u post the code or line where u get this error???
Regards,
Sagar.
Re: Any one find what type of error is this?
Hi
This error occurs while processing in exe only . This error doesn't come at particular line.
Any other special plugin needed other than mysql odbc 3.51.14 for executing VB with MySQL
Re: Any one find what type of error is this?
Are you copying the exe file to another computer and attempting to use it?
Re: Any one find what type of error is this?
S. Copying exe to another computer and multiple users share the same exe
Re: Any one find what type of error is this?
Copying executable only is not enough - you need to build ditribution package using whatever utility you might have.
VB6 comes with Package & Deployment Wizard. There is also INNO, etc...
Re: Any one find what type of error is this?