Hi all,
I installed the sapdb and able to configure all the services.
The problem is i have to login as administrator.

I am able to run all the services.
I created a table login under TST database and  now i want to connect using
java.
I downloaded the sapdbc.jar and pointed classpath to the jar file
I am able to compile the java file but unable to run it.

it is throwing exception : no suitable driver

Here my connection

Class.forName("com.sap.dbtech.jdbc.DriverSapDB");
Connection
con=DriverManager.getConnection("jdbc:sapdb//localhost:85/TST","TEST","TEST"
);


Do i need to download some driver for jdbc bridge?
I created a dsn but no luck.

Can some one help me the parameter to pass into
DriverManager.getConnection();

Thanks in advance.

regards
venkat


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Venkat
Sent: Tuesday, February 04, 2003 3:26 PM
To: SAP
Subject: New Bie--Unable to install


Hi all,

I am new to sapdb and trying to install sapdb 7.4
(sapdb-all-win-32bit-i386-7_4_3_7).

When i give the option profile id: 5 and giving all defalut values it
started installing and after some time window is closed.

My environment is win 2000 with sp2.

Can some one tell me what is happening?

Thanks in advance

regards
venkat

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to