Hi Sven:



Can you suggest  specific native drivers for msaccess and sql7 that you are using? And 
specific code that calls these drivers from a java servlet.

Would appreciate it very much.

Thanks,

Daniel

===================================



--- "Sven Spreier" <[EMAIL PROTECTED]>

> wrote:

>In your other posting you said that you are using the JDBC-ODBC-bridge. Some

>time ago I had the same problem with the bridge. It was even worse with

>another servlet engine. Since I am using a native driver the problem is not

>there any longer.

>

>Kind regards

> Sven Spreier



>-----Urspr�ngliche Nachricht-----

>Von: "Islam, Saidul" <[EMAIL PROTECTED]>

>An: "JRun-Talk" <[EMAIL PROTECTED]>

>Gesendet: Freitag, 19. Januar 2001 20:53

>Betreff: SQLException and JRun

>> I have been following a strange behavior with JRun (ver 3.0 SP1) Server on

>> W2K. I am wondering if it happens only with the developer version or with

>> others too.

>> for my SQL I have the following

>> ResultSet rs = searchStatement.executeQuery( "SELECT * " + "FROM Product "

>+

>> "WHERE title_name LIKE '" + search_string + "%'");

>> when I loop thru the result set something like the following

>> while (rs.next()) { out.println( "" + "" + rs.getString("prname") + "" +

>""

>> + rs.getFloat("price") + "" + "" + rs.getInt("pr_id") + "" + "" ); } //End
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to