True, MySQL server does not support several instances on the same windows
machine.
For comparison, It is possible to install multiple instances of MS SQL
Server 2000 !!
Xavier
-Message d'origine-
De : Bhavin Vyas [mailto:[EMAIL PROTECTED]]
Envoyé : vendredi 26 juillet 2002 04:09
À : Paul
This should work :
$SQL = "INSERT INTO orders (Customer_Id, Order_Date)".
"VALUES($CustID,Now())";
Xavier
-Message d'origine-
De : Alia Mikati [mailto:[EMAIL PROTECTED]]
Envoyé : vendredi 19 avril 2002 11:28
À : [EMAIL PROTECTED]
Objet : Date function
Hello
I
I want to know what kind of normalization to use to solve and retrieve data
for this SQL based application:
Following descritpion is the way I can do it.
I want to store data about contacts :
-> table Contacts(ID,Name,EMail)
and data about list of users :
-> table Lists(IDList, L
Hi,
Is there any ways to re-use an auto_increment table unique ID in others
record fields, like this :
INSERT INTO SET = pID, = "aaa"
where pID is the ID of the inserted record!
with this table schema :
---
: primary key, auto_increment, unique
:
, "@TITLE@", title),
replace(message, "@SIGNATURE@", signature) FROM ***
But it generates 2 different query results
Any ideas of syntax for the right query!!!
__
Xavier Prélat
w e b c e n t r i c
25,
ELECT id FROM table2);
by writing this :
SELECT table1.* FROM table1,table2 WHERE table1.id=table2.id;
Hope it helps..
Cheers.
Xavier
Xavier Prélat
CTO
Webcenbtric
25 rue de Ponthieu
75008 PARIS
-Message d'origine-
De : Guillaume BABIK [mailto:[EMAIL PROTECTED]]
Envoyé