Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Databases / November 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
select performance29 Nov 2006 19:26 GMT6
there are 2 tables and 2 ValueObjects. customers and orders.
customers
__________
customerID
important problem with mysql and a service java28 Nov 2006 21:31 GMT2
I have a problem with an application I'm developing. The issue is I
have a table with the users and one of the fields is the name of a
personal table. In the program I create an object for each user, and
there is a string variable table.
Connector/J download27 Nov 2006 21:38 GMT2
I am trying to build some Java-Software around a mysql db.
Problem ist I can't download Connector/J.
The site
http://dev.mysql.com/downloads/connector/j/3.1.html
Recompile any PL/SQL object: worry about app server jdbc cache ??26 Nov 2006 18:00 GMT1
I was about to recompile a trigger in one of our 9.2 database,
and our app server admin told me not to do it because I
would've then invalidated what his WebSphere jdbc cache
contains... The version of the driver is the same as that of
simple problem with Ms Access23 Nov 2006 14:28 GMT1
im building a webapp wit hMs Access as a backend database.
The problem is that im unable to retieve auto-generated keys values
after i do an insert operation.
correct me if i was wrong, but auto-generated key values mean the
Dynamic ORM ???22 Nov 2006 19:26 GMT1
I need to have dynamic ORM (or similar behavior) in Java. This means
that when the data model is changed (in the database or some external
files or elsewhere...), the Java application can access the new
objects/tables and properties/columns by just re-launching the program,
MySQL, boolean and BIT datatypes18 Nov 2006 21:35 GMT1
Using MySQL 5.0.22, Connector/J 3.12. I have datafields defined as
BIT(1) type, which is supposed to map to java Boolean, which is great
because I am displaying resultset in a jTable and I want the BIT fields
displayed as checkboxes. Displaying data from the resultset is fine.
Problem with actualization17 Nov 2006 00:42 GMT2
I have such simple code:
Database.executeQuery("INSERT INTO Licence(LicenceNumber, LicenceCode)
VALUES ('" + l + "','" + c + "')");
ResultSet rs = Database.getQueryResult("SELECT * FROM Licence WHERE
Oracle 10 + Sun App Server 7: Unique Constraint Violation?!?15 Nov 2006 16:40 GMT1
For about a week and a half I have been trying to solve a mysterious
issue with unique constraint violations on our database server without
any luck.
We basically have a simple table with a unique primary key (number) and
RMI and client JDBC13 Nov 2006 17:11 GMT2
I was playing around with RMI today,  but wasn't able to get it to do
what I wanted.  I wanted to use RMI to communicate with an object on
the server that implements javax.swing.table.TableModel,  and then use
JDBC inside that object.  However,  when I run my program,  the client
executeUpdate problem [newbie]13 Nov 2006 04:51 GMT2
i have a problem with the executeUpdate method that is converting a
value of my sql query to null.
When i create an entry in my table it's setting the id field to null. I
debugged it and saw that the "conversion" took place when i come in the
Access to zipped Microsoft Access database08 Nov 2006 13:33 GMT3
I have no problems with connecting to ms access database, although now
I want to connect with a mdb file which is zipped. Is it possible to
unzip it only in memory (without saving to a hard-drive) and connect to
such database?
binding array parameters in a preparedStatement04 Nov 2006 01:21 GMT1
I have a preparedStatement wich looks like this:
    select emp_name from employee where emp_id in (?)
I also have an array of integer such as
    int[] empIds
Problem with inserting blob03 Nov 2006 07:03 GMT5
I am using Oracle 9i as my DB Server.
I need to read the contents of a binary file (PDF) and store it into a
table within a column of type BLOB.  So I am taking the contents of the
file into a FileInputStream object, opening a connection to the DB (and
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.