Try the JDBC Drivers at this site
http://www.inetsoftware.de

Here's an example of how to connect to the Database

--------------
   jdbc:inetdae:hostname:portnumber
   jdbc:inetdae:hostname            -> with default port 1433
   jdbc:inetdae:hostname:portnumber?database=MyDb&language=deutsch
                       -> with properties
   jdbc:inetdae://servername/pipe/pipename    -> with named pipes

e.g.    jdbc:inetdae:www.inetsoftware.de:1433
   jdbc:inetdae:localHost:1433
   jdbc:inetdae://MyServer/pipe/sql/query

Lalith Jayaweera wrote:
Hi,
  Rather than connecting through a ODBC data source ; How can we connect
through it's port (1433). What is the code behind that, what is the driver I
should use.

Thanks in Advance
                lalith

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html






**********************************************************************
This email and its attachments are intended for the above
named only and may be confidential. If they have come to
you in error, you must take no action based on them, nor
must you copy or show them to anyone; please reply to this
email and highlight the error.
Security Warning: Please note that this email has been
created in the knowledge that the internet email is not a
100% secure communications medium. We advise that you
understand and observe this lack of security when emailing us.
Viruses: Although we have taken steps to ensure that this
email and attachments are free from any virus, we advise
that in keeping with good computing practice the recipient
should ensure they are actually virus free.
If you have received this email in error please notify:
[EMAIL PROTECTED]
**********************************************************************

Reply via email to