STATUS reserved word since 4.30?
-
Guest
STATUS reserved word since 4.30?
For some reason a table in my database named 'status' gives a problem since the new 4.3 version.
On opening i get an errormessage stating: table xyz.STATUS doesn't exist.
If i roll back to previous release, the problem disappears.
Ruben
On opening i get an errormessage stating: table xyz.STATUS doesn't exist.
If i roll back to previous release, the problem disappears.
Ruben
We couldn't reproduce the problem.
Please send us (mydac*crlab*com) a complete small sample to demonstrate it, including script to create and fill table.
Also supply us following information
- Exact version of Delphi, C++ Builder or Kylix
- Exact version of MySQL server and MySQL client.
You can see it in Info sheet of TMyConnection Editor
Please send us (mydac*crlab*com) a complete small sample to demonstrate it, including script to create and fill table.
Also supply us following information
- Exact version of Delphi, C++ Builder or Kylix
- Exact version of MySQL server and MySQL client.
You can see it in Info sheet of TMyConnection Editor
Reserved Word - STATUS
I'm have same problem with my applications, after install the new version
4.30, it's don't happen with :
MySQL server version: 4.1.14-standard-log
MySQL client version: Direct
MyDAC 4.00.2.8
4.30, it's don't happen with :
MySQL server version: 4.1.14-standard-log
MySQL client version: Direct
MyDAC 4.00.2.8
We tested MyDAC 4.30 with following MySQL Server versions: 4.0.11, 4.0.12, 4.0.21, 4.1.11, 5.0.17. We created table STATUS, filled it using TMyScript, opened it using TMyQuery. Everything works fine. Please send us (mydac*crlab*com) a complete small sample to demonstrate it, including script to create and fill table.
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
Re: STATUS reserved word since 4.30?
Rubens, where OS running you mySQL server? in Linux? in Windows?Anonymous wrote:For some reason a table in my database named 'status' gives a problem since the new 4.3 version.
On opening i get an errormessage stating: table xyz.STATUS doesn't exist.
If i roll back to previous release, the problem disappears.
Ruben
mySQL in Lunix is Case-sensitive. table name STATUS of status.
table name problem "status"
I have the same problem with the table name"status".Ikar wrote:We tested MyDAC 4.30 with following MySQL Server versions: 4.0.11, 4.0.12, 4.0.21, 4.1.11, 5.0.17. We created table STATUS, filled it using TMyScript, opened it using TMyQuery. Everything works fine. Please send us (mydac*crlab*com) a complete small sample to demonstrate it, including script to create and fill table.
Mysql server version: 5.0.22-standard
Mydac 4.40.0.20 for Borland C++Builder 6
Error message is:# 42502Table xxxxxx.STATUS does not exist.
Real name of table is "status".
Problem persists only under Linux (case sensitive), under Windows MySQL server it works.
Do you have any solutions?