For Actinic v9, I have a MySQL 5.1 database (on Windows) and a table which contains my product lines. I then use the external linking facility to obtain this data via ODBC, and everything was working how I expected it to.
However after upgrading to v10, I suddenly noticed a repetition of a number of products - it was like the internal actinic database had been retaining some 'dead' info and resurrected it after the upgrade. So I decided to delete everything and just link to the external source again to grab a set of fresh untainted data. That's when I noticed that actinic wasn't linking to my external data.
Even starting out with a fresh site, a new database and a empty table (with a primary key of course) it still spouts the same error:
ODBC -- Connection to 'my database' failed.
Which is somewhat spurious as it had to connect to the DataSource to present me with a list of tables to choose from.
For your info v9 connects to this newly created database/table without issue.
A showstopper at the moment as v10 doesn't have a catalog!
However after upgrading to v10, I suddenly noticed a repetition of a number of products - it was like the internal actinic database had been retaining some 'dead' info and resurrected it after the upgrade. So I decided to delete everything and just link to the external source again to grab a set of fresh untainted data. That's when I noticed that actinic wasn't linking to my external data.
Even starting out with a fresh site, a new database and a empty table (with a primary key of course) it still spouts the same error:
ODBC -- Connection to 'my database' failed.
Which is somewhat spurious as it had to connect to the DataSource to present me with a list of tables to choose from.
For your info v9 connects to this newly created database/table without issue.
A showstopper at the moment as v10 doesn't have a catalog!
Comment