| Thread | Last Post | Replies |
|
| Getting the last modified date of a table | 28 Feb 2005 12:43 GMT | 2 |
I was wondering whether there is a universal way to ask via jdbc when a db table was last modified. I am looking for a way that does not need any structural modifications the the table itself or the schema (e.g. inserting a new col or creating a separate table to write this ...
|
| program does not execute SQL line. | 28 Feb 2005 11:12 GMT | 1 |
The coding below is part of my program, when i run my program, it only executes until it prints out error and doesnt execute my SQL line to insert the relevant data into the database..And when i compile, there is no error to it...Can anyone help me debug if there is something that i ...
|
| Does JDBC support encrypted/secured communication | 28 Feb 2005 02:47 GMT | 3 |
Is there any JDBC support for encrypted or secured communication (specifically for SQLServer or Oracle) or for any other database? thanks and regards
|
| "ObjectRowSet" questions? | 27 Feb 2005 17:48 GMT | 1 |
I find out about Sun's RowSet implementation, but I can't find Object Rowset in this implementation? Is it possible to develop Object RowSet and is it useful? I know about O/R tools like Hibernate, but Object RowSet can be useful?
|
| Connecting to Clipper dbf files | 25 Feb 2005 23:20 GMT | 3 |
I need to connect to tables were created in Clipper that have extension of dbf. I have tried the jdbc:odbc bridge but get a no Suitable driver. Currently we use VB and a Datadirect 4.1 driver. I am sure they is a way to connect to these kinds of file but I really have no clue. Any ...
|
| metadata gettables() | 25 Feb 2005 20:16 GMT | 7 |
DatabaseMetaData.getTables(null, schemaName.toUpperCase(), "%", types); I find that if I don't supply this in upper case, on Oracle 9.2, it does not work. So, I'm guessing this is all vendor dependant.
|
| Generic database table display servlet/JSP? | 25 Feb 2005 19:54 GMT | 1 |
I am looking for a simple open source servlet to display database tables. Ideally, the tool would be able to add a where clause (using get/post parameters), sort data, update data. If e.g. an Oracle database is used with constraints, the servlet could show html links
|
| SQLServer 2000 Driver for JDBC behaviour on SQL Server restart | 25 Feb 2005 15:21 GMT | 10 |
1) My java code properly connects to the SQL Server DB via the SQL Server 2000 JDBC driver. 2) During one of our stress tests, we restarted the SQL Server to see how the code handles it.
|
| Memory leak using JDBC driver for Microsoft SQL Server 2000 SP4 | 25 Feb 2005 11:57 GMT | 1 |
Folks, I have installed SQL Server 2000-SP4 on a box different that that of my code. I am getting memory leaks(Out of memory errors in my code logs)
|
| How do i write a txt file of repeating sequence into a database? | 22 Feb 2005 10:28 GMT | 1 |
I need to insert a txt file of repeating sequence into a database. How do i do that?
|
| Embedded DB or XML storage options | 22 Feb 2005 05:11 GMT | 2 |
We are trying to determine what is the best storage method for our application. We are partial to XML and would prefer a solution based on this format. Or maybe going from an RDBMS, like this one:
|
| is there anyone who has some idea? i am trying to call Stored procedure using JDBC. Thanks | 21 Feb 2005 20:37 GMT | 1 |
I am trying to use jdbc to call sp procedure in UDB 8.1, the following is the jdbc code. ------------------------------------------------------------------------------------------ con = getConnection();
|
| Hibernate and log4j config under Tomcat. | 21 Feb 2005 19:37 GMT | 10 |
"Under Tomcat 3.x and 4.x, you should place the log4j.properties under the WEB-INF/classes directory of your web-applications. Log4j will find the properties file and initialize itself. This is easy to do and it works." "The XML configuration file is placed in the context ...
|
| Displaying contents from database in an applet | 20 Feb 2005 23:28 GMT | 1 |
I have created a connection to an MSAccess database, but I am unable to display the results in an webbrowser. My question is therefore how do I retrieve and displaty the records of my database on a webpage? Kind regards
|
| Bugs in the Databasemetadata for in-memory HSQLDB? | 20 Feb 2005 14:45 GMT | 1 |
as specified in the JDBC MEtadata getTables and getColumns /doc/src/org/hsqldb/jdbc/jdbcDatabaseMetaData.html .. 3. TABLE_NAME String => table name
|