Здравствуйте, Ivan.
Вы писали 14 июня 2006 г., 21:57:16:
IR> Hi!
IR> I use Visual FoxPro as a front end to a MySQL server, via MyODBC 3.51.
IR> Since I have updated MySQL from 4.1.x to 5.0.18 (SuSE RPM), I get no
IR> result from SHOW TABLES (used for up/downloading). Any ideas?
IR> Ivan Russell
Hi!
I use Visual FoxPro as a front end to a MySQL server, via MyODBC 3.51.
Since I have updated MySQL from 4.1.x to 5.0.18 (SuSE RPM), I get no
result from SHOW TABLES (used for up/downloading). Any ideas?
Ivan Russell
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysq
his?
From: "Gabriel PREDA" <[EMAIL PROTECTED]>
Reply-To: "Gabriel PREDA" <[EMAIL PROTECTED]>
To: "shaun thornburgh"
<[EMAIL PROTECTED]>,
Subject: Re: SHOW TABLES Problem
Date: Wed, 2 Feb 2005 13:48:43 +0200
Because it does not know REGEXP... only LIKE patter
haun thornburgh" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, February 02, 2005 1:03 PM
Subject: SHOW TABLES Problem
> Hi,
>
> The syntax for show tables from the manual is:
>
> SHOW [FULL|OPEN] TABLES [FROM db_name] [LIKE 'pattern']
>
> so whay doesnt the fol
Hi,
The syntax for show tables from the manual is:
SHOW [FULL|OPEN] TABLES [FROM db_name] [LIKE 'pattern']
so whay doesnt the following query work:
SHOW TABLES LIKE REGEXP 'PID_[0-9]+';
Thanks for your help
Shaun
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsu