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 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Getting the last modified date of a table28 Feb 2005 12:43 GMT2
  I was wondering whether there is a universal way to ask via jdbc when a  
db table was last modified. I am looking for a way that does not need any  
structural modifications the the table itself or the schema (e.g.  
inserting a new col or creating a separate table to write this ...
program does not execute SQL line.28 Feb 2005 11:12 GMT1
The coding below is part of my program, when i run my program, it only
executes until it prints out error and doesnt execute my SQL line to insert
the relevant data into the database..And when i compile, there is no error
to it...Can anyone help me debug if there is something that i ...
Does JDBC support encrypted/secured communication28 Feb 2005 02:47 GMT3
Is there any JDBC support for encrypted or secured communication
(specifically for SQLServer or Oracle) or for any other database?
thanks and regards
"ObjectRowSet" questions?27 Feb 2005 17:48 GMT1
I find out about Sun's RowSet implementation, but I can't find Object Rowset
in this implementation?
Is it possible to develop Object RowSet and is it useful?
I know about O/R tools like Hibernate, but Object RowSet can be useful?
Connecting to Clipper dbf files25 Feb 2005 23:20 GMT3
I need to connect to tables were created in Clipper that have extension of
dbf. I have tried the jdbc:odbc bridge but get a no Suitable driver.
Currently we use VB and a Datadirect 4.1 driver. I am sure they is a way to
connect to these kinds of file but I really have no clue. Any ...
metadata gettables()25 Feb 2005 20:16 GMT7
DatabaseMetaData.getTables(null, schemaName.toUpperCase(), "%", types);
I find that if I don't supply this in upper case, on Oracle 9.2, it does not
work.
So, I'm guessing this is all vendor dependant.
Generic database table display servlet/JSP?25 Feb 2005 19:54 GMT1
I am looking for a simple open source servlet to display database
tables. Ideally, the tool would be able to add a where clause (using
get/post parameters), sort data, update data. If e.g. an Oracle
database is used with constraints, the servlet could show html links
SQLServer 2000 Driver for JDBC behaviour on SQL Server restart25 Feb 2005 15:21 GMT10
1) My java code properly connects to the SQL Server DB via the SQL
Server 2000 JDBC driver.
2) During one of our stress tests, we restarted the SQL Server to see
how the code handles it.
Memory leak using JDBC driver for Microsoft SQL Server 2000 SP425 Feb 2005 11:57 GMT1
Folks,
  I have installed SQL Server 2000-SP4 on a box different that that of
my code.
  I am getting memory leaks(Out of memory errors in my code logs)
How do i write a txt file of repeating sequence into a database?22 Feb 2005 10:28 GMT1
I need to insert a txt file of repeating sequence into a database. How do i
do that?
Embedded DB or XML storage options22 Feb 2005 05:11 GMT2
We are trying to determine what is the best storage method for our
application. We are partial to XML and would prefer a solution based on
this format.
Or maybe going from an RDBMS, like this one:
is there anyone who has some idea? i am trying to call Stored procedure using JDBC. Thanks21 Feb 2005 20:37 GMT1
I am trying to use jdbc to call sp procedure in UDB 8.1, the following
is the jdbc code.
------------------------------------------------------------------------------------------
con = getConnection();
Hibernate and log4j config under Tomcat.21 Feb 2005 19:37 GMT10
"Under Tomcat 3.x and 4.x, you should place the log4j.properties under the
WEB-INF/classes directory of your web-applications. Log4j will find the
properties file and initialize itself. This is easy to do and it works."
"The XML configuration file is placed in the context ...
Displaying contents from database in an applet20 Feb 2005 23:28 GMT1
I have created a connection to an MSAccess database, but I am unable to
display the results in an webbrowser. My question is therefore how do I
retrieve and displaty the records of my database on a webpage?
Kind regards
Bugs in the Databasemetadata for in-memory HSQLDB?20 Feb 2005 14:45 GMT1
as specified in the JDBC MEtadata getTables and getColumns
/doc/src/org/hsqldb/jdbc/jdbcDatabaseMetaData.html
..
3. TABLE_NAME String => table name
Pages: 1 2 3 4 January, 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.