Re: Oracle Driver seems working, but ...

2000-04-14 Thread Tamer
At 07:07 14/04/2000 -0700, you wrote: >it is done no differently (although i suggest you put >this code in a javabean). > >you load the driver, then you get a connection using >the url, then you create a statment and execute a >query.. > ok. the config seems alright. but, don't work fine. the

Re: Oracle Driver seems working, but ...

2000-04-14 Thread Tamer
ok, but my great doubt, what i can't found on orion docs: how to refer this "database data-source" on my JSP pages. on ACCESS db I use like this: <% // register JDBC driver Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Connection con = DriverManager.getConnection("jdbc:o