<div dir="ltr">Hi to all, <br><br>I have following this wiki page to configure mysql and freeswitch. <br><br><a href="http://wiki.freeswitch.org/wiki/Mod_spidermonkey_odbc">http://wiki.freeswitch.org/wiki/Mod_spidermonkey_odbc</a><br>
<br>When I run the command " <b>isql -v maxpowersoft_odbc</b> ", I can able to connect to the MySql database.<br><br>When , I run the following java script file, <br><br><b style="background-color: rgb(255, 255, 204);">test.js</b><br>
<br>use("ODBC");<br>var db = new ODBC("maxpowersoft_odbc", "dbuser", "dbpass");<br>db.connect();<br><br>I am getting error like , <br><br><br><span style="background-color: rgb(204, 255, 255); color: rgb(255, 0, 0);">2010-08-31 21:24:06.583606 [ERR] switch_odbc.c:318 STATE: IM002 CODE 0 ERROR: [unixODBC][Driver Manager]Data source name not found, and no default driver specified</span><br>
<br><br>Any one help me to relove my issue plz. thanks in advance. <br><br><br>Regards,<br>Venkat. <br></div>