| Thread | Last Post | Replies |
|
| SQL: how to update the results from a select query | 21 Mar 2005 21:36 GMT | 5 |
I'm working on a java application and I've gotten stuck on an SQL problem. Consider the following query... SELECT status
|
| ODB (Cache?) vs ORM | 21 Mar 2005 21:20 GMT | 20 |
I've recently been studying Hibernate with a view to using it for future application development, but I must say that I've found the whole experience quite disenchanting. The need to maintain all that additional XML configuration info adds a fair bit of overhead to the ...
|
| JDBC Applets - MS Access | 21 Mar 2005 18:56 GMT | 2 |
I am working on a Applet at the moment which must be able to access an MS Access Database. I need to be able to setup a jdbc connection to an Access database. Does any body know of any webpages on how to do this?
|
| problem when using "Group by" statements with resultsets... | 19 Mar 2005 12:50 GMT | 9 |
hi guys...why do i get an "invalid cursor state" error when i execute a query with a group by? the query works fine in MS Access but when i use it with a resultset, it gives that error....thanks...
|
| JDBC and ResultSet problem | 18 Mar 2005 16:29 GMT | 23 |
When trying to output a rather large database (around 10M rows) to a textfile I get a memory problem that I guess has to do with the ResaultSet (see a part of the code below). Is there any way in java to get data direcly from the db NOT using ResultSet, something like a
|
| select sentence to join different servers tables... | 18 Mar 2005 01:26 GMT | 1 |
I have an AS400 table and SQL server table and need do a JOIN in a select, I did this: SELECT GNORP.COORG, GNORG.ORDES, GNORP.CPAIS, GNPAI.PADES, GNORP.ORV01 FROM ((GNORP GNORP LEFT OUTER JOIN GNORG GNORG ON GNORP.COORG =
|
| Please Help... | 18 Mar 2005 00:33 GMT | 1 |
Hi All, This is quite a desperate cry, i've been trying to solve this problem now for over a day and a half, I've seen lots of other threads on google with the same issues and have have tried each solution I found but to no avail.
|
| problem with servlets reading databases after upgrades | 15 Mar 2005 16:21 GMT | 1 |
I previously had several Java servlets that ran great on my Windows 2000 box. All of my servlets basically just run SQL queries against an Access database and print the results to the browser. So, I had Data Sources set up to point to the Access databases under Control
|
| problem in randomly fetching data from mssql databse using scrollable resultset | 15 Mar 2005 09:49 GMT | 4 |
i have a gui based application which conects a MSSQL-server 2000. I have buttons such as first-previous-next-last buttons to navigate throught the database. I am using scrollable resultset st=con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,
|
| simple persistence without databases | 15 Mar 2005 05:22 GMT | 9 |
I have a simple application that has been using standard serialization for the save format. I have a small user community; no one has complained about the save format breaking with each new version (because I change class structure). But ... it is kind of
|
| Problem while iterating data through while(rs.next()) | 14 Mar 2005 18:21 GMT | 3 |
am facing problem while iterating through while(rs.next()). I want to retrive userid from my database through username criteria. I wrote one simple query for that. But after getting connection,statement and executing query,at the time of
|
| org.apache.jasper.JasperException: sun.jdbc.odbc.JdbcOdbcDriver | 14 Mar 2005 13:59 GMT | 1 |
i search to use sun.jdbc.odbc.JdbcOdbcDriver on my Tomcat Webserver and i have following error message. Could you explain my mistake Thanks
|
| Error in Insert into statement... | 14 Mar 2005 12:57 GMT | 1 |
Below is my Java Program..there's no error when compiling but i cannot run this file.. It stop executing when it reach the INSERT INTO statement.. Anybody knows what's wrong?
|
| Problem with JDBC MSSQL | 14 Mar 2005 08:39 GMT | 6 |
I'm running an applet which should have a connection to a microsoft sql server 2000. I've downloaded the JDBC Driver from the Microsoft site and installed it. Now everytime I start the applet the console throws the following message out:
|
| what is the meaning of Degree of derived table does not match column list | 13 Mar 2005 01:50 GMT | 1 |
Hi all Please tell the meaning of " Degree of derived table does not match column list" this error. i am getting this error when i am trying to edit the data in mysql database
|