| Thread | Last Post | Replies |
|
| Project Plan | 31 Aug 2004 20:34 GMT | 8 |
Does anyone have a database developement project plan that they would be willing to share with me? I'm going to be project managing the dev. of a Db, and I could really use a head start. Anything would be appreciated.
|
| [MaxDB] Transactions with Foreign Key Constraints | 31 Aug 2004 12:51 GMT | 1 |
I have two tables A and B which satisfy various foreign key constraints ( A to B AND B to A). I would like to add some date to A and some data to B. Once all the data has been added, A and B will satisfy the foreign key constraints, but
|
| select question | 31 Aug 2004 10:28 GMT | 4 |
Cheers to all, I have a table with these data service_id-----------entity_id ---5---------|--------1------
|
| Query design puzzle | 30 Aug 2004 17:21 GMT | 3 |
What seems like a simple problem has turned out to be quite a challenge. Let's say I have a table of data that represents various jobs performed. The columns in this table are job ID, Start Date/Time, and
|
| java Databases.. | 30 Aug 2004 07:58 GMT | 1 |
Hello! Can you give me sample codes written in Java for Database. Thanks!
|
| Recommendation? -- Database of clients & jobs | 30 Aug 2004 01:16 GMT | 2 |
I'm looking for a program for an architectural firm, for the purpose of keeping a database of clients and jobs. Can someone recommend a program?
|
| Repositories with examples? | 30 Aug 2004 00:22 GMT | 9 |
what good repositories (e.g. books) are there that contain lots of examples of common relational database structures (e.g. names and addresses of persons)? Felix
|
| Small MySQL database for web application | 28 Aug 2004 07:47 GMT | 5 |
Our small company is in the process of bringing a server in-house for our in-house web application (with online ordering) & am wondering about any tips for configuration, etc... The server is most likely going to be a 2.8GHz xeon processor with
|
| Performance - getting number of rows in a table | 27 Aug 2004 05:01 GMT | 15 |
I found two ways to get the number o rows in a table using ODBC and I was wondering if someone could throw some light on the performance of the two as far as which one would be faster and why:
|
| Strange SQL results | 27 Aug 2004 03:54 GMT | 4 |
I have no idea why this is happening. Whenever I run this SQL command on my MySQL database: insert into compData values ('3002572819', 'ALFRAMED CORP.', '72-C INDUSTRIAL ESTATE', '', 'SIALKOT, PUNJAB', '', '', '', 'PK', 'MM', 'A',
|
| Foreign key questions | 26 Aug 2004 14:06 GMT | 2 |
1. Is it bad design to have a table with two foreign keys that reference the same table? For example a football player transfer table which would have columns for both the leaving and joining club. 2. Are there any other methods of referencing other than foreign keys and
|
| Update more columns in MS SQL Using a SELECT | 26 Aug 2004 03:59 GMT | 2 |
How can I do this in MS SQLserver (7.0 or 2000) Update t1 SET (t1.v1, t1.v2) = ((SELECT t2.v1, t2.v1 FROM t2
|
| IbSql v MySql.... Auto_Increment | 24 Aug 2004 07:17 GMT | 10 |
I've got to set-up a database on an Interbase SQL server.... I want to do an ID for each entry.... In MySql it is easy using the AUTO_INCREMENT attribute. I can't see anything similar for Interbase Sql. Has aanyone any experience of a work around?
|
| MySQL vs DBaseIV or higher | 24 Aug 2004 02:35 GMT | 10 |
I am not familiar with Dbase at all. Can some give a "MySQL vs Dbase" comparison? Thanks a lot Tony
|
| Schema Help | 24 Aug 2004 01:43 GMT | 3 |
Please help. Situation - I have 2000 assets. Each asset is idenified by a unique location code. I want users to be able to book these assets on a daily, weekly, monthly or a user defined time. Users should be able to book assets
|