Portable JDBC with SQL Server on 64-bit Windows computer connection

I'm trying to set up this connection using a call for open source Modelsphere.

I am running home premium windows version 7.

I downloaded the 4.0 driver JDBC Microsoft SQL Server (sqldbc4.jar) and put it in this directory:

c:\Program Files\Java\JRE6\Lib\Ext

The class I use the Modelsphere application is: com.microsoft.jdbc.sqlserver.SQLServerDriver

The database url is: jdbc:sqlserver://localhost: / CallSheet.

I enabled using the Configuration of TCP/IP Manager.

I also enabled the telnet, but when I try to command: telnet 192.168.0.0 1433 or telnet 192.168.1.1 1433 I get an error saying "could not open connection to the host on port 1433: connection failed."

What else, need to do or change to get the connection work?

Thanks in advance.

Hi RStraka,

I had a problem with SQL Server and I posted in the Microsoft Technet folder and it has helped me.

http://social.technet.Microsoft.com/forums/en-us/category/SQLServer/

All the best!

Tags: Windows

Similar Questions

  • ClassCastException JDBC with SQL Server on AppModule r data source

    I run an application ADF 11g (11.1.1.3) on integrated Web Logic Server of JDeveloper. This application was migrated from an application of 10 g and OC4J to Weblogic has left.
    This application includes a project whose business components rely on a SQL Server data source.

    Unfortunately I sporadically get a ClassCastException around the data source

    If I read correctly the output of the server, is to try to reset the data source and calling the SQLBuilder bad implementation, which is originally the ClassCastException.

    Track stack and the server output are below.

    Any ideas?

    < DCJboDataControl > < initializeApplicationModule > [23714] (immediate = oracle.adf.model.bc4j.DataControlFactoryImpl.SyncMode
    < ApplicationPoolImpl > < recycleUnreferencedInstance > [23715] recycling an instance of referenced, available pool
    < DBTransactionImpl > < closeTransaction > [23716] * jdbc connection is closed now * (weblogic.jdbc.wrapper.PoolConnection_weblogic_jdbc_sqlserverbase_ddah@2ed)
    mPCollUsePMgr < DBTransactionImpl > < processConnProperties > [23717] is false
    ViewObjectImpl.mDefaultMaxRowsPerNode < DBTransactionImpl > < processConnProperties > [23718] is 70
    ViewObjectImpl.mDefaultMaxActiveNodes < DBTransactionImpl > < processConnProperties > [23719] is 30
    Reset < ApplicationModuleImpl > < resetState > [23720] AM = ImpAppModule
    Reset < ApplicationModuleImpl > < resetState > [23721] AM = ImpAppModule
    < DBTransactionImpl > < establishNewConnection > [23722] Trying connection: DataSource='weblogic.jdbc.common.internal.RmiDataSource@a7cba9'...
    Instance of module of the dead application < ApplicationPoolImpl > < removeDeadInstance > [23723] has been detected
    < ApplicationPoolImpl > < removeDeadInstance > [23724] instance of the application module has been removed from the pool
    ApplicationPoolImpl.resourceStateChanged < ApplicationPoolImpl > < resourceStateChanged > [23725] was not disclosed partner. Any invoked notification.
    Cache Clearing VO < ViewObjectImpl > < doClearCache > [23726] for ImpLineDetailsView
    < ViewObjectImpl > < clearQueryCollectionCache > [23727] claire QueryCollection in cache for VO ImpLineDetailsView
    Reset < ApplicationModuleImpl > < resetState > [23728] AM = ImpAppModule
    ViewObject < ViewObjectImpl > < closeStatementsResetRowSet > [23729]: [impmodel.vo.ImpLineDetailsView] ImpAppModule.ImpLineDetailsView nearly prepared...
    < ApplicationPoolImpl > < prepareApplicationModule > [23730] an exception has occurred when ordering.
    < ApplicationPoolImpl > < prepareApplicationModule > [23731] java.lang.ClassCastException: weblogic.jdbc.wrapper.PoolConnection_weblogic_jdbc_sqlserverbase_ddah cannot be cast to oracle.jdbc.OracleConnection
    at oracle.jbo.server.OracleSQLBuilderImpl.setSessionTimeZone(OracleSQLBuilderImpl.java:5486)
    at oracle.jbo.server.DBTransactionImpl.refreshConnectionMetadata(DBTransactionImpl.java:5020)
    at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1132)
    at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:6372)
    at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:286)
    at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:309)
    at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)
    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:562)
    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:410)
    at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:8651)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4405)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2391)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2203)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3101)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
    at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:234)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
    at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:512)
    at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:855)
    at oracle.adf.model.binding.DCDataControl.setErrorHandler(DCDataControl.java:476)
    at oracle.jbo.uicli.binding.JUApplication.setErrorHandler(JUApplication.java:261)
    at oracle.adf.model.BindingContext.put(BindingContext.java:1230)
    at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:173)
    at oracle.adf.model.BindingContext.instantiateDataControl(BindingContext.java:964)
    at oracle.adf.model.dcframe.DataControlFrameImpl.doFindDataControl(DataControlFrameImpl.java:1210)
    at oracle.adf.model.dcframe.DataControlFrameImpl.internalFindDataControl(DataControlFrameImpl.java:1113)
    at oracle.adf.model.dcframe.DataControlFrameImpl.findDataControl(DataControlFrameImpl.java:1073)
    at oracle.adf.model.BindingContext.internalFindDataControl(BindingContext.java:1085)
    at oracle.adf.model.BindingContext.get(BindingContext.java:1042)
    at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:305)
    at oracle.adf.model.binding.DCBindingContainer.evaluateParameterWithElCheck(DCBindingContainer.java:1486)
    at oracle.adf.model.binding.DCBindingContainer.findDataControl(DCBindingContainer.java:1564)
    at oracle.jbo.uicli.binding.JUCtrlActionBinding.getDataControl(JUCtrlActionBinding.java:556)
    at oracle.adf.model.binding.DCInvokeAction.refresh(DCInvokeAction.java:28)
    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3212)
    at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2845)
    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareRender(PageLifecycleImpl.java:548)
    at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareRender(FacesPageLifecycle.java:81)
    to oracle.adf.controller.v2.lifecycle.Lifecycle$ 9.execute(Lifecycle.java:224)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:192)
    to oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$ 1000 (ADFPhaseListener.java:21)
    to oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$ 5.before(ADFPhaseListener.java:395)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:60)
    at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
    at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:214)
    at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:96)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:94)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.doIt (WebAppServletContext.java:3684)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    You may need to try to set the system property Houston. SQLBuilder = SQLServer. More details/code example can be found here - http://www.oracle.com/technetwork/developer-tools/jdev/multidatabaseapp-085183.html

  • CF 11 Post update 3 issue - [SQLServer JDBC Driver] [SQL Server] procedure or a function expects the parameter which is not provided.

    Information on ColdFusion 11:

    Server details
    Server productColdFusion
    Version11,0,03,292480
    Version of Tomcat7.0.54.0
    EditionDeveloper
    Operating systemWindows 8
    OS version6.2
    Update levelC:/ColdFusion11/cfusion/lib/updates/chf11000003.jar
    Version of the Adobe driver5.1.3 (build 000094)

    Sample error:

    queryError[Macromedia] [SQLServer JDBC Driver] [SQL Server] Procedure or function 'ListClientDPReceiptFormat' expects the parameter '@idCient', which was not provided.
    where(param 1) = [type = 'IN', class = 'java.lang.Integer', value = '4', sqltype = "CF_SQL_INTEGER"]

    Stored procedure:

    < procedure CFSTOREDPROC = "ListClientDPReceiptFormat" >
    "< CFPROCPARAM TYPE = 'IN' DBVARNAME ="@idClient"VALUE =" #Request.Client.Id # "" CFSQLTYPE = "CF_SQL_INTEGER" >
    < CFPROCRESULT NAME = "qryDPReceiptFormats" >
    < / CFSTOREDPROC >

    This stored procedure and other like it worked fine until the update from CF 11 3 has been applied.

    Thank you!

    It seems to be a typo here. Can clarify you...

    The error "[Macromedia] [SQLServer JDBC Driver] [SQL Server] procedure or function 'ListClientDPReceiptFormat' expects the parameter '@idCient', which was not provided."  the parameter defined as @idCient but your cfprocparam dbvarname = has ' @idClient'. .

    These are spelled differently.


    I think that this may be related to what is mentioned in this bug - Bug #3865064 - ColdFusion 11 3 CFPROCRESULT case update


    Adam Cameron notes:


    " Basically, then, it's a matter of the code in question was wrong, but the user has been getting away with it because the DBVARNAME was ignored. Now that it is not ignored, the code must actually be legitimate ;-). Very well, in that case. »


  • ColdFusion 9: [Macromedia] [SQLServer JDBC Driver] [SQL Server] incorrect syntax near ', '.

    HI, I can't understand what is the problem with this query, perhaps someone can help me please

    Run database query error.

    [Macromedia] [SQLServer JDBC Driver] [SQL Server] Incorrect syntax near ', '.

    Run database query error.

    [Macromedia] [SQLServer JDBC Driver] [SQL Server] Incorrect syntax near ', '.

    Rishi

    It turns out that the problem was the 1st file, the name was correctly did not fit so once I have it removed all the others worked without any problem

    Thanks for the reply.

  • E.M.P. 11.1.2.2 configuration with SQL Server 2008 R2

    Hello

    I was wondering if he should place the sqljdbc4.jar under any folder EPM_HOME\MW file to connect to SQL Server 2008 when you configure using the EMP system configurator.

    I'm just be proactive and ask the question because I had to do the same thing when configuring with SQL Server 2008R2 ODI...

    Looks like Oracle don't like MS and visa versa... Why not include just this file JDBC installation.

    Thanks in advance!

    No you shouldn't need drivers for sql server additional to configure SQL SERVER in the configurator to EMP they are included as part of the configurator.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • DG4MSQL v11.2.0.1 certified with Sql Server 2005 Express Edition?

    We are working on a proof of concept and to do database gateway for MS Sql Server - DG4MSQL version 11.2 - Oracle on 64-bit Linux to connect to a Windows database that uses SQL Server 2005 Express Edition. I have reviewed the matrix certification for database gateways and it indicates that SQL Server 2005 is certified - but does not specify what editions.

    We have some problems to connect to the SQL Server database and want to make sure that we should be able to connect to the express edition.

    Thank you.

    Yes, DG4MSQL 11 is certified with SQL Server Express Edition.

  • Installation of ODI with SQL Server 2005

    Hello
    I try to install ODI with MS Sql Server 2005.
    I created a database in Sql Server and created a user with rights to connect to the database db_owner.

    While trying to install master repository, I selected Sql Server with the following details
    Driver: com.microsoft.jdbc.sqlserver.SQLServerDriver
    URL: jdbc:microsoft:sqlserver: / / < myhostname >: 1433; SelectMethod = cursor

    The repository not created in error:
    * com.sunopsis.core.q: java.sql.SQLException: [Microsoft] [SQLServer 2000 for JDBC driver] [SQL Server] the new tabular data stream (TDS) procedure remote call (RPC) protocol stream is incorrect. Parameter 1 (""): data type 0 x 38 is unknown *.

    Now, if I change the URL to jdbc:microsoft:sqlserver: / / < myhostname >: 1433, the repository is created successfully. But when you log in Repository Manager to the topology using the same basic shape, again invites me the same error.

    Has anyone faced the same problem?

    Hello

    You are using SQL server 2005 but try to connect by using SQL server connection details 2000 you should use

    com.microsoft.sqlserver.jdbc.SQLServerDriver

    JDBC:SQLServer://servername:1433; databaseName = DBNAME; SelectMethod = cursor

    You must also make sure that you use the correct driver SQL server 2005, if you use a version of Java before 1.5 to ODI so you will need the JDBC SQL Server 2005 1.2 driver.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Several PVSCSI with SQL Server

    Hello

    About SQL Server virtualization, tried to find info if there is an impact on positive performance on the separation of data from devices Log devices in different adapters SCSI Paravirtual similar to what is happening here [https://books.google.pt/books?id=jrMTBAAAQBAJ & pg = PA155 & lpg = PA155 & dq = pvscsi & f = false].

    There was a script on a client where an additional PVSCSI has been added and log devices have been separated to the new PVSCSI, showing considerable performance gains. Yet, doubt remains whether it was because of this separation or simply due to the fact that an additional PVSCSI was now present.

    Does anyone have any idea on this?

    Thanks in advance

    An answer to this question has been published here:

    Virtualization - multiple PVSCSI with SQL Server - Database Administrators battery Exchange

  • Compatibility with SQL Server 2012

    Hi team,

    We intend to pass to The Adobe Acrobat professional and Adobe Livecycle Designer to version 11. The application uses SQL Server which will be upgraded to SQL Server 2012.

    Please someone confirm, if the mentioned versions of Adobe are compatible with SQL Server 2012.

    Thank you and best regards,

    Prashant Sharma

    Hi Prashant,

    You can check the compatibility in this KB doc. helps LiveCycle | Adobe LiveCycle ES4 supported platforms, but Adobe Livecycle Designer is not is more bundled with Acrobat & Acrobat DC was launched recently, you will need to upgrade to Adobe Acrobat DC & Adobe Livecycle Designer ES4 to buy separately.

    Kind regards

    Nicos

  • New VC 4.1 with SQL Server 2008 installation

    SQL and VC on the same physical server.

    Operating system is Win2008 R2 64 bit, installed SQL Server 2008 64 bit, created by 64-bit ODBC DSN, installed VC 4.1

    When we arrived to the ports and tried to accept the default Port 80 has received an error "already in use."

    We do not have any statement in the SQL, then I think that Reporting SERVICES is not installed.  We changed the port 8081 and collected by the mistake, but I learned by VMware support this causes big problems when you install the Update Manager, port 80 must be used for updates.

    Has anyone encountered this problem?

    Any help would be greatly appreciated.

    For me the solution was to stop the SQL reporting services... They were using ports 80 and 443.

  • Error occurs when you use SQL Server 2012 assessment vs window detail of the object in window 7 - KERNELBASE.dll exception 0xe0434352

    Hello

    Error occurs when you use SQL Server 2012 assessment vs window detail of the object in window 7.  I use the window of the object but the detail of the objects window arrives and immediately SQL Server stops with the error below and then opens again.  I didn't find any help with this specific error is but suspect there is a problem between SLQ Server 2012 et.NET Framework 4.  Unfortunately, I do not know what it takes in this regard.

    Thanks, Deb

    Event ID: 1000
    Task category: (100)
    Level: error
    Keywords: Classic
    User: n/a
    Computer: Deb - HP
    Description:
    Name of the failing application: Ssms.exe, version: 2011.110.3000.0, time stamp: 0x5081c1cd
    Name of the failed module: KERNELBASE.dll, version: 6.1.7601.18015, time stamp: 0x50b83c8a
    Exception code: 0xe0434352
    Offset: 0x0000c41f
    ID of the process failed: 0x13a8
    Start time of application vulnerabilities: 0x01ce609a6d3db991
    The failing application path: C:\tempSQLWOW\110\Tools\Binn\ManagementStudio\Ssms.exe
    Path of the failing module: C:\Windows\syswow64\KERNELBASE.dll
    Report ID: 1fb1cbfb-cc8e-11e2-b436-abd2bebb3f17

    Hi Claude,.

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the link below.

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer

    Good day!

    Answer please if you face concerns.

  • Import and editing of AVCHD in CS4 video sequences with a 32-bit Windows computer

    I have a question about AVCHD video:

    We have some AVCHD (.mts) sequences, we filmed with a Sony HXR-NX30.

    Is it possible to import, edit and export (on DVD) this sequence ".mts" with Premiere CS4 in a reasonable quality?

    I have a 32-bit windows computer, and want to know before you buy such a video editing program.

    Thank you

    Rob

    Never found CS4 buggy.

    You can import avchd in CS4, but being on a machine 32 bits edition will be slow.

    You will have to restore everything in the timeline.

  • can I install autodesk autocad 2011 x 86 on my 64-bit windows computer 7

    IM using the laptop of dell inspiration with system of operating 64-bit windows 7 ultimate, 4 GB RAM.i have tried to install autocad 2011 to it.i clicked an application sign then click on install button, after installation I win a dialog box "user account control" with the question "do you want to allow the following program make changes to this computer", then I click on button ye , after Setup Initializing auto cad 2011 dialog box appears but when I click on install product it appears a dialog box of configuration .so "you can not install this product on this current operating system" that I want to know how to install it on my computer

    Hello

    I suggest you to check if your system meets the minimum requirement to install this program.

    Also I suggest you to report your query in the forums of Autodesk.

    http://forums.Autodesk.com/

    Hope this information is useful.

  • Error with SQL server 2008 for migration of ODI 10 ODI 11 g g

    Hello

    I'm migrating ODI 10 g, 11 g with the Assistant provided by Oracle , but each time, I get the following message:

    [ODI] [INCIDENT_ERROR] [UPGCMP-00338] [update. Repository working ODI ODI] 'ODI_WORK' uses JDBC Driver "com.microsoft.sqlserver.jdbc.SQLServerDriver".

    [ODI] [INCIDENT_ERROR] [update. ODI] Cause: ODI work Repositoriry don't use default JDBC driver. Action: Please update connection ODI repository work to use default JDBC driver

    No idea how I could fix it?

    Concerning

    Jean

    Try user weblogic sql server driver

    Driver name: weblogic.jdbc.sqlserver.SQLServerDriver

    URL: jdbc:weblogic:sqlserver://hostname:port: [; property = value [,...]]

    The driver lib:wlsqlserver.jar

  • How to install the driver jdbc for sql server 2005 in sql developer 4.0?


    Hallo all

    I need to access the tables in a MS SQL Server 2005 database.

    The JDBC driver is possible.

    How to install this driver?

    Thanks a lot for your messages.

    Hello

    It's the documentation-

    Database: third-party JDBC Drivers

    The component drivers JDBC third party specifies drivers to use for connections to the third-party databases (non-Oracle), such as IBM DB2, MySQL, Microsoft SQL Server or Sybase Adaptive Server. (You don't need to add a driver for connections to Microsoft Access databases.) To add a driver, click Add an entry and select the path for the driver:

    For Microsoft SQL Server or Sybase Adaptive Server: jtds - 1.2.jar, which is included in the download of jtds - 1.2 - dist.zip

    To find a specific third-party driver, visit the appropriate site (for example, http://www.mysql.com for MySQL Connector/J JDBC driver for MySQL, http://jtds.sourceforge.net/ for the for Microsoft SQL Server and Sybase Adaptive Server jTDS driver, or search for Teradata JDBC driver to http://www.teradata.com/ ). For MySQL, use the driver in MySQL 5.0 not 5.1 or a later version with the version of SQL Developer 1.5.

    You must specify a third-party driver or install a driver using the check for updates feature before you can create a connection to a database to third parties of the associated type. (See the tabs to create connections to the databases of third parties in the Create/Edit/Select database connection dialog box).

    Alternative:

    As an alternative to the use of this preference, you can click Help, and then search for the updates install the for Microsoft SQL Server JTDS JDBC driver and the driver of JDBE of MySQL as extensions.

    Kind regards

    Mike

Maybe you are looking for