| Thread | Last Post | Replies |
|
| Oracle errors using struts | 24 Jan 2005 20:08 GMT | 2 |
I have a small program whereby some data is being fetched from the database (Oracle). As part of the program, I have "try .... catch" statements just in case something strange happens. The statement is something like (BTW, it is just pseudocode, not actual code):
|
| character set issue | 24 Jan 2005 20:03 GMT | 1 |
Hello -- I have an Oracle 9i database set to use NLS_CHARACTERSET - AL32UTF8. This database is running on a LINUX server with LANG=en_US.UTF-8. The final piece is an application running on WebLogic. Until recently, I
|
| Problem with some chars | 24 Jan 2005 16:02 GMT | 3 |
ive a problem with some chars. Im using mySQL with phpmyadmin and everything seems to work fine! But when i run my Java application i have the problem that all chars lik ä, ö, ü, ß .... => are displayed like [] (squares) or obj....
|
| Ordering on Hierarchical Dot Notation | 23 Jan 2005 19:32 GMT | 4 |
I have a SQL database (MySql) containing a table with a key column which uses "Hierarchical .Dot Notation". vis: 1
|
| How do I scroll through multiple pages of JDBC data from a servlet? | 23 Jan 2005 06:59 GMT | 8 |
I have the following problem with servlets that use JDBC. Basically if I have a servlet that runs a query and returns a potentially huge result set to the user then I want to display a 'next' 'previous' kind of dialog and only display the first 10 rows for
|
| Free Java Resources | 22 Jan 2005 12:41 GMT | 1 |
I has found a very good site having nice collection Free Java Resources including JDK , Free Java Programming Tools , Free Java Libraries , Free Java Decompilers , Free Java Disassemblers ,Java IDE ,
|
| Best MS jdbc driver for jdbc 1.0 centric features | 21 Jan 2005 10:57 GMT | 2 |
My situation: Recently, by company's web-app has been getting worse and worse performance from our jdbc driver (we use the free MS jdbc driver) - things like strange transaction resource handling, chopy overall
|
| remote server name problem | 21 Jan 2005 08:58 GMT | 3 |
I am triing to add remote server ('NEW-SQL'- MS SQL Server 2000 ) to the MS SQL Server 2000 in the local server. sp_addlinkedserver 'NEW-SQL', N'SQL Server' But when I run the query like:
|
| EOFException | 20 Jan 2005 23:48 GMT | 2 |
It's been now 1 month I have great problems with my connexion : After a few clicks in my applet I have : Communications failure due to underlying exception : ** BEGIN NESTED Exception
|
| Oracle JDBC Driver ps.setTimestamp() slows down query execution many times | 20 Jan 2005 16:54 GMT | 8 |
I have the following problem. I perform simple sql query to Oracle database, there are 2 date variables in the query. final String sSql = "select count(*) from test where start_date > ? and start_date < ?";
|
| SQLJ reference implementation : where are the sources ? | 19 Jan 2005 23:56 GMT | 2 |
www.sqlj.org is down since an year (and half, maybe) and around the net you can still find quotings about the "reference implementation" of SQLJ precompiler; it seems that these sources are lying here (and only here ...).
|
| jtds driver and SQL Server performance problem | 18 Jan 2005 12:35 GMT | 6 |
I am using the opensource jtds driver to retreive information from an SQL Server database. The java application and the SQL Server database both reside on the local (c:) drive. I am using a PreparedStatement object to retrieve a single row from the SQL
|
| DriverManager.getConnection(...) returning null Oracle Thin Driver with Applet | 18 Jan 2005 12:03 GMT | 2 |
Implemented a JSP that had no problem with connecting to Oracle 9i using thin driver. The applet however is a different story. Signed the applet and set java.policy. Still getting null for: Connection conn=DriverManager.getConnection(...)
|
| Reading Large Oracle DBs via JDBC | 17 Jan 2005 10:33 GMT | 2 |
I have to read large data(mostly CLOBs) from ORacle 9i DB via JDBC. My code works fine with DB volume in the order of few MB. But as soon as the DB volume increases to 1 GB it throws an Memory Exception.
|
| [long][dbunit/mysql] org.dbunit.dataset.NoSuchColumnException | 14 Jan 2005 09:16 GMT | 1 |
Heya there, I'm trying to setup some database related tests using dbunit and get this error. Regarding the console msg i first thoughts this was a dbunit
|