From teiid-commits at lists.jboss.org Tue Jul 20 14:41:23 2010 Content-Type: multipart/mixed; boundary="===============3337534017754272591==" MIME-Version: 1.0 From: teiid-commits at lists.jboss.org To: teiid-commits at lists.jboss.org Subject: [teiid-commits] teiid SVN: r2358 - trunk/documentation/client-developers-guide/src/main/docbook/en-US/content. Date: Tue, 20 Jul 2010 14:41:23 -0400 Message-ID: <201007201841.o6KIfNDD005873@svn01.web.mwc.hst.phx2.redhat.com> --===============3337534017754272591== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: rareddy Date: 2010-07-20 14:41:23 -0400 (Tue, 20 Jul 2010) New Revision: 2358 Modified: trunk/documentation/client-developers-guide/src/main/docbook/en-US/conte= nt/odbc.xml Log: TEIID-860: Adding DSN less connection string Modified: trunk/documentation/client-developers-guide/src/main/docbook/en-U= S/content/odbc.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/client-developers-guide/src/main/docbook/en-US/cont= ent/odbc.xml 2010-07-19 22:10:45 UTC (rev 2357) +++ trunk/documentation/client-developers-guide/src/main/docbook/en-US/cont= ent/odbc.xml 2010-07-20 18:41:23 UTC (rev 2358) @@ -231,4 +231,21 @@ = + = + + DSN Less Connection + You can also connect to Teiid VDB using ODBC with out explic= itly creating a DSN. However, in these scenarios your = + application needs, what is called as "DSN less connection string".= The below is a sample connection string + = + For Windows: + ;SERVER= =3D;PORT=3D;Uid=3D;Pwd=3D = + ]]> + = + >For *nix: + ;SERVER=3D;PORT=3D;Uid=3D;Pwd=3D = + ]]> = + = + \ No newline at end of file --===============3337534017754272591==--