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 / December 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
JDBC+SSL?16 Dec 2005 09:08 GMT1
OK, I am working with MySQL and Postgres.  Both indicate I can create
connections to them using SSL so that data exchanged with them is
encrypted while in transit.  The question is,"How do I use JDBC to
create a secure connection instead of a clear text connection?"
IBM JDBC help!14 Dec 2005 09:26 GMT1
I am trying to use the IBM DB2 Universal Database driver (IBM JDBC
package). How do I wrap an Oracle connection within an IBM connection?
Is it possible ?
I tried searching through the documentation and the Internet, but
Hidden (not visible, but usable) fields in jdbTable14 Dec 2005 08:34 GMT5
I am using jdbTables which shows data from a database. I need to have
some fields in the jdbTable for calculation (read: painting the rows
with different colors), but they should not be visible to user. I have
tried columnX.setWidth(0) and columnX.setHidden(True). These don't ...
DBase IV files13 Dec 2005 15:31 GMT3
I'm using the xbasej class for Java, and I'm trying to open a DBase IV file.
I use:
DBF aDB = new DBF("...path to file");
Several files work fine, but on one of them I get the following error:
reducing JDBC String creation?10 Dec 2005 14:55 GMT3
With some help from this group, I improved my database throughput quite
a bit.  However, my code now creates a large number of Strings
(approximately 4 million in about 3 minutes) in PreparedStatements.  I
checked the source of String creation with OptimizeIt and Enerjy's
batch update is sporadically incomplete05 Dec 2005 18:42 GMT5
Sporadically, the last few entries of a batch are not written.  I'm
writing to a mysql database using JDBC.   Here's a short version of my
code.  Does anyone have suggestions on possible causes or other
diagnostics?
java04 Dec 2005 10:32 GMT2
Im working with jdbc on a MSSQL Database.
In my java client im executing a stored procedure called myProc on the
database.
Im doing this with the following code:
HQL query, what am I doing wrong?03 Dec 2005 12:35 GMT4
List results = getHibernateTemplate().find("from Support obj where
obj.attributeName = 'B PROT CLASS'");
I get list of Support objects, lets say 10.
using spring SupportDAO extending HibernateDaoSupport with Hibernate3
JDBC and outfile/infile02 Dec 2005 08:33 GMT3
I have MySQL and want to dump the contents of a table into a text file
then read it back in. Can that be done with JDBC? is each a Query or
Update?
--------------------- tried ----------------------------
Pages: 1 2 November, 2005
 
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.