| Thread | Last Post | Replies |
|
| Oracle 9 TIMESTAMP ORA-03115 on SELECT | 31 Dec 2005 06:47 GMT | 7 |
I am struggling to access rows in a table which contains a TIMESTAMP column. I get "ORA-03115: unsupported network datatype or representation" when executing a select statement. I am trying to isolate the problem by testing against a very simple table and with a
|
| mysql and swing application | 29 Dec 2005 09:36 GMT | 4 |
hi everyone. i working on a java swing application. i want to load mysql program as automatic with nullsoft install program and i want the define mysql user and password as automatic. i dont know these, how to copying mysql database as offline file (such as ms access file .mdb
|
| download database from website? | 29 Dec 2005 09:36 GMT | 1 |
I am working one network security project. For that I need vulnerabilities database fron NIST website. On NIST website they provide vulnerabilities databse. I want to develop a java program, so when user clicks on listener
|
| ***CHALLENING OFFER FOR JAVA DEVELOPERS IN OUR INDIA****** | 29 Dec 2005 09:11 GMT | 1 |
Hope this mail finds you in a Cheerful Mood............................! We would like to inform you that we have an urgent opening with one of our clients which is the first company in the world to have come out
|
| How to write narray Tree? example pls | 28 Dec 2005 14:09 GMT | 3 |
Thank you all for having this group. I am new to the world of java. I want to write a java program were the strings are stored in a tree (not binary tree).
|
| J2EE: Storing hierarchical data | 28 Dec 2005 11:24 GMT | 4 |
I'm searching for the best concept of how to use and save hierarchical data in a J2EE server. I have a structure like a PC file system with meta data. There a folders and files of different types. Every object have data like permissions, date and
|
| Advice needed: Hibernate and MySQL? | 28 Dec 2005 11:04 GMT | 5 |
My goal is to learn and implement a lightweight web app, maybe on online store, maybe content management. What should I use for the "backend" of the web app? I'm not familiar with all the technologies as my expertise has been the "frontend" using Struts (mostly an old
|
| JDeveloper question | 28 Dec 2005 10:51 GMT | 1 |
Hello, I'm using JDeveloper and just starting out. How do I create a datasource? The application server I'm using is JBoss 3.2. Thanks, - Dave
|
| problem wif Java -MySQL connection | 27 Dec 2005 06:18 GMT | 1 |
i have the problem of the connection java to MySQL i oledi download the entire software: -J2SE development kit 5.0 update6.0 -MySQL 4.1.16
|
| Call Oracle Stored Procedure from Java with less arguments | 23 Dec 2005 15:58 GMT | 1 |
I have a Oracle stored procedure which accepts e. g. 7 parameters which describe the columns being updated in the database. Simplified it looks like that: PROCEDURE modify(
|
| MySQL and Date Type columns with 2005-05-00 contents | 22 Dec 2005 23:01 GMT | 5 |
I'm currently trying to read a table from an MySQL database that has a column of type Date which might contain entries like 2005-05-00. Everything works as expected when it's used from PHP, but when I do an getString on the resultSet, the Date Column gets converted to an Java
|
| Advise on mapping JTable to large PostgreSQL table requested? | 21 Dec 2005 13:26 GMT | 9 |
I *must* (as in: I have no choice and it can't be solved another way by customer demand) display a large table (> 1.100.000 records) in a JTable ( or something that looks like a JTable for the customer). The customer wants to able to search the data and wants the focus (if
|
| Another Tomcat DataSource Question | 20 Dec 2005 10:14 GMT | 1 |
I have been searching and searching for the answer to this, and despite seeing many similar questions, I have yet to find the answer. I have a struts 1.1 application using Tomcat 4.x that I will eventually move to Tomcat 5.0. I have the mysql-connector-java-3.1.10-bin.jar, the 4
|
| Any examples of using DatabaseMetaData? | 19 Dec 2005 10:58 GMT | 1 |
I have a glimpse on koders.com for a while but it is difficult to get a comprehensive understanding of using various methods of the class, for instance, how can I obtain primary keys of a given table? How to find related columns among different tables?
|
| About connection pooling | 16 Dec 2005 13:38 GMT | 2 |
Could somebody explain the connection pooling for me a bit more? Or to be specific, how do I obtain the correct connection pooling for my servlet. I am using jTDS (1.1) driver to connect MS SQL Server and Apache Tomcat (5.5) to keep my servlet serving and I use Jakarta redirector ...
|