VoiceGuide IVR Software Main Page
Jump to content

Vg Crashes On Every Attempt To Connect To Mysql Db

Recommended Posts

I just reinstalled my Windows XP SP2, downloaded and installed the current version of VG and tried to run my VG script that worked fine before reinstallation. I found that VG crashes everytime I tried to connect to MySQL DB. Any help will be appreciated.

vgerrorez5.th.jpg

Here is the last line in the log file:

150526.75 1 state [CheckCustomerBase] DB Query

150526.75 1 db ODBC mode used name:[MyODBC] connect:[ODBC;DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;USER=admin;PASSWORD=pass;PORT=3306]

which I suppose doesn't tell much about the crash.

Thank you.

Share this post


Link to post
I re-installed odbc driver and the problem was solved. Thanks.
Good to hear that re-installing the ODBC driver fixed the issue.

 

For the benefit of other readers: If there is ever a problem with ODBC connections we recommend first trying to connecting to the MySQL DB from within a Run VBScript module, instead of trying to connect to it from within a Database Query module.

 

There are many VBScripts samples on the net which demonstrate how this is done, as well as some posts on the Support Forum. Eg: http://voiceguide.com/forums/index.php?showtopic=4321

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×