| Thread | Last Post | Replies |
|
| FM6 - location of script files | 30 Jun 2004 01:00 GMT | 1 |
I would like to share scripts that I have with a colleague who has an identical copy of our FM6 DB (except, of course, he doesn't have the scripts I have written). Where do I find script files in FM6?
|
| how do i identify the clicked record using php on an apache/mysql server? | 29 Jun 2004 18:02 GMT | 2 |
i already know how to load the my list of suppliers using mysql/php/apache, but what i would like to do now is put a link for each and every supplier and when someone clicks it, they will automatically go to that supplier's list of products. And when someone
|
| Parameterized queries running slower than nonparamaterized queries | 26 Jun 2004 15:27 GMT | 3 |
Hello When I use a PreparedStatement (in jdbc) with the following query: SELECT store_groups_id FROM store_groups
|
| Need C++ Embedded DB w/ Multiple Tables Per DB File | 26 Jun 2004 12:09 GMT | 7 |
I have been searching high and low for an embeddable database engine that comes with its C++ source, that can support multiple tables per database file. That's about as fancy as I need. It can be single-user for local storage. The specs seem so simple to fill, but I just ...
|
| MySQL ignores config file | 25 Jun 2004 22:52 GMT | 1 |
I've copied my-medium.cnf to /etc/my.cnf and MySQL continues to ignore it. I set port=3307 just to screw up the server, but nothing changes; the server remains on 3306. I would like to move the location of my database but I can't do that if MySQL won't read the config file (I'd ...
|
| [ACD-CD-CDI-CLC] Request ?Fergell? website... | 25 Jun 2004 19:37 GMT | 2 |
About two months ago, I was searching for a mainframe FAQ site to research some DB2-UDB and IMS DB/DC questions. Someone replied with what appeared to be an IBM.net or IBM.com wesite under a user name like FERGELL or something similar.
|
| Generic/portable LISTEN/NOTIFY, DBMS_ALERT, sp_add_alert etc... | 25 Jun 2004 16:06 GMT | 2 |
I'm trying to come up with a design for a system that has to integrate with a number of different customer databases on different platforms. Currently our customers are using SQL Server and Oracle databases only, but there should be no restriction on the actual DB being used
|
| SQL Data Entry Tool with foreign key display as dropdown | 25 Jun 2004 07:47 GMT | 1 |
I am about to put together a small DB (based on mysql for the time being), and now I would like to enter data into the DB via grapphical tool. By now I have found tons and tons of tools being able to achieve this (in conjunction with mySQL), but unforuntately I have until now not ...
|
| date function in ingres | 24 Jun 2004 23:25 GMT | 1 |
I have date as yyyy-mm-dd HH-MM-SS in ingres database. I want to select only yyyy-mm-dd and not the time. How do I do it? Please help. Malti
|
| SQL question - Having count(*) | 24 Jun 2004 07:06 GMT | 1 |
Using Oracle SQL Let say I have a table named STUDENT this table contains the following columns STNAME, STTELE, STSCHOOL, STAGE, STPROG
|
| Left Outer Join on Join Table with Clause | 24 Jun 2004 00:57 GMT | 4 |
I have a Product table, a Categories table and a join table that contains product to category mappings (each product can be in many categories) CREATE TABLE categories ( id bigint(20) unsigned NOT NULL auto_increment,
|
| Real time databases | 23 Jun 2004 16:00 GMT | 5 |
I am looking for a commercial (good and tested ;-))real time database to be run on embedded systems. The following features would suffice - persistence, in-memory, relational data model, (or even relation-object model), redundancy and quick query execution time.
|
| Looking for a smart tool to import data in DB | 22 Jun 2004 00:49 GMT | 2 |
Hi, We have a database which needs to be constantly updated with recent information. The source of the information can come from several different
|
| Nearest Common Ancestor Report (XDb1's $1000 Challenge) | 21 Jun 2004 16:51 GMT | 265 |
> Tony wrote: If your analogy holds any water at all (to give you the > benefit of very large doubt), it suggests that relational theory will do > just fine for pretty much anything we ever want to do "in the real world". $1000 to the first person who replicates the equivalent of
|
| database design : maintaining customer $ balances | 21 Jun 2004 14:09 GMT | 1 |
I'm trying to keep track of financial transactions, including customer account balances in my database. In this database customers can purchase and return (refund) goods. Purchases/Refunds may take place using cash,credit cards,pos systems, or using the customers account
|