Not being familiar with weblogic but I've used JDBC and ODBC extensively, it
looks like the demo is using the JDBC ("jdbc") layer to connect to its own
database drivers ("weblogic.jts") not ODBC and then to the database
("demoPool") which looks like it is using connection pooling.
Find the database utilities that are supplied with weblogic and there you
will find the information on the "demoPool" connection and so on.
>From: Huyong <[EMAIL PROTECTED]>
>Reply-To: A mailing list for Enterprise JavaBeans development
><[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Entity EJB in Weblogic
>Date: Sun, 9 Jan 2000 11:36:11 +0800
>
>Hi,
> I use Weblogic as my EJB server.I wonder where the database of Entity
>EJB locates.
> In the example of beanManager provided with Weblogic,there is a
>function:
> public Connection getConnection()
> throws SQLException
> {
> return DriverManager.getConnection("jdbc:weblogic:jts:demoPool");
> }
> What does "jdbc:weblogic:jts:demoPool " represent? How can I view the
>database structure and data of it?
>
>Thanks in advance.
>Huyong
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".