1. Why is V8 hammering the database to death with 70 times more SQL calls than V6 did. (and this is with preview off, so a like-for-like comparison)
2. Why does V8 take so long to open when linking is enabled? The linking information is kept in the database whether linking is enabled or not, so what in the world is V8 doing all the time? How long can it take to make sure you have the relevant data?
3. Trying to print a catalog report (such as 'catalog summary') when linked always seems to give me an error in V8. Here it is:
Quote:
There was a problem with the database
Operation: Executing the query 'UPDATE TemporaryProductTable INNER JOIN [ProductLinked] ON TemporaryProductTable.[Product reference] = [ProductLinked].[Product ID] SET [TemporaryProductTable].[bStockEnabled] = [ProductLinked].[Control?],[TemporaryProductTable].[Product reference] = [ProductLinked].[Product ID] WHERE [TemporaryProductTable].bUseExternalData = TRUE '
Database name: C:\Program Files\Actinic v8\Sites\Site1\ActinicCatalog
COUNT field incorrect
Action: Contact your Actinic reseller or Actinic Support as appropriate
Quote:
There was a problem with the database
Operation: Executing the query 'UPDATE TemporaryProductTable INNER JOIN [ProductLinked] ON TemporaryProductTable.[Product reference] = [ProductLinked].[Product ID] SET [TemporaryProductTable].[bStockEnabled] = [ProductLinked].[Control?],[TemporaryProductTable].[Product reference] = [ProductLinked].[Product ID] WHERE [TemporaryProductTable].bUseExternalData = TRUE '
Database name: C:\Program Files\Actinic v8\Sites\Site1\ActinicCatalog
COUNT field incorrect
Action: Contact your Actinic reseller or Actinic Support as appropriate
.4. Why does actinic still use odbc 2.0 sql calls when these appear to be a cause of sql errors? Yes, the software recovers from the errors, but it would be better if they weren't there in the first place.
Sorry for being of very little help here Mike :-(
Regards,
Comment