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 / February 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Microsoft.Project.OLEDB.9.0 driver can be used in java?27 Feb 2008 09:31 GMT1
for .mpp files means microsoft project plan file we can use
Microsoft.Project.OLEDB.9.0 driver in .net but in JAVA it is possible
or not? if possible how?
New to Glassfish with PostgreSQL23 Feb 2008 08:22 GMT4
Hi - I've been using JSF with Glassfish successfully for the last few
months, but up to now have not tried to use databases with it, which
I'm now trying for the first time.  Before I try writing any code, I
wanted to test out the code in chapter 10 of "Core JavaServer Faces"
Need to Learn about the Java ODBC22 Feb 2008 00:44 GMT2
From February to July of last year I worked for a company where I
wrote C code that accessed a PostgreSQL database with SQL commands and
generated the output my supervisor wanted.
    Now I'm working for a different company that doesn't have a C
Selecting row from a table20 Feb 2008 14:40 GMT3
I have a table with nearly 10,000 rows and 50 columns.
I have a select query like
select * from tablex where col1=5 and col2='a'
I run this from my java program using jdbc.
HSQL Query Help Request20 Feb 2008 12:06 GMT1
G'Day, my movie database contains multiple occurrences of DVDs that
contain multiple movies (i.e. one original DVD has Lethal Weapon 1, 2
& 3 on it). Therefore there is a database record for each of these
movies but they are all located in the same location. This results in
how do i insert into databse?16 Feb 2008 14:49 GMT1
i'm creating a an web application on attendance,  in which a user
after selecting the subject and month he gets all the student info
who
has taken that subject.
Encoding conversion problem15 Feb 2008 17:16 GMT26
I have a J2EE application which connects to a DB2 configured with code
set IBM-850. The application works with encoding ISO-8859-1.
If I save characters outside the range supported by IBM-850 (i.e. the
euro currency character EURO) then I read garbage...
Don't do DDL with PreparedStatement with Oracle!14 Feb 2008 20:01 GMT5
I found a customer who wanted to repeat the SQL "TRUNCATE TABLE
MY_TABLE",
so they did:
ps = c.prepareStatement("TRUNCATE TABLE THEIR_TABLE");
Hibernate: table without primary key10 Feb 2008 20:53 GMT1
Is there a possibility in Hibernate to create a table without a primary
key (without the @Id annotation)? I set up a with a dummy key, but I
hate this solution.
Thanx
How to use PreparedStatements on a servlet the most efficient way?08 Feb 2008 04:28 GMT3
i wonder whats the most efficient way to create PreparedStatements on
a
servlet. Currently i see the following two options:
1 Creating them in the method at which they are executed. (Seems
ResultSet getDate(TIME_STAMP) returns java.lang.NumberFormatException:     For input string:07 Feb 2008 16:43 GMT7
When I use ResultSet getDate("TIME_STAMP") on a table with a
TIME_STAMP column, which is defined as DATE, it returns
"java.lang.NumberFormatException: For input string:" and here comes
the month name in hebrew!
core java format07 Feb 2008 01:25 GMT4
http://programming-languages-tutorials.blogspot.com/2008/01/corejava-class-forma
t.html

How to insert a string that contains ' or ,06 Feb 2008 03:17 GMT3
i am using the following statement to insert a message from a user
into the database.
updStmt.executeUpdate("INSERT INTO Contact (uId, replyAddr, subject,
msg) "+
 
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.