Hi all,

I am quite new to JRun and the whole JSP and servlet topic and I hope to
find some help here for a strange problem I ran into.

I built a little application that accessed a MS Access 2000 database using
the JDBC-ODBC-bridge. After finding that the ODBC driver would cut off long
text data after 255 characters, I decided to switch to MSSQL2000 and the
updated JRun driver. The application runs fine except for one point:

For database interaction I built a DBManager class. It contains a method
that retrieves some details about invoices. If needed, the method calls
another method that retrieves the more general informations for each
invoice. As soon as the second method does anything db-related, I get a 500
Internal Server Error (even if it is just something like "Connection conn =
getConnection();").

Can someone please point out what the problem is and how I can solve it? My
configuration: JDK 1.3, JRun 3.1, MSSQL2000, allaire.jrun.jdbc.JRunDriver.

Thanks in advance,

Chris




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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