Jdbc Driver for MSSQL

Where from i get the jdbc driver for MSSQL server. This is the driver i used
JData2_0.sql.$Driver. Please give the location of this to download.

Why don't you do a Google search before you ask this? You've been waiting for two hours to get an answer that Google would have brought right back for you.
Anyway, try either one of these:
http://jtds.sourceforge.net
or
http://www.microsoft.com/downloads/details.aspx?FamilyID=4F8F2F01-1ED7-4C4D-8F7B-3D47969E66AE&displaylang=en
MOD

Similar Messages

  • JDBC DRIVER for MSSQL server

    Hi, I am using MSSQLSERVER4V70 When I try to access a stored procedure using it, whenever there is a decimal typeoutput parameters, the execute function returns false. If there is no decimal typein output parameters, it is fine. Also if the decimal type is in result set, there is no problem either.I tried many ways to register the output parameter, however, it didn't help.Hope someone can give me some clue. Any help is appreciated.

    I am looking for free JDBC driver for MS SQL server
    version 6.5. The jdbc-odbc bridge comes with the Sun JVM.

  • Test JDBC Driver For SQL Server 2000 Failed

    Hi:
    I have trouble setting up the database connection using jdbc driver in the studio, could anyone help me please? I have MS SQL 2000 MSDE installed on my local machine. I downloaded and installed the JDBC Driver for MSSQL 2000 from Microsoft.
    I put the following jar files into the/lib/ext/ directory
    msbase.jar
    mssqlserver.jar
    msutil.jar
    In Studio 4.1 EE, I went to Runtime>Databases>Drivers, Add a new Driver with these information:
    Name: MSSQL Driver
    Driver: com.microsoft.jdbcx.sqlserver.SQLServerDataSource
    URL Prefix: jdbc:microsoft:sqlserver://localhost:<PORT>[;DatabaseName=<DB>]
    Next I run the Test Driver...
    Database URL: jdbc:microsoft:sqlserver://<machineName>\\<instanceName>;DatabaseName=<xxx>
    User: <username>
    Password: <password>
    I receieved the a popup box and message in the output window:
    Internal test driver incomplete. the driver may not support the required DatabaseMetadata methods. take a look at the Output Window for details.
    Warning: No tables were found. Check your database.
    Warning: No views were found. Check your database
    Warning: No procedures were found. Check your database.
    Your replies are greatly appreciated.
    Perry

    com.microsoft.jdbcx.sqlserver.SQLServerDataSource is a very old direct driver. I'd recommend using the DataDirect 3.2 driver. It can be found at:
    http://www.datadirect-technologies.com/products/jdbc/jdbcindex.asp

  • Any suggestions for type 4 JDBC drivers for MSSQL

    I am currently using odbc-jdbc bridge for MSSQL 7.0 and I am considerring using a Type 4 driver so that my app can be ported anywhere. Any sugesstion for a FREE type4 JDBC driver for MSSQL 7.0 ??
    I have heard microsoft has released one for MSSQL 2K but I am not sure if it can be used with 7.0.

    you can check that at :
    http://industry.java.sun.com/products/jdbc/drivers

  • JDBC drivers for MSSQL 7.0

    Hi,
    We have installed JDBC drivers for MSSQL by following guide "how to install and configure a JMS and JDBC adapter" and they are "msutil.jar, mssqlserver.jar, msbase.jar". Our platform is NETweaver 2004s PI 7.0 on UNIX and Oracle.
    The interfaces are working fine when we are sending data to MSSQL 2000, but when we are sending data to MSSQL 7.0, we are getting errors incompatible drivers.
    Are there seperate drivers MSSQL 7.0 or we need to have different set of drives. Checked Note 639702 and as per note we should be able to find drivers installed on system at
    - (NetWeaver 2004s:)
    usr\sap\<SAPSID>\SYS\exe\<NUC|UC>\Platform\mssjdbc
    I did not find the 'Platform' in my system at the above mentioned path.
    Can anyone help us with this issue.
    Thank You,
    Praveen

    Hi Praveen,
    As I know, there is no JDBC driver MSSQL 7.0, so there is no direct way to get access to it.
    But there is another way to do it if you have access to a MSSQL 2000 or above server.
    In MSSQL 2000 you can create a linked server to the MSSQL 7.0, and then you can use XI to get access to MSSQL 7.0 tables.
    Regards,
    Hui

  • Jdbc drivers for MSSQL

    I search some free driver for MSSQL Server 7.0
    I try to use driver from freeTDS grops but with bad experience. Now I use JTurbo this driver is good
    but commercial and I cannot find crack
    Thanks for help

    I search some free driver for MSSQL Server 7.0
    I try to use driver from freeTDS grops but with bad
    experience. Now I use JTurbo this driver is good
    but commercial and I cannot find crackFine!
    >
    Thanks for helpNo reason
    Have you cracked MSSQL Server 7.0 also?
    A legal alternative:
    You can legally use and even distribute MSDE if you are licensee of certain MS dev products. Look, which is best for you!
    MSDE is really a little SQLServer, only smoothly limited, much better than Access.
    If you don't want to license any MS product, use Interbase OpenSource version - free!
    And as JDBC driver:
    There is a free one: JDBC-ODBC.
    Not the best, but legal.
    Regards,
    Hartmut

  • JDBC driver for MS SQL 2005 - Where to find them ?

    Hi,
    I would like to send data to an <u>External</u> MS SQL Server 2005.
    For that I followed the SAP doc "<i>how to install and configure a JMS and JDBC adapter</i>" and I found driver thanks to OSS notes 639702. But it doesn't work !
    SAP tell us that we have not the good .jar files. We have "util.jar, sqlserver.jar, base.jar", instead of "<b>ms</b>util.jar, <b>ms</b>sqlserver.jar, <b>ms</b>base.jar".
    So I went on Microsoft web site but I found only a "sqljdbc.jar" !
    Where can I find the good driver "<b>ms</b>util.jar, <b>ms</b>sqlserver.jar, <b>ms</b>base.jar" for a MS SQL Server 2005.
    Thanks for your help
    Mickael
    P.S: NW2004s with XI 7.0

    Hi,
    We have installed JDBC drivers for MSSQL by following guide "how to install and configure a JMS and JDBC adapter" and they are "msutil.jar, mssqlserver.jar, msbase.jar".
    The interfaces are working fine when we are sending data to MSSQL 2000, but when we are sending data to MSSQL 7.0, we are getting errors incompatible drivers.
    Are there seperate drivers MSSQL 7.0 or we need to have different set of drives. Checked Note 639702 and as per note we should be able to find drivers installed on system at
    - (NetWeaver 2004s:)
    usr\sap\<SAPSID>\SYS\exe\<NUC|UC>\Platform\mssjdbc
    I did not find the 'Platform' in my system at the above mentioned path.
    Can anyone help us with this issue.
    Thank You,
    Praveen

  • Help Required with 2pc Commit (Inet Opta Xa Driver for MSSQL 2000 on Weblogic 6)

    Hi,
              I was trying to use the "Inet Opta" Xa driver for MSSQL 2000 with
              weblogic 6.0.
              I get the following Exception when i try to get a database connection
              from a "Xa" Pool, in a transaction. The Pool did start up Correctly. Also,
              i have given SupportsLocalTransaction="true" in the pool declaration. And
              if i give EnableTwoPhaseCommit="true" in the Tx Datasource declaration,
              weblogic starts up, but without starting the connection pools. (also it does
              not deploy my ejbs in this case!).
              Could somebody help?
              Atleast, could somebody tell me when BEA is going to finish implementing
              an Xa Driver for MSSQL?
              Thanks,
              Sajan Thomas.
              javax.transaction.xa.XAException
              at com.inet.tds.i.a(Unknown Source)
              at com.inet.tds.i.a(Unknown Source)
              at com.inet.tds.i.prepare(Unknown Source)
              at weblogic.jdbc.jta.DataSource.prepare(DataSource.java:473)
              at
              weblogic.transaction.internal.ServerResourceInfo.prepare(ServerResourceInfo.
              java:1055)
              at
              weblogic.transaction.internal.ServerResourceInfo.prepare(ServerResourceInfo.
              java:344)
              at
              weblogic.transaction.internal.ServerSCInfo.startPrepare(ServerSCInfo.java:14
              9)
              at
              weblogic.transaction.internal.ServerTransactionImpl.localPrepare(ServerTrans
              actionImpl.java:1478)
              at
              weblogic.transaction.internal.ServerTransactionImpl.globalPrepare(ServerTran
              sactionImpl.java:1304)
              at
              weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransaction
              Impl.java:160)
              at
              weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              erImpl.java:208)
              at
              weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              erImpl.java:201)
              at
              com.harris.server.list.ListModuleBean.licenseRecords(ListModuleBean.java:182
              at
              com.harris.server.list.ListModuleBeanImpl.licenseRecords(ListModuleBeanImpl.
              java:130)
              at
              com.harris.server.list.ListModuleBeanEOImpl.licenseRecords(ListModuleBeanEOI
              mpl.java:66)
              at
              com.harris.server.list.ListModuleBeanEOImpl_WLSkel.invoke(ListModuleBeanEOIm
              pl_WLSkel.java:112)
              at
              weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
              at
              weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
              :128)
              at
              weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
              at
              weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
              java:103)
              at
              weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
              7)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              --------------- nested within: ------------------
              weblogic.transaction.RollbackException: Could not prepare resource
              'entityPool - with nested exception:
              [javax.transaction.xa.XAException]
              at
              weblogic.transaction.internal.TransactionImpl.throwRollbackException(Transac
              tionImpl.java:1248)
              at
              weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransaction
              Impl.java:208)
              at
              weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              erImpl.java:208)
              at
              weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              erImpl.java:201)
              at
              com.harris.server.list.ListModuleBean.licenseRecords(ListModuleBean.java:182
              at
              com.harris.server.list.ListModuleBeanImpl.licenseRecords(ListModuleBeanImpl.
              java:130)
              at
              com.harris.server.list.ListModuleBeanEOImpl.licenseRecords(ListModuleBeanEOI
              mpl.java:66)
              at
              com.harris.server.list.ListModuleBeanEOImpl_WLSkel.invoke(ListModuleBeanEOIm
              pl_WLSkel.java:112)
              at
              weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
              at
              weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
              :128)
              at
              weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
              at
              weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
              java:103)
              at
              weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
              7)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              

              Hi Sajan,
              Certification for MS SQLServer as a XA resource is in our plan for the near future,
              so hopefully we will soon find out if there are vendor bugs and also see if we can
              provide corresponding workarounds.
              Meanwhile, could you start the server with -Dweblogic.Debug=weblogic.JTAXA,weblogic.JTAJDBC
              and post the server log file?
              -- Priscilla Fung, BEA Systems, Inc.
              "sajan" <[email protected]> wrote:
              >Hi,
              >
              > I was trying to use the "Inet Opta" Xa driver for MSSQL 2000 with
              >weblogic 6.0.
              > I get the following Exception when i try to get a database connection
              >from a "Xa" Pool, in a transaction. The Pool did start up Correctly. Also,
              >i have given SupportsLocalTransaction="true" in the pool declaration.
              >And
              >if i give EnableTwoPhaseCommit="true" in the Tx Datasource declaration,
              >weblogic starts up, but without starting the connection pools. (also it
              >does
              >not deploy my ejbs in this case!).
              >
              > Could somebody help?
              >
              > Atleast, could somebody tell me when BEA is going to finish implementing
              >an Xa Driver for MSSQL?
              >
              >
              >Thanks,
              >Sajan Thomas.
              >
              >
              >
              >___________________________________________________________
              >javax.transaction.xa.XAException
              > at com.inet.tds.i.a(Unknown Source)
              > at com.inet.tds.i.a(Unknown Source)
              > at com.inet.tds.i.prepare(Unknown Source)
              > at weblogic.jdbc.jta.DataSource.prepare(DataSource.java:473)
              > at
              >weblogic.transaction.internal.ServerResourceInfo.prepare(ServerResourceInfo.
              >java:1055)
              > at
              >weblogic.transaction.internal.ServerResourceInfo.prepare(ServerResourceInfo.
              >java:344)
              > at
              >weblogic.transaction.internal.ServerSCInfo.startPrepare(ServerSCInfo.java:14
              >9)
              > at
              >weblogic.transaction.internal.ServerTransactionImpl.localPrepare(ServerTrans
              >actionImpl.java:1478)
              > at
              >weblogic.transaction.internal.ServerTransactionImpl.globalPrepare(ServerTran
              >sactionImpl.java:1304)
              > at
              >weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransaction
              >Impl.java:160)
              > at
              >weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              >erImpl.java:208)
              > at
              >weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              >erImpl.java:201)
              > at
              >com.harris.server.list.ListModuleBean.licenseRecords(ListModuleBean.java:182
              >)
              > at
              >com.harris.server.list.ListModuleBeanImpl.licenseRecords(ListModuleBeanImpl.
              >java:130)
              > at
              >com.harris.server.list.ListModuleBeanEOImpl.licenseRecords(ListModuleBeanEOI
              >mpl.java:66)
              > at
              >com.harris.server.list.ListModuleBeanEOImpl_WLSkel.invoke(ListModuleBeanEOIm
              >pl_WLSkel.java:112)
              > at
              >weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
              > at
              >weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
              >:128)
              > at
              >weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
              > at
              >weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
              >java:103)
              > at
              >weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
              >7)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >--------------- nested within: ------------------
              >weblogic.transaction.RollbackException: Could not prepare resource
              >'entityPool - with nested exception:
              >[javax.transaction.xa.XAException]
              > at
              >weblogic.transaction.internal.TransactionImpl.throwRollbackException(Transac
              >tionImpl.java:1248)
              > at
              >weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransaction
              >Impl.java:208)
              > at
              >weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              >erImpl.java:208)
              > at
              >weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              >erImpl.java:201)
              > at
              >com.harris.server.list.ListModuleBean.licenseRecords(ListModuleBean.java:182
              >)
              > at
              >com.harris.server.list.ListModuleBeanImpl.licenseRecords(ListModuleBeanImpl.
              >java:130)
              > at
              >com.harris.server.list.ListModuleBeanEOImpl.licenseRecords(ListModuleBeanEOI
              >mpl.java:66)
              > at
              >com.harris.server.list.ListModuleBeanEOImpl_WLSkel.invoke(ListModuleBeanEOIm
              >pl_WLSkel.java:112)
              > at
              >weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
              > at
              >weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
              >:128)
              > at
              >weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
              > at
              >weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
              >java:103)
              > at
              >weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
              >7)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              >
              

  • How can i use the weblogic jdbc driver for sqlserver?

    hello
    i have downloaded and installed the weblogic on my windows2000 server,then i want to use the weblogic jdbc driver for sqlserver2000 outside of the weblogic,as follow:
    1 add following string to my classpath environment of the wndows2000: E:\bea\wlserver6.1\lib\mssqlserver4v65.jar
    2 then i write a test program as:
    import weblogic.jdbc.mssqlserver4.Driver;
    import java.sql.*;
    public class test{
    public static void main(String argv[]){
    try{ Class.forName("weblogic.jdbc.mssqlserver4.Driver");
    Connection
    conn=DriverManager.getConnection"jdbc:weblogic:mssqlserver4:localhost:1433","sa",""); }catch(Exception e){ System.out.println(e.getMessage()); }
    4 when i execute it,it throw a exception:
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/version at weblogic.jdbc.mssqlserver4.TdsStatement.getLicenseStr(TdsStatement.java:2665) at weblogic.jdbc.mssqlserver4.TdsStatement.microsoftLogin(TdsStatement.java:2474) at weblogic.jdbc.mssqlserver4.MicrosoftConnection.beginLogin(MicrosoftConnection.java:42) at weblogic.jdbc.mssqlserver4.TdsConnection.login(TdsConnection.java:57) at weblogic.jdbc.mssqlserver4.MicrosoftConnection.login(MicrosoftConnection.java:53) at weblogic.jdbc.mssqlserver4.BaseConnection.prepareConnection(BaseConnection.java:187) at weblogic.jdbc.mssqlserver4.Driver.newConnection(Driver.java:34) at weblogic.jdbc.mssqlserver4.ConnectDriver.connect(ConnectDriver.java:151) at java.sql.DriverManager.getConnection(DriverManager.java:517) at java.sql.DriverManager.getConnection(DriverManager.java:177) at test.main(test.java:7)
    who can help me?thank you!

    Hi,
    Mail me the jar file as I am using Weblogic 6.1 to my email id [email protected]
    Else tell me the site from where u have downloaded and i will do the same.
    I will test the same and let you know.
    Thanks,
    Seetesh

  • To change the JDBC driver for a single OC4J instance

    Hello,
    I implemeted an app with oracle adf (Jdeveloper 10.1.2 ) and it use Oracle Domain objects.
    I have an oas 10g (9.04.1) in windows
    and I want to change the default jdbc driver for a single oc4j instance
    in metalink i found the following information:
    1.- From OTN, download and copy the 10.1.0.x JDBC driver to a directory on the server. E.g OH/newjdbc
    2.- Opening EM-Website, navigate to the OC4J instance that should be altered.
    3.- Find the "Java-Options" and, add the -Xbootclasspath option to it, pointing to the new JDBC driver.
    E.g. -Xbootclasspath/p:$OH/newjdbc/ojdbc14.jar
    4.- Restart the OC4J instance
    my 'Java-optios' default is
    -server -Xrs -Djava.security.policy=C:\oracle\904\j2ee\test_adf\config\java2.policy -Djava.awt.headless=true
    my new 'Java optios' now is
    -server -Xrs -Djava.security.policy=C:\oracle\904\j2ee\test_adf\config\java2.policy -Djava.awt.headless=true -Xbootclasspath/p = D:\jdev1012\jdbc\lib\classes12.jar
    is this correct?
    now I cannot deploy my app
    Rigoberto

    Seems you missed something in step 3. From those steps the driver should be installed under C:\oracle\904\newjdbc and used in classpath, not d:\jdev1012.

  • Deploy JDBC driver for SQL server 2005 on PI 7.1

    How to deploy JDBC driver for SQL server 2005 on PI 7.1
    We are in SAP NetWeaver 7.1 Oracle 10G
    Third party system isĀ  SQL server 2005
    There are different JDBC versions are available to download for SQL server 2005.
    I am not sure about the applicable version for the PI 7.1 SP level. Again JMS Adapter needs to be deploy along with this.
    Please help

    Hi,
    Hope this How to Guide help you.
    How To Install and Configure External Drivers for the JDBC & JMS Adapters from
    www.sdn.sap.com/irj/sdn/howtoguides
    Regards,
    Karthick.
    Edited by: Karthick Srinivasan on Apr 13, 2009 4:07 PM

  • Deploying JDBC driver for SQL Server 2005 on PI 7.1

    How to Deploy JDBC driver for SQL Server 2005 on PI 7.1 on Windows 2003 server
    We are in NW PI 7.1 and third party db is sql server 05.
    Found How-to Guide SAP NetWeaver u201804 but unable to find for NW PI 7.1
    Can any one help me on this? (looking for guide step by step procedure)
    Regards
    Mahesh

    Hi,
    Check these:
    Re: Installing JDBC Drivers for PI 7.1
    how to deploy MS Sql Server 2005 and 2008 jdbc driver
    Mention of a SAP Note in the first link or refer this note [831162|https://service.sap.com/sap/support/notes/831162]
    Regards,
    Abhishek.

  • Jdbc driver for ms-access

    hi, this is ravi kiran.
    I am trying to connect to ms-access using jdbc, there is now way that i can use jdbc-odbc bridge to connect to ms-access(because it needs creation of a dsn).
    I have been searching for a freeware jdbc driver for ms-access, but i am not able to find one.
    Is there any jdbc driver for ms-access that is freeware.
    help me.
    thanx in advance.

    You can use JDBC-ODBC without creating a DSN in your system ODBC settings.
    http://forum.java.sun.com/thread.jspa?threadID=5123254&start=4

  • Required appropriate OCI JDBC driver for   Oracle 9i

    Required appropriate OCI JDBC driver for Oracle 9i Enterprise Edition Release 9.2.0.6.0.

    Stick to one thread please.
    http://forum.java.sun.com/thread.jspa?messageID=9552360

  • JDBC Driver for Personal Oracle 7.0

    I have Personal Oracle 7.0 setup on my PC. I need to install JDBC driver for it. Where Can I get it? Thanks.

    www.oracle.com

Maybe you are looking for

  • Training and Event Management - internal instructor

    Hi people, I am working on R/3 4.7 Ext 110 HR module. While creating a training event in Training and Event Management, I need to include the name of the internal instructor (not external). Where exactly do I do this? I do not find this option in PV1

  • In ST03 , how can i see the Query name, user id,how many times .

    HI Experts, In ST03 , how can i see the Query name, user id,how many times executed the query. these details how do i get from the above transaction. Points will be awarded. BR sivs

  • Email notification not working

    I have an OIM (11g) Solution where I can provision many resources (Solaris, AD, iPlanet, My SQl, Custom Resource Adapter, JNDI Adapter, etc) through roles. Now I want to send Email notifications to users I've just created and their managers too. I al

  • Transitioning WSRP producer registrations from development to production

    Hi there, we're currently struggling a bit with the notion of producer registrations vs. the need for separating our development environment from production. Here's what we do: 1. We create a producer connection in JDeveloper, but using the developme

  • Welcome to the Performance Tools Discussion!

    Come here to ask questions and discuss the performance collector and analyzer tools in Sun Studio. See also http://developers.sun.com/prodtech/cc/analyzer_index.html for information on these program performance tools.