| Thread | Last Post | Replies |
|
| java technologies | 31 Oct 2007 23:23 GMT | 1 |
http://corejava-technologies.blogspot.com
|
| [ANN] WebSQL - web based database administrator tool | 22 Oct 2007 17:19 GMT | 3 |
This is a web based application that can be installed on a web server in your environment to manage your database over a browser. At moment is available only a demo, try it now and let us know what you think about.
|
| DriverID in JDBC-ODBC bridge | 21 Oct 2007 19:27 GMT | 1 |
I can access MS Access database using the folowing code: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); String filename = "d:/dataBase.mdb"; String database = "jdbc:odbc:Driver={Microsoft Access
|
| date operations in jpql queries | 19 Oct 2007 13:55 GMT | 1 |
I have two questions regarding JPQL and operations on dates and times: 1) I have a table where I store datetime intervals, like this: (dt_start, dt_end). I want to find all intervals that contain given date, i.e.
|
| problem with jdbc url and query in jsp code | 18 Oct 2007 12:01 GMT | 2 |
i tried the following jsp code to query cloudscape db : __________________________________________________- <%@ page import="java.io.StringWriter" %> <%@ page import="java.io.PrintWriter" %>
|
| Single Connection attempt | 18 Oct 2007 10:21 GMT | 1 |
I would like to create a single Database connection point that I can use for several of my classes in my Java Web Application. Here is my ConnectionManager Class: public class ConnectionManager {
|
| Finding valid ENUM values | 16 Oct 2007 22:55 GMT | 3 |
I have a MySQL (5) database which has a table containing an ENUM column. I'd like to (programatically) get a list of what the valid options are for this ENUM. I've looked through the metadata but can't see anything. Can someone point out what I'm missing?
|
| jdbc and DB2 | 14 Oct 2007 15:09 GMT | 9 |
How would you go about getting a list of tables from db2 using jdbc?
|
| problem with uploading files | 13 Oct 2007 04:11 GMT | 6 |
hello friends, i am using apache tomcat 6.0, jdk 6, and i want to upload .doc files to cloudscape 10 database.
|
| Searching CLOBs through Hibernate | 05 Oct 2007 02:41 GMT | 1 |
What would be the best approach to achieve this? More specifically, our customers have long description texts that need to be searched. Are there alternative strategies that would be better suited than trying to search CLOBs?
|
| com.mysql.jdbc.UpdatableResultSet.updateBlob gives AbstractMethodError | 05 Oct 2007 02:37 GMT | 11 |
I'm quite new to all jdbc, but so far working with resultset's over SQL seemed easy so far, but I'm having some problems writing a blob to the database. What I try to do is two steps:
|
| (Mis)use of transactions | 01 Oct 2007 14:20 GMT | 11 |
It's a bit quiet in comp.lang.java.databases so I hope no-one minds a database question that isn't particularly related to Java or JDBC (though that's what I am actually using). I have an app, several bits of which allow a user to maintain simple
|
| Derby eclipse install | 01 Oct 2007 10:30 GMT | 1 |
The install instructions for Derby 10.3.1.4 in Eclipse 3.3 implies that it is as simple as having the Eclipse\plugins directory containing these three directories: org.apache.derby.core_10.3.1, org.apache.derby.ui_1.1.1, and org.apache.derby.plugin.doc_1.1.1, as obtained from ...
|