| Thread | Last Post | Replies |
|
| database schema (PRI, UNI keys) | 31 Jul 2004 23:54 GMT | 26 |
Looking at the Wordpress database schema I notice that their wp_users table is defined as follows (snippet): Field Type Key Default Extra ID int(10) unsigned PRI NULL auto_increment
|
| A Question on Database design | 31 Jul 2004 16:12 GMT | 1 |
We have requirement to develop an application in java which should have data export/import option. This application will be deployed in one global centre and in different regional centres. There is no link/network connection between the global centre and region centre.
|
| migrating microsoft works 4.5 database to something else? | 30 Jul 2004 19:08 GMT | 1 |
A customer has a database that he maintains customer information for his bussiness. He wants to update his database software to something else, I asked about Microsoft access and he said he does not want access. What other software is there out there for databases. He
|
| Q: research on fault tolerance, high availability in relational databases | 30 Jul 2004 18:35 GMT | 2 |
Hi, I'm looking for pointers to current/classic papers on the above topics. If you have any suggestions, drop me a note. Thanks in advance, -Sundar
|
| Query generator | 29 Jul 2004 22:55 GMT | 2 |
What is a good query generation package for that average joe with no TSQL knowledge? Thanks
|
| automatic spliting large table | 28 Jul 2004 20:51 GMT | 1 |
Thanks to your attention and time! Now I have a table, say sampleTable, on which I would automatically (using shell script like stuff) split it into several small tables according to the first attribute.
|
| I am writing a new database | 28 Jul 2004 20:45 GMT | 1 |
Hi! I am boy who is trying to write a new database, object-oriented. I mean that there are NO tables, rows and cols, but there are objects with properties on do queries. It is wrote in Java and it communicate with clients in XML.
|
| mysql 4.1.3 and ISP's. | 28 Jul 2004 02:53 GMT | 3 |
I'm tempted to use mysql version 4.1.3 for a project. However when finished say a month from now, I'll want it to run on as many ISP's as possible. The app is in PHP5, which now has 2 ways of accessing a mysql database, I
|
| Whic is the best free database server? | 27 Jul 2004 19:58 GMT | 1 |
Which can I use: mySql firebird... ?
|
| organising docs and making them searchable | 27 Jul 2004 15:57 GMT | 2 |
I'd be grateful for any help on this. I want to do something that seems really simple to me, but which I'm unable to find an equally simple solution to. In this supposed information age, I find it especially confounding.
|
| Database deign - Order status - pending, completed etc | 27 Jul 2004 13:19 GMT | 1 |
Hi, i have a newbie question so your kindness would be much appreciated! I have a question relating to orders. For my database i will have a number of states, ranging from when a customer initially places an
|
| Database Manager | 26 Jul 2004 20:03 GMT | 2 |
Can anyone reccomend a good database management program(for like creating/editing db's/tables/queries, etc) that supports the following databases: MySQL, PostGre, DB2, MS SQL, and Interbase. I can find many that support just a couple of those, but it would be really nice
|
| Numeric & Character datatype query | 26 Jul 2004 16:07 GMT | 8 |
Can anyone advise me if there is a standard rule of thumb used for the storage of numeric data with a particular datatype? For example, numeric data which is used in a calculation (e.g. phone number, health card number, etc) - is the preferred method to store as a character rather ...
|
| Using a SELECT against a CURSOR or ARRAY | 26 Jul 2004 16:06 GMT | 3 |
[This followup was posted to comp.databases and a copy was sent to the cited author.] Hi I can create a cursor, and I can make a table array out of the cursor,
|
| Selecting exact number of row | 25 Jul 2004 21:01 GMT | 3 |
Here is another SQL related problem. I have an application that performs frequent searches. One of the requirements is that it should bring back an exact number of entities being searched no matter how many describing rows there could be. So for example: say you are
|