On 21 Feb., 18:08, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello everybody, > > I developed an application on my mac with a mysql database. > On my production server i have a microsoft sql serveur (it's a project > for my school). > > My application work well with mysql but i have a problem with the > microsoft mysql serveur. There is the error: > > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > Query: SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES > > Warning (512): SQL Error: Le contexte de la base de données a été > changé en 'FP7'. [CORE\cake\libs\model\datasources\dbo_source.php, > line 440] > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > > If anybody can help me, i have to use this server... > > Thanks a lot for your response. > > PS: Excuse me for my english, i'm french.
Hi I had the same problem with my MSSQL2000 database. My error message vanished after setting the default database to 'master' for the login I'm using to connect to the database. The core problem was that the system tables INFORMATION_SCHEMA were missing. I use an imported database, not a created one. Hope that works for you, too. Lars --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
