Re: Accessing SQL Server
From: Philip A. Chapman (pchapman_at_pcsw.us)
Date: 04/19/05
- Previous message: Michael McQuain: "Configuring Multiple Ethernet Interfaces"
- In reply to: Richard Crawford: "Re: Accessing SQL Server"
- Next in thread: Richard Crawford: "Re: Accessing SQL Server"
- Reply: Richard Crawford: "Re: Accessing SQL Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 18 Apr 2005 20:50:11 -0500 To: For users of Fedora Core releases <fedora-list@redhat.com>, sundaram@redhat.com
Richard Crawford wrote:
> Philip A. Chapman wrote:
>
>
>>I created a java based application that is similar to Query Analyzer that
>>connect to Microsoft SQL Server 2000 and newer (among other database
>>variants).
>>
>>http://pcsw.us/projects/dbbrowser
>
>
> Philip,
>
> Got it up and running (after the standard two hours or so trying to get Java
> to work), but, sadly, it won't connect to our MS-SQL Server. We're running
> SQL Server 7, but the only drivers I've been able to find are for SQL Server
> 2000.
>
>
The jtds driver supports SQL Server 6.5 and better. To use it rather
than Microsoft's driver, select the "MSSQL Server 2000" provider. On
the "Database Connection Parameters", unselect "Use Microsoft Driver".
I haven't tested it since version 0.5.1. However, because of this
email, I took a few minutes to look at the newest version. It seems to
work much better.
Download the latest version of the jtds driver from
http://jtds.sourceforge.net and store the .jar in the jdbc directory of
the DBBrowser's install path. Then, either delete or change the
extension of jtds-0.5.1.jar.
Once I've finished some other changes and do some testing, I'll try to
get a new release out there that uses jtds by default rather than
Microsoft's. I'll get to change the provider name to indicate that
DBBrowser supports versions prior to 2000. That's great!
If I can help you any futher, let me know.
-- Philip A. Chapman Application Development: Java, Visual Basic (MCP), PostgreSQL, MySQL, MSSQL Linux, Windows 9x, Windows NT, Windows 2000, Windows XP
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- application/pgp-signature attachment: OpenPGP digital signature
- Previous message: Michael McQuain: "Configuring Multiple Ethernet Interfaces"
- In reply to: Richard Crawford: "Re: Accessing SQL Server"
- Next in thread: Richard Crawford: "Re: Accessing SQL Server"
- Reply: Richard Crawford: "Re: Accessing SQL Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|