Guest yonel Report post Posted 05/08/2006 09:49 PM Hi, we are working with VG as a predictive dialer and need to connect it with mysql database, do we need a special connector to do so ? Beside this, we need that each agent upload a page with the contact information once the call is answered. Share this post Link to post
SupportTeam Report post Posted 05/08/2006 09:59 PM From within the VG script you can use MySQL via ODBC. Just setup an ODBC driver for your MySQL database. See: http://www.voiceguide.com/vghelp/html/modDbQuery.htm and http://www.voiceguide.com/vghelp/html/conf...cDataSource.htm If you want to use MySQL as the source of outgoing calls to be made then you may want to read this: http://www.voiceguide.com/vghelp/html/dialDbSetup.htm (BTW: MS has released a free version of MSSQL Server - it's called "SQL Server 2005 Express", see: http://msdn.microsoft.com/vstudio/express/...s/sql/download/ ) Share this post Link to post