| Thread | Last Post | Replies |
|
| Question on resultSet's | 01 May 2005 00:01 GMT | 2 |
All, Does JDBC provide any API's to access ResultSet data even after closing the database connection? This would be helpful for accessing large amounts of data without holding up the connection.
|
| Native Xml Databases | 28 Apr 2005 21:08 GMT | 1 |
Does anyone have opinions that they'd like to share about Native Xml Databases - NXDs? How do they compare with ordinary dbs?
|
| Mysql Insert Failure | 28 Apr 2005 13:30 GMT | 2 |
I recently exeprienced and isolated insert failuer on my mysql server. I have a PHP script that contains a simple insert statement like the one below <?php $insert = "insert into tbl_name values ('', 'test')";
|
| mysql-connector-java-3.1.8 problem | 27 Apr 2005 04:24 GMT | 8 |
I'm using - jdk1.5.0_02 - MySql server 4.1 - mysql-connector-java-3.1.8
|
| need help with SQL query | 27 Apr 2005 01:07 GMT | 1 |
Hi there, I need help extracting data from three seperate tables. The Tables look like so:
|
| [hibernate][oracle 10g]enregistrer blob | 26 Apr 2005 12:31 GMT | 1 |
Bonjour, how to simply record an image in a field blob oracle? I created my fields : image BLOB DEFAULT EMPTY_BLOB() Which type to use in my file of mapping (BLOB oracle, Blob sql, Blob hibernate) ?
|
| Hibernate + Tomcat - where to bind the session to? | 26 Apr 2005 01:13 GMT | 2 |
Hello group, I am building a web application with Tomcat and Hibernate as O/R mapper. Now my question is where should I bind the session to? At the moment I have the Hibernate Session as a ThreadLocal, so for
|
| Database Widgets/Controls | 25 Apr 2005 20:46 GMT | 1 |
I'm looking for a JFace/SWT database library providing database (jdbc) controls which manage the database to gui mapping: Does anyone know a (preferably open source) library? Thx in advance
|
| Using apache/axis within Oracle | 25 Apr 2005 15:40 GMT | 3 |
I'm trying to call code to use a web service via Apache/axis (axis-1_2RC3), the code runs perfectly as a jar file locally but when it is loaded into Oracle and run using pl/sql it fails with ExceptionInInitializerError.
|
| How to find my data sources in a dynamic way | 25 Apr 2005 08:02 GMT | 7 |
I am wondering if there is a way to find my data sources at run time... lets say....a gui and a user is able to select witch data source to work with... database/s frond-end....... is there a method from jdbc api to do this?
|
| jsp error with j2ee | 22 Apr 2005 23:14 GMT | 5 |
Please forgive if wrong place to post but I'm not sure where is? I have a jsp page which verifies OK (along with all other classes etc) with the J2EE appServer until I make a call to a method in MyBean.java with the following statement below, I am getting an error that says all ...
|
| Problem with displaying ResultSet in JTable | 22 Apr 2005 10:11 GMT | 2 |
Hi All, I am new to java and databases both. So, it may be a very basic question. I am trying to display a ResultSet in a JTable. The code I am working
|
| MySQL Select help needed | 21 Apr 2005 18:31 GMT | 5 |
Trying to work out the correct sql statement If I have a table that contains the column partpostcode and has these entries, PE10
|
| help me with java probs please! | 19 Apr 2005 17:26 GMT | 2 |
Hello, i have a question. is there a good java vm applet i can install to run in my browser besides sun, that is free? because i installed sun and now its not working, and i cannot uninstall it i keep getting ewrrors stating i already have it istalled, and it wont let me
|
| How to detect views w/ JDBC? | 18 Apr 2005 15:06 GMT | 2 |
I'm trying to figure out how to tell if a given table (given "select * from someTableName") using JDBC/Thin is a view. I've tried using ResultSetMetaData.isReadOnly(int column) ResultSetMetaData.isWritable(int column) ResultSetMetaData.isDefinitelyWritable(int column)
|