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 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Java Access to CISAM files29 Feb 2004 09:19 GMT1
    Has anyone seen any java code to access/write to CISAM files?
Signature

 --------------------------------------------------------------
 Registered Linux User #169330 ( http://counter.li.org )

Choosing the right RDBMS...28 Feb 2004 18:56 GMT1
I have to choose a RDBMS for my java apps and I'd like
to find one that meets the following:
1 - opensource
2 - table size limit independent of the undelying arch
Parse a SQL select statement28 Feb 2004 02:03 GMT1
Hi, in the project I am currently working on I need to parse a SQL
SELECT statement so that I can get all the selected elements in the
query. For example I need to parse the following stmt:
Select SUBSTR(ACCT_USAGE_DETAIL_GUIDE_VIEW.C1,1,60) AS KEY,
The Network Adapter could not establish the connection27 Feb 2004 14:23 GMT4
I copied some code from one (unix solaris) machine to another and am now
getting the following error:
The Network Adapter could not establish the connection
The exact same code works fine on the original machine, so the DB is up,
Isam Db27 Feb 2004 05:03 GMT1
Ho to access Isam (.dat .idx) files from java application !?!
thanks
JAVA ResultSet Problem?27 Feb 2004 04:40 GMT5
Please see this code:
ResultSet rs=course.showStudent();
while(rs.next()) {
out.println(rs.getString("name"));
Does Hibernate works with Oracle 7?26 Feb 2004 17:25 GMT1
Can Hibernate work with Oracle 7 database? I am having "Invalid column
name" exception, but query from log file run fine in sqlplus. There is
no exception in Oracle 9. JDBC is used. I did not try OCI, yet.
Thank you,
hsqldb date/timestamp arithmetic26 Feb 2004 13:43 GMT1
Can someone provide an example of date or timestamp arithmetic using
HSQLDB. How can you add one day or 2 minutes or whatever to a date.
Thanks.
Advice requested regarding Access database in Java25 Feb 2004 14:27 GMT5
I need some advice.  I will be working with a group of students on a
Java coding project.  At this point, I probably need the advice more
than they do!  Nonetheless, I thought it prudent to ask here before I
meet with the students again.
mysql partial string search25 Feb 2004 09:16 GMT2
I was wondering if it is possible to search a mysql database by partial
strings, like say i have a name column with scotland, and i give this
string,
select * from table where name='co';
DAO Layer Performance Tuning25 Feb 2004 05:04 GMT1
Does anyone know of any articles, which describes DAO layer performance
tuning? I'm having some performance issues with data access through this
layer. Some advice on DOs and DON'Ts are welsome.
Thanks in advance,
data bound controls, input mask control?24 Feb 2004 20:20 GMT2
Hi, I am Java newbie. I am looking for free Swing Gui data bound controls,
such as those found in Delphi, or dbSwing from JBuilder. If there are any.
Btw, I am using Netbeans.
Is it possible to call find the number of columns in a JDBC query without executing it?24 Feb 2004 11:07 GMT6
Is it possible to call find the number of columns in a query without
executing it?
I am using the Oracle JDBC thin client driver and I have a number of
queries for which I would like to find out how many columns are being
Retrieving clob text and display in html page24 Feb 2004 10:13 GMT1
I need to retrieve a clob field from an oracle table, and display it
on a web application page. I'm currently receiving the error
"oracle.sql.CLOB@733122" where I'm expecting the text to display.
Can anyone help me please.
mailing.database.mysql-internals, mailing.database.mysql, mailing.database.mysql-java, comp.lang.java.programmer21 Feb 2004 17:40 GMT1
if you check the store requirements of column types in mysql,
http://mysql.azc.uam.mx/doc/en/Storage_requirements.html
You will see advertised that, for example, for storing a TINYINT they
use a byte, but when you create a table using the different types of
Pages: 1 2 3 4 5 January, 2004
 
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.