| Thread | Last Post | Replies |
|
| Access problem | 31 Dec 2004 17:22 GMT | 1 |
I have create a database using access. I facing a problem when the access reach 2.2G and i cant insert another pic into the database. first of all the pic's memory size was small but when i insert the pic
|
| A Database for a Small Business | 31 Dec 2004 15:18 GMT | 49 |
I am looking for free or shareware database to keep records in my small business. In a year I will have several hundreds of records with customer and product information. I have no experience with databases, so something with a steep learning
|
| MySQL Database Structure | 31 Dec 2004 15:12 GMT | 6 |
We're planning a web application which will allow teachers to plan their teacher diary online. So for instance: Mondag 8.50 - 9.40 --> Math (First Grade)
|
| Can Someone Please Help? | 30 Dec 2004 19:15 GMT | 1 |
Hi Gruoup This may have been asked before so apoligies if it has but can any one point me in way of some good learning material on Database Design? I did do relational databases a while back and would like to refresh my
|
| choosing a certification program | 30 Dec 2004 02:26 GMT | 2 |
I have been a professional Perl programmer for 5 years and think it is about time to widen my credentials. Relational databases have been around since the 60s and nothing seems to be about to supplant them, so I think education in RDBMS is a good investment. If you were going
|
| Data Recovery SOURCE CODE ( SOURCE CODES of Professional Data Recovery Software ) | 30 Dec 2004 00:48 GMT | 1 |
I am a Data Recovery Specialist and Professional Data Recovery Software Developer in New Delhi. I've placed the Complete SOURCE CODE of One of my Data Recovery Software for Sale (for Educational Purpose) on the following link of
|
| Access | 29 Dec 2004 23:04 GMT | 1 |
sorry ops it is access not excel sorry about that so anyone know what wrong with it?? rgds,
|
| pre-computed summary tables necessary with quality database design? | 29 Dec 2004 22:08 GMT | 3 |
I have been in one or two places where people developed extra tables that had pre-computed statistics about certain other tables, such as sums and ratios. I heard an Informix DBA say that such a thing was bad design. Is there
|
| Schema Reviews | 29 Dec 2004 19:03 GMT | 2 |
We are implementing a new Database review process in our development cycle. Currently this will be limited to schema reviews. While, we are developing our own template based on standards and best practices, I was wondering if anyone here has experience with such. What templates
|
| Mysql: group by and displaying any row with not null value | 29 Dec 2004 16:50 GMT | 1 |
How can I modify this query to fit my needs? SELECT EMAIL, USERNAME, COUNT(*) AS C FROM REVIEWS GROUP BY EMAIL ORDER BY C DESC EMAIL may not be NULL, USERNAME may be NULL.
|
| Need help with a tricky select query | 29 Dec 2004 12:43 GMT | 19 |
Is this at all possible? Consider these two tables (only simple definitions are shown for clarity): create table books (bookid int primary key, title char(30), date date ); create table authors (id int primary key, bookid int, author char(30) );
|
| Scheduling problem? | 29 Dec 2004 11:10 GMT | 1 |
I guess that others have solved this problem elegantly so I give it a try and hope for some respons. Here is my problem. I have several clients using Excel accessing a MySQL database. As long
|
| MSDE setup on XP | 29 Dec 2004 07:51 GMT | 1 |
I am getting the an error when trying to install MSDE and it says that setup failed to confi the server, this is the error log. 2004-06-02 12:45:52.09 server Microsoft SQL Server 2000 - 8.00.760 (Intel X86)
|
| Excel Problem or Bug ?? | 28 Dec 2004 22:02 GMT | 1 |
I have create a database using excel. I facing a problem when the excel reach 2.2G and i cant insert another pic into the database. first of all the pic's memory size was small but when i insert the pic
|
| reverse engineering a DB | 28 Dec 2004 21:33 GMT | 5 |
I have one .DAT, one .HDR and 9 .IDX files. Does this give any indication about what datebase might be used ? Is it possible to reverse engineer the program that is supposed to create this database (as the one I got hangs too often) ?
|