| Thread | Last Post | Replies |
|
| java.sql.SQLException: java.sql.Time | 30 Jul 2007 18:47 GMT | 2 |
I get the following error message... java.sql.SQLException: Value '00:00:00 can not be represented as java.sql.Time
>From the following SQL call... |
| Hibernate - Collection Mapping | 27 Jul 2007 22:04 GMT | 1 |
I'm new to Hibernate and now I got stuck when trying to map a simple 1- to-many relation. Basically I have a class "Location" and a class "Post". Each Location can have a number of posts for which reason the class Location holds a
|
| DBMS implementation of XML column | 24 Jul 2007 22:51 GMT | 5 |
JDBC 4.0 adds java.sql.Types.SQLXML for operating on XML columns. There's an XML type implementation by Oracle, DB2 and Microsoft SQL Server. Is Apache Derby (Cloudscape/Java DB) the only open source database
|
| Using Struts tag libs | 23 Jul 2007 03:30 GMT | 5 |
I am relatively new to Struts [using 1.3]. I need to create a form using Struts tag libs with 2 HTML select's [lists], connected to 2 DB tables, say allUsers and Admins, which would allow to select Administrators from the list of AllUsers.
|
| UnsatisfiedLinkError | 19 Jul 2007 17:12 GMT | 3 |
I am using Oracle 10_2 with java on Websphere. i face following error messages at oracle.jdbc.oci8.OCIDBAccess.RefCursorBytesToDBStatement(OCIDBAccess.java:
|
| mysql | 18 Jul 2007 08:17 GMT | 2 |
Hola a todos, necesito una clase o un metodo que me transforme el resultset de una consulta a un archivo de tipo txt, gracias.
|
| SQLExpress | 16 Jul 2007 21:56 GMT | 3 |
I am trying to build a simple test connection to MS SQLServer (Express 9) Got an exception: com.microsoft.sqlserver.SQLServerdriver
|
| I'm looking for a gui/database tutorial | 14 Jul 2007 23:14 GMT | 4 |
I have a fairly good knowledge of java except for guis and sql databases, i was wondering if anyone could post some places for me to learn about these.
|
| jdbc connection to MS access database | 13 Jul 2007 04:23 GMT | 2 |
Im trying to connect my database. im using ms access when i try to execute my program it gives me this error i create my database by going to the odbc in the administrative tools. and when i try to execute my code it gives me this error:
|
| String Searching in SQL? | 07 Jul 2007 15:25 GMT | 5 |
Consider if you had a set of documents basically text in a database., e.g. a website, or the SET of RFCs, or the JavaDoc for the JDK. You wanted a way of searching the text using features similar to what a search engine offers, but you don't just want a stand alone search
|
| Bulk Insert jdbc oracle | 04 Jul 2007 19:28 GMT | 2 |
Hey i am writing a java program which will insert more than 1,00,000 records in to oracle DB. i have read the records from a txt file , i can read it using java and load one by one record into oracle using executeUpdate(), but i want know is there any way by which i can
|
| Oracle JDBC PreparedStatements | 03 Jul 2007 15:02 GMT | 2 |
Is it possible to do something like this in Oracle 10g, ojdbc14.jar? I can't seem to get any results back. It's fine if I loop through each item and use " my_column = ?", but I'm not able to use Oracle's sorting.
|
| XML JDOM problems | 01 Jul 2007 08:48 GMT | 1 |
I have some problem in one of my xml file which value "&" in it. I am using JDOM API to extract xml data to database below is code: the error line is in SAXBuilder builder = new SAXBuilder(); code. Any one have any suggestion or ideas how to solve it ?
|
| Problem with the thick oracle driver ORA-24387: Invalid attach driver | 01 Jul 2007 08:45 GMT | 2 |
After deciding to use the thick driver instead of the thin, I suddently had the following exception in one of my Java app, during the" executeQuery()". java.sql.SQLException: ORA-24387: Invalid attach driver
|