| Thread | Last Post | Replies |
|
| SQL parsing library | 16 Jan 2004 09:09 GMT | 1 |
Good evening, I'm hunting for an SQL parsing library. Specifically, the task I have in mind is as follows: take an SQL query (which may already contain some '?' characters for parameterized values), and replace ALL literal values
|
| JDO ? ? | 15 Jan 2004 09:26 GMT | 1 |
I want to use JDO to persistence objects to file system. Need to buy a third-party persistence framework? or the javax.jdo already can do? thanks
|
| Show all available ODBC connections from Java | 14 Jan 2004 22:48 GMT | 1 |
I have a project where I need to display all the available ODBC connections inside a Java Application, running Windows XP. I read an earlier post on this, and the answer was to use JNI with a C/C++ system call to get the information.
|
| HSQLDB newbie | 14 Jan 2004 16:45 GMT | 7 |
As HSQLDB 1.7.1 doesn't support scrollable insensitive ResultSets, I use the following code to get the number of rows available in a ResultSet: ResultSet rs=some_statement.executeQuery(some_query_string); rs.last();
|
| HSQL problems under win 98 | 13 Jan 2004 07:46 GMT | 1 |
i cant run hsql under win 98 - i got error saying 'database allready in use' (it isnt acctually in use) I can run it under win xp easily. Does anybody have an idea whats wrong?
|
| JDBC to Oracle 817 - The network adapter could not establish the connection | 12 Jan 2004 09:28 GMT | 4 |
ok, i have a strange one... I was running 815 on NT. I upgraded this to 817 and had a load of new problems. Originally, I could connect to the instance from the server itself, but as other clients would attempt connections, they would get the ORA 12545 error. If i stopped
|
| JDBC access File system? | 12 Jan 2004 09:27 GMT | 3 |
How can we use JDBC to access a File system? thanks from Peter (cmk128@hotmail.com)
|
| Problem connecting Oracle with Tomcat 5.0 | 11 Jan 2004 02:17 GMT | 3 |
I am using Tomcat v5.0 and Oracle 9i. Can anyone tell me why I am getting the exception given below... I have added this to server.xml : <Resource name="jdbc/ConnectionPool" auth="Container" type="javax.sql.DataSource"/> <ResourceParams name="jdbc/ConnectionPool">
|
| Message Handler in JDBC? | 10 Jan 2004 05:42 GMT | 1 |
Is there an equivalent to Sybase's MessageHandler in JDBC? I have a stored proc that sends messages back to the client via TSQL "print" stmts. How can I capture these messages in my Java app?
|
| Simple Question can't find answer | 09 Jan 2004 00:54 GMT | 1 |
I need to write a java program to run on a solaris machine to access a DB2 database across the internet. Where can I download the .jar file(s) I need to do that. I did the same thing for Oracle and found the classes on their site and downloaded those but I can't find them for DB2.
|
| Need Help with JDBC ! | 08 Jan 2004 21:37 GMT | 1 |
My pc has install Tomcat5.0.12 and j2sdk1.4.2_03. I want to develop jsp for my project. My question is that i want to access the database such as oracle 9i or mysqL which is not install in my PC.They come from web hosting company Should i need to install the jdbc driver in
|
| JDBC problems | 08 Jan 2004 21:30 GMT | 1 |
My pc has install Tomcat5.0.12 and j2sdk1.4.2_03. I want to develop jsp for my project. My question is that i want to access the database such as oracle 9i or mysqL which is not install in my PC.They come from web hosting company Should i need to install the jdbc driver in
|
| newbie: making data object to be displayed and printed | 08 Jan 2004 13:19 GMT | 2 |
I'm working on an program that should select data from an database and display it on the screen (console). I also want to be able to print the data. I can get the data from the database and make a string object to be
|
| Problems between Java and MySQL in Debian | 07 Jan 2004 04:20 GMT | 1 |
Hey all, I use JDK 1.4.1 and MySQL 3.23. In a program in Java that I am developing I use a MySQL database. For the communication between both I use driver (package jar in fact) that provides the MySQL site
|
| Preload JDBC Drivers in Tomcat | 06 Jan 2004 20:35 GMT | 2 |
Hey all, I am trying to preload the DB2 JDBC driver in Tomcat. I am running delivered code (I don't have source code :( ) that uses JDBC. The problem is that whenever Tomcat restarts, I have to manually load the
|