| Thread | Last Post | Replies |
|
| Java Access to CISAM files | 29 Feb 2004 09:19 GMT | 1 |
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 GMT | 1 |
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 statement | 28 Feb 2004 02:03 GMT | 1 |
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 connection | 27 Feb 2004 14:23 GMT | 4 |
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 Db | 27 Feb 2004 05:03 GMT | 1 |
Ho to access Isam (.dat .idx) files from java application !?! thanks
|
| JAVA ResultSet Problem? | 27 Feb 2004 04:40 GMT | 5 |
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 GMT | 1 |
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 arithmetic | 26 Feb 2004 13:43 GMT | 1 |
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 Java | 25 Feb 2004 14:27 GMT | 5 |
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 search | 25 Feb 2004 09:16 GMT | 2 |
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 Tuning | 25 Feb 2004 05:04 GMT | 1 |
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 GMT | 2 |
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 GMT | 6 |
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 page | 24 Feb 2004 10:13 GMT | 1 |
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.programmer | 21 Feb 2004 17:40 GMT | 1 |
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
|