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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
compacting msaccess database from jdbc-odbc16 Jun 2005 17:01 GMT1
i am trying to use a dns-less jdbc-odbc connection to connect to an
msaccess database using the following connection string:
jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\\db1.mdb
is there a way to use this connection to compact the database?
inserting clobs into Oracle DB16 Jun 2005 11:02 GMT2
I got the problem with inserting clobs into Oracle.
This process is very slow when I run java code on Tomcat.
(same code (same driver, same database, same data, same computer) running
from Eclipse is 10x faster).
Check and create tables15 Jun 2005 21:16 GMT3
I dont how to create tables:
create table tblTable (id number, description text)
but how do you check if the table already exist before you create it?
Cheers
JDBC: Retaining multiple result sets from a query made in a loop15 Jun 2005 20:29 GMT1
I'm planning a small Java app using JDBC and have question about making
multiple result sets in a loop.
My program will make a query once and then use one of the fields from
each row in the result set as an argument in a second query. It would
Querying auto increment15 Jun 2005 19:04 GMT5
Is it possible to determine if a column has some form of "auto
increment" modifier applied to it though the JDBC metadata services?
The closest thing I've found is DatabaseMetaData.getVersionColumns(),
but I haven't had much luck getting it to return anything but empty
JDBC and Access13 Jun 2005 14:10 GMT1
I have a strange problem with JDBC and Access.
Im trying to create a table and insert values into it,
but i'm getting an error saying it doesn't like the syntax, and is "expected
1".
java.sql.SQLException: Io exception: The Network Adapter could not  establish the connection10 Jun 2005 21:26 GMT1
I'm having a strange problem with establishing a JDBC connection.
I'm using the following code to make the connection:
DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
System.out.println("About to open connection");
How does MSN do it???10 Jun 2005 15:51 GMT6
How does MSN allow user to connect to other users to chat if the end
user is behind a router/NAT?   I'm thinking in terms of Java and using
Sockets and I can't think of a way for myself to connect to my friend
when he is behind a NAT.
Getting Stale data in ResultSet08 Jun 2005 23:06 GMT2
I am executing a stored procedure using CallableStatement. This
procedure takes a paramter and creates a table in database with that
parameter as one of the columns in the table. Immediately after
procedure returns, I use the same db connection to read the data from
Flush ResultSet to Browser08 Jun 2005 16:38 GMT2
Hi.  I am querying an Oracle 9i database that in some cases will return
very large resultSets (up to 95,000 rows).  I am using Java Server
Faces for my front end but I am having some major performance issues,
for obvious reasons.  My question is this: Can I start flushing the
Transaction manager (Objectstore)08 Jun 2005 04:00 GMT2
I currnently am working on a project which is supposed to run with an
Objectstore (actually PSE-Pro) DB-backend.
Now i have a little question to the group: Would any of you like to share a
design pattern or code snippet for a transaction manager class? It should
dynamically created SQL - batch execution?07 Jun 2005 10:21 GMT3
I use an application with dynamically creates SQL.
Using Postgres I can simply create a statement and call
statement.execute(sql);
Informix, however, doesn't accept this (complains about temp tables not
updateDate error06 Jun 2005 22:01 GMT9
1 - Date now = new Date();
2 - uprs.updateDate("LASTMODIFIED", now);
Error i get is "Cannot resolve symbol" on line 2
Any suggestions?
Finding available drivers05 Jun 2005 06:15 GMT1
Can anyone suggest a methodology for finding out programatically what
JDBC drivers may be on a machine?
Here's what I intend to attempt:
Get the paths for ext, endorsed, library and classpath
Database Query Tool04 Jun 2005 21:42 GMT6
Does anyone know of a good open source Database query tool that I can
use the Oracle thin driver with?
Thanks in advance,
Bob
Pages: 1 2 3 4 May, 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.