<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Jdbc driver format for MS Sql Server  ? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/jdbc-driver-format-for-ms-sql-server/qaa-p/858098#M287533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you already deployed the drivers (msbase.jar, mssqlserver.jar, msutil.jar).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The JDBC drivers should be:&lt;/P&gt;&lt;P&gt;com.microsoft.jdbc.sqlserver.SQLServerDriver&lt;/P&gt;&lt;P&gt;And the connection should be:&lt;/P&gt;&lt;P&gt;jdbc:microsoft:sqlserver://STPROTO:1433;DatabaseName=Prototype&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Feb 2005 20:51:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-02-16T20:51:17Z</dc:date>
    <item>
      <title>Jdbc driver format for MS Sql Server  ?</title>
      <link>https://community.sap.com/t5/technology-q-a/jdbc-driver-format-for-ms-sql-server/qaq-p/858097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Configuring Communication Channel- need JDBC Driver format and Connection string. Database MS Sql Server 2000, port 1433, Database name: Prototype,  Server Name: STPROTO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone provide sample of what goes in the string:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jdbc Driver:&lt;/P&gt;&lt;P&gt;Connection:&lt;/P&gt;&lt;P&gt;User Name:  Testing&lt;/P&gt;&lt;P&gt;Password:   Testing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 20:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/jdbc-driver-format-for-ms-sql-server/qaq-p/858097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-16T20:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Jdbc driver format for MS Sql Server  ?</title>
      <link>https://community.sap.com/t5/technology-q-a/jdbc-driver-format-for-ms-sql-server/qaa-p/858098#M287533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you already deployed the drivers (msbase.jar, mssqlserver.jar, msutil.jar).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The JDBC drivers should be:&lt;/P&gt;&lt;P&gt;com.microsoft.jdbc.sqlserver.SQLServerDriver&lt;/P&gt;&lt;P&gt;And the connection should be:&lt;/P&gt;&lt;P&gt;jdbc:microsoft:sqlserver://STPROTO:1433;DatabaseName=Prototype&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 20:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/jdbc-driver-format-for-ms-sql-server/qaa-p/858098#M287533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-16T20:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Jdbc driver format for MS Sql Server  ?</title>
      <link>https://community.sap.com/t5/technology-q-a/jdbc-driver-format-for-ms-sql-server/qaa-p/858099#M287534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just in case anyone is in the same boat as I am....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the new SQL Server 2005 jdbc driver (sqljdbc.jar).  Setup is basically the same, except the driver is now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;com.microsoft.sqlserver.jdbc.SQLServerDriver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the URL is slightly different as well:&lt;/P&gt;&lt;P&gt;jdbc:sqlserver://host:1433;DatabaseName=name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 22:39:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/jdbc-driver-format-for-ms-sql-server/qaa-p/858099#M287534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T22:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Jdbc driver format for MS Sql Server  ?</title>
      <link>https://community.sap.com/t5/technology-q-a/jdbc-driver-format-for-ms-sql-server/qaa-p/858100#M287535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the drivers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://developers.sun.com/product/jdbc/drivers" target="test_blank"&gt;http://developers.sun.com/product/jdbc/drivers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Henrique.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 23:20:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/jdbc-driver-format-for-ms-sql-server/qaa-p/858100#M287535</guid>
      <dc:creator>henrique_pinto</dc:creator>
      <dc:date>2006-08-24T23:20:39Z</dc:date>
    </item>
  </channel>
</rss>

