Connecting to SQL Server 2000 Through Java

  • Currently, I have java code that connects to SQL server using jdbc:odbc:MySource. This works, but every user need to have a MySource on there workstation. I would like users that access the app to be able to connect without having a ODBC DataSource on their machine.

    Any help is appreciated.

  • Check this article HOW TO: SQL in JAVA for details on how to connect to SQL Server database from Java database applications. It also describes how to pass embedded SQL queries (SELECT, INSERT, UPDATE, DELETE), calling stored procedures, pass parameters etc.

    Shahriar Nour Khondokar[/url]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply