File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Connect String Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Connect String" Watch "Connect String" New topic
Author

Connect String

Manal India
Greenhorn

Joined: Apr 21, 2001
Posts: 3
i am using MS SQL server as database and JDBC ODBC bridge to connect my java programmes to SQL server .
i m also using a mail server programmed in java running on same m/c . In the configuration file of this mail server i have to put an entry for JDBC.URL .
i have tried the entry as
JDBC.URL=jdbc\ dbc\://raju\:1433/dbmain?UID\=sa&PWD\=
where raju is the name of computer,dbmain is the name database ,
sa is username and password is blank .
Kindly help me in configuring my JDBC.URL
Thanks in advance ..
manal
[This message has been edited by Manal India (edited April 21, 2001).]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Connect String
 
Similar Threads
JDBC-ODBC bridge in J2EE 1.3
ODBC and Microsoft access
JDBC with SQL 7
code not running after compiling successfully
Microsoft JDBC Driver Connection Problem