Error in new version
Posted: Wed 28 Jun 2006 20:07
Since I've installed the latest version of MyDAC (I had to, because of the incompatibilty with the IBDAC componens), I get an error when doing a MyQuery.Refresh...

The SQL Refresh statement looks like this:
The Status column is mispelled in UPPERCASE. But even if I change it to the correct case (Status), I get exactly the same error....
In older MyDAC versions, this error didn't occur, since I haven't changed anything with this component on my form, nor anywhere else in my code. The MySQL Server also ist exactly the same version.
Any suggestions ?[/img]

The SQL Refresh statement looks like this:
Code: Select all
SELECT rm_versions.Project, rm_versions.Major, rm_versions.Minor, rm_versions.Release, rm_versions.Build, rm_versions.ReleaseDate, rm_versions.Downloadable, rm_versions.Setupname, rm_versions.StartDate, rm_versions.STATUS, rm_versions.SetupSize FROM rm_versions
WHERE rm_versions.ID = :Old_ID In older MyDAC versions, this error didn't occur, since I haven't changed anything with this component on my form, nor anywhere else in my code. The MySQL Server also ist exactly the same version.
Any suggestions ?[/img]