<div dir="ltr"><u><b>First:</b></u><br>Syntax for isql: isql &lt;DSN&gt; &lt;username&gt; &lt;password&gt;<br><br>Next:<br>Make sure your  /usr/local/etc/odbcinst.ini <b>matches</b> /root/.odbc.ini<br><br>Create a database in the DSN which you can test on<br>
<br><u><b>Sample odbc ini:</b></u><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[ODBC Data Sources]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">MySQL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = MySQL Database Driver</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[MySQL]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = MySQL Database Driver</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = /usr/local/lib/&lt;name-of-your-lib-odbc.so&gt;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Trace&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Yes</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">TraceFile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = sql.log</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Database&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = &lt;database name&gt;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Servername&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = &lt;IP of server on which DB is installed&gt;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">UserName&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = &lt;username&gt;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Password&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = &lt;password&gt;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = &lt;port no for mysql&gt;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 6.4</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ReadOnly&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = No</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">RowVersioning&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = No</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ShowSystemTables&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = No</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ShowOidColumn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = No</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">FakeOidIndex&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = No</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ConnSettings&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[Default]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = /usr/local/lib/&lt;name-of-your-lib-odbc.so&gt;</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">[ODBC]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Trace&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">TraceFile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = /var/log/odbctrace.out</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = </span><span style="font-family: courier new,monospace;">/usr/local/lib/&lt;name-of-your-lib-odbc.so&gt;</span><br style="font-family: courier new,monospace;">
<br>Follow steps given on: <a href="http://www.unixodbc.org/odbcinst.html">http://www.unixodbc.org/odbcinst.html</a> --- <br><pre>odbcinst -i -d -f template_file<br>odbcinst -i -s -f template_file<br></pre>They install the drivers you list in the ini files<br>
I doubt there will be anything left to do after that!<br>Hope this helps<br><br>-- <br>Regards,<br>Gayatri Kulkarni<br><br><div class="gmail_quote">On Mon, Oct 20, 2008 at 3:55 PM, Baskar <span dir="ltr">&lt;<a href="mailto:yudha2008@gmail.com">yudha2008@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">Hi,<br><br>Using isql i get these error<br>[root@hp30094686650 ~]# isql ODBC<br>
[ISQL]ERROR: Could not SQLConnect<br><br><br>when i run <span style="font-family: courier new,monospace;">odbcinst -j</span> on my system, it shows me also 3 files <br>
<br>[root@hp30094686650 ~]# odbcinst -j<br>unixODBC 2.2.12<br>DRIVERS............: /usr/local/etc/odbcinst.ini<br>SYSTEM DATA SOURCES: /usr/local/etc/odbc.ini<br>USER DATA SOURCES..: /root/.odbc.ini<br><br><br><br><b>&nbsp;/usr/local/etc/.odbc.ini</b><br>

[ODBC]<br>Description = mysql<br>Trace&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Off<br>TraceFile&nbsp;&nbsp; = stderr<br>Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = mysql<br>SERVER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = <a href="http://172.20.176.32" target="_blank">172.20.176.32</a><br>USER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = optimus<br>PASSWORD&nbsp;&nbsp;&nbsp; = optimus<br>
PORT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 3306<br>
DATABASE&nbsp;&nbsp;&nbsp; = freeswitch<div class="Ih2E3d"><br><br><br>&nbsp;<b>/usr/local/etc/odbcinst.ini</b><br><br></div>[mysql]<br>Description = MYSQL driver<br>Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = /usr/local/lib/libmyodbc3.so<br>Setup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = /usr/local/lib/libodbcmyS.so<br>
<br>CPTimeout&nbsp;&nbsp; =<br>
CPReuse&nbsp;&nbsp;&nbsp;&nbsp; =<br>FileUsage&nbsp;&nbsp; = 1<br><br>I what to connect to mysql please correct me where i am worng<br>-- <br>Warm Regards,<br>N.Baskar<br><br>
</div>
<br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>
</div>