check the following URL
http://industry.java.sun.com/products/jdbc/drivers
I am sure you will find lots of native drivers for any DB you want to
implement.
the following vendors provide some MS specific stuffs. you will find all the
instructions in their sites.
http://www.j-netdirect.com/
http://www.inetsoftware.de/
Saidul Islam
Sun Certified Java Programmer
Programmer Analyst, Tel:614.337.5515, Fax:614.337.5772
VICTORIA'S SECRET CATALOGUE
http://www.victoriasSecret.com
-----Original Message-----
From: daniel garcia [mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 20, 2001 4:32 AM
To: JRun-Talk
Subject: Re: SQLException and JRun
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