| Thread | Last Post | Replies |
|
| 'Microsoft Access Database' with Java. | 17 Jun 2004 23:54 GMT | 6 |
Hi, is there any way to get the data of a 'Microsoft-Access-Database' with Java under Linux?I have got only the .mbd file and no Windows... greez fabian
|
| Duplicate key or integrity constraint violation - Mysql | 17 Jun 2004 19:48 GMT | 1 |
I have recently started programming in Java, so forgive me if theres something very basic about the problem i'm having. I have MySQL 4.0.15 running on linux box quite happily and am using Java 1.4.2 and Netbeans 3.6 to access and update the database.
|
| PreparedStatement and IN Operator ??? | 17 Jun 2004 09:58 GMT | 2 |
Hi ng, i created a SQL statement that uses the IN operator. How can i use that statement in a PreparedStatement? SELECT FROM USER WHERE NAME IN (?)
|
| Multiple results by a single prepared statement.. | 16 Jun 2004 12:22 GMT | 5 |
Read the following vis a vis PreparedStatement Interface: "Some prepared statements return multiple results;" Can't fathom how a single prepared statement might return multiple resultsets. Could someone site a practical example to help me understand
|
| Get UNSIGNED attr for BIGINT in MySQL | 16 Jun 2004 03:09 GMT | 1 |
I need to use java.sql.DatabaseMetaData to discover if a table column is signed or unsigned. Specifically, MySQL BIGINT UNSIGNED types. I was reading post: http://tinyurl.com/3d4jk in which they indicated MySQL JDBC support was enhanced so that the UNSIGNED attribute was included
|
| bytea SQL ERROR with size | 15 Jun 2004 15:42 GMT | 1 |
ok, so I have pictures that I store in Postgres (7.2.4) via JDBC. if the size of my picture is small (less than 1ko) it's ok, there is no pb. but I never succed to put a bigger picture.
|
| ResultSet within ResultSet | 14 Jun 2004 15:56 GMT | 2 |
I want to do something, I'm sure it must be fairly straight forward, however I suspect there is a better way(s) to do it that I don't know about. I need to retrieve data from a database. So far so good :-)
|
| PreparedStatement.toString | 14 Jun 2004 07:09 GMT | 6 |
I think a PreparedStatement.toString method would be a great debugging tool.
 Signature Canadian Mind Products, Roedy Green.
|
| Where is Connection.close? | 13 Jun 2004 15:16 GMT | 2 |
I don't see Connection.close in the JavaDoc. Where is it? I see an isClosed?
 Signature Canadian Mind Products, Roedy Green.
|
| PreparedStatement | 12 Jun 2004 19:12 GMT | 2 |
In PreparedStatement, are ? only for replacing data values is there some way to use them to modify operators e.g. swap < for > or insert keywords such as DESC?
|
| Connecting to MS SQL problems | 11 Jun 2004 23:43 GMT | 3 |
I am trying to connect to MS SQL Server installed on my computer, I follow the tutorial, that can be downloaded from sun's web page, but it doesn't work. Whatever I try, I get the seme error: ODBC Driver Menager: Unable to locate the name of data origin, and
|
| EJB VO and Mutability | 10 Jun 2004 14:48 GMT | 1 |
Hi!, I read that people are using Value Objects (VO) with Entity JB because is better in terms of RMI. But, for my project I need to used diferent VO for the same Entity so the program can adopt to diferent clients. I thought
|
| Java Database Projects | 10 Jun 2004 14:33 GMT | 1 |
Hai , i want to do one project using java.The primary aim of that project is to store all the documentations in a server and we should be able to retrive it using the software.So i want to know whether any free
|
| Stored procedure error .... | 10 Jun 2004 06:05 GMT | 3 |
Trying to use the "DB2 Development Center" on UDB V8 on my Windows XP. I am new to java stored procedures. The stored procedure code I am using is at: https://www6.software.ibm.com/dw/education/dm/db2spdc/sp.java
|
| create connection to mssql | 08 Jun 2004 13:45 GMT | 1 |
i'm pretty new to the java-world. i try to establish a connection to a mssql database but i don't get along with the java.sql package. can anybody tell me how i would create a connection for these given parameters:
|