John Cole <[EMAIL PROTECTED]> wrote:
>
> I installed MySQL 4.0.16-nt on a Win2000 Pro platform.
> I want to implement a multi-table delete, so i type
> following SQL statement:
>
> Delete from tablea, tableb using tablea, tableb
> where tableb.number=2 and tableb.number=3;
>
> the server down an
hi,
I installed MySQL 4.0.16-nt on a Win2000 Pro platform.
I want to implement a multi-table delete, so i type
following SQL statement:
Delete from tablea, tableb using tablea, tableb
where tableb.number=2 and tableb.number=3;
the server down and generate following message:
`Mysql-nt has gener
filter-fodder: mysql, query
Hi,
I have a persistent connection.
but when a query fails for whatever reason,
( eg. user doesnt have permission to delete a row )
I lose the connection.
HOW can I stop this happening, and WHY is it happening?
Donna
-
Ivan,
Monday, April 29, 2002, 11:29:31 PM, you wrote:
IS> We use the PHPLib classes for our website.
IS> ( http://phplib.sourceforge.net/ )
IS> Now we have a lot of lost connection problems when we use 2 or 3 different
IS> db queries with different db tables !
IS> .
IS> $db = new newsDB();
Hello list users,
We use the PHPLib classes for our website.
( http://phplib.sourceforge.net/ )
Now we have a lot of lost connection problems when we use 2 or 3 different
db queries with different db tables !
.
$db = new newsDB();
$db->query("SELECT * FROM news ORDER BY HitsOut DESC limit
> Ok I've finally gotten MySQL 3.23.37 installed and operating. Thanks to all
> that helped! The problem I'm now experiencing is when I try to interface
> with MySQL via PHP. MySQL seems to work fine by logging into MySQL directly
> and through a MySQL GUI Client. I get the following error...
>
>
Ok I've finally gotten MySQL 3.23.37 installed and operating. Thanks to all
that helped! The problem I'm now experiencing is when I try to interface
with MySQL via PHP. MySQL seems to work fine by logging into MySQL directly
and through a MySQL GUI Client. I get the following error...
Warning: My