| Thread | Last Post | Replies |
|
| missing SET keyword | 31 Mar 2008 17:20 GMT | 2 |
Hi all, I was wondering if you smart people could look over my code and tell me why I'm getting a "missing SET keyword" error. Thanks very much in advance... Here is the error:
|
| JDBC | 31 Mar 2008 17:05 GMT | 4 |
Hi,i am total newbie in java programming.I want help in connecting Oracle 9i database and inserting data in a table there.How can i do this?Can anyone explain me step-by-step or point me to any link where i can learn this?I am using tomcat 6.0.16 and windows xp sp2
|
| mysql path | 30 Mar 2008 07:41 GMT | 4 |
If I create a new schema on mysql : Which folder is the schema created, and how external program "know" where the schema is ? Is there any general attitude, that I should know exactly where is the db
|
| Comparing 2 tables | 29 Mar 2008 03:23 GMT | 3 |
I need to compare 2 tables ( I need to eliminate 2 columns in the table while comparing, they are dates and userids which wil be different. ) Example:
|
| what is the Difference between MySql and Oracle | 28 Mar 2008 15:54 GMT | 2 |
i am new to computer science, i am interested in studying oracle, before that , i want to know what is the difference between other databases and oracle
|
| MySql - creating a schema. | 27 Mar 2008 15:47 GMT | 4 |
For first time using MySql, I need a sample database for it (is there any way to connect to it). Second : I need to create my own schema database. 1. How can I connect to a db, and is there a default one ?
|
| Need some in Hibernate | 26 Mar 2008 14:50 GMT | 2 |
I am new in Hibernate. I look at some examples in Hibernate 3.2 There is ALWAYS a Long id in a table class, like public class State { private Long id; // no such column in my STATE table in database
|
| thread safe JDBC code | 25 Mar 2008 18:56 GMT | 2 |
How to guarantee the JDBC code is thread safe? Should we put synchronize block in JDBC methods that performs update/delete operations? please advice. thanks.
|
| Table schema | 24 Mar 2008 21:59 GMT | 3 |
I have a group of TV listing data need to map into database tables. Data looks like following: http://www.oniva.com/upload/1356/crew.jpg I want to create a table for productionCrew of each TV program
|
| Derby & Oracle. | 21 Mar 2008 00:41 GMT | 5 |
What is the equivalent for Derby, that is in oracle. 1. Select 1 from dual. 2. How can I create sequences ? Thanks :)
|
| A free tool like Erwin | 20 Mar 2008 10:47 GMT | 8 |
I am looking for a free tool like Erwin (Erwin is a tool that show the whole schema database or part of it as an ERD diagram. It has algorithms to show the ERD in minimal place, with minimal crosses
|
| MySql installation. | 20 Mar 2008 05:23 GMT | 6 |
I want to know how to use MySql from site : http://dev.mysql.com/downloads/, navigated to the link : http://dev.mysql.com/downloads/mysql/5.0.html#win32, and download for windows the version : 5.0.51a.
|
| use Squirrel-sql with MySql | 19 Mar 2008 15:44 GMT | 2 |
I need some first step tutorial of using Squirrel-sql with MySql, please. Thanks :)
|
| free database for java | 18 Mar 2008 10:14 GMT | 19 |
I am looking for best free database for java & navigator tool (Till I found someone to invest on my software ...) After I have asked some people : I have found Derby db & Squirrel-sql db-navigator.
|
| Any discuss group about Hibernate, Spring? | 17 Mar 2008 14:19 GMT | 4 |
Our office soon is going to replace JDBC with Hibernate. I am new to Hibernate. I try to follow the tutorial from Hibernate 3.2 doc/reference/ I am stop in chapter 1, wouldn't get the same results as the tutorial!
|