<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 &quot; <b>isql -v maxpowersoft_odbc</b> &quot;, 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(&quot;ODBC&quot;);<br>var db = new ODBC(&quot;maxpowersoft_odbc&quot;, &quot;dbuser&quot;, &quot;dbpass&quot;);<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>