| Thread | Last Post | Replies |
|
| SELECT FIELD1 IN %FIELD2% | 31 Oct 2005 22:21 GMT | 1 |
it is possible to search a field in a middle of another field of another table? I try something like: SELECT * FROM TABLE1, TABLE2 WHERE TABLE1.FIELD1 LIKE
|
| Modelling objects with variable number of properties in an RDBMS | 31 Oct 2005 19:44 GMT | 4 |
i've apparently hit a brick wall in my understanding of table relationships. Say I have the following: widgets: id widget
|
| Database Design: Large or Small | 31 Oct 2005 19:04 GMT | 2 |
My company is about to grow substantially and so will our database. Currently, we obtain vessel data from our clients i.e. speed, lat/long track, boundaries entered, etc.. Typically, one vessel will generate approx. 90000 lines of data (each row of data has about 10 fields) per
|
| Firebird + Zeos: locking + refreshing | 31 Oct 2005 17:51 GMT | 1 |
Hello :-) Introduction: Delphi Multiuser application Database: Firebird
|
| Simple File Based Library? | 31 Oct 2005 08:18 GMT | 1 |
I'm not sure if this topic goes here but, I'm looking for a c++ library that can read a file and use that file as a database. For instance, the excel libraries for microsoft that can read and write to excel files.
|
| SELECT | 29 Oct 2005 15:38 GMT | 1 |
I'm puzzling to get some values from the following tables, 'historie' and 'zonegroepcomb_historie' .The two tables contains modified data from e.g. update, insert and deleted data from a table named 'zonegoepcomb'. I would like to extract the related 'allowed_zone_id' from
|
| question about query optimizer | 29 Oct 2005 00:55 GMT | 6 |
It was always mentioned that it might take longer to optimize a complex query than actually run the query itself. For complex query optimization, the optimizer needs tens of megabytes to store all the intermediate optimization results (partial plans, etc)
|
| Insert unique values problem | 29 Oct 2005 00:49 GMT | 2 |
Hi, all! Here's my situation.I have about 10 tables, which contain order numbers. Those numbers are not unique inside tables. My task is to populate and maintain separate table ,let's call it
|
| Create SELECT COUNT from given statement | 28 Oct 2005 15:19 GMT | 1 |
I want to do a SELECT COUNT(*) for some SELECT-Statements created in other parts of an application and I don't know exactly what that elsewhere created SELECT looks like. So i thouht something like 'SELECT COUNT(*) FROM ( ... )' might
|
| Database administrator tasks | 27 Oct 2005 01:16 GMT | 6 |
What tasks should a database administrator do to maintain a database well?
|
| need new version of MySQL | 26 Oct 2005 15:03 GMT | 3 |
Has a new version of MySQL been developed that does a better job of linking non-MS C programs? I recall that I stopped using the product because it could only link with Microsoft modules, while I needed to link with GNU C-compiled objects. Has that changed?
|
| MySQL ODBC Program Sample | 25 Oct 2005 21:50 GMT | 1 |
I am new to MySQL and am trying to develop a windows application with C/C++ to access MySQL database to execute some queries using ODBC. I have installed MySQL ODBC driver. (1) Does anyone know where are the destination of MySQL ODBC driver
|
| finding a newsgroup | 25 Oct 2005 15:07 GMT | 3 |
Excuse me. This probably is off-topic I am finding a newsgroup about postgresql, but I can't find it. Can anyone help me?
|
| Multiple database deamons, single LVM backend? | 25 Oct 2005 13:40 GMT | 1 |
Some customer experienced scalabillity problems with their setup. They were using MySQL and were using multiple MySQL servers, each with their own CPU + disk which replicate to each other. I was wondering: wouldn't it be better to have multple MySQL deamons
|
| something like old dos FoxPro 2.* or dBase | 24 Oct 2005 12:58 GMT | 1 |
I'm looking for program - something like old dos FoxPro 2.* or dBase I have two tables in two dbf files. I wont to connect to them and make some sql. Of course I know that there is M$ ForPro;) But I'm looking something
|