Hi – I’m new to Symfony and I have a small project that I wanted to start, but I’m having trouble building the schema using Doctrine/PDO/SQL Server. I’m running Symfony 1.2.4 on RHEL 5 with Apache 2.2.3. I’m using FreeTDS to communicate to my SQL Server, and I’m successfully connecting to the database both natively via FreeTDS and using ODBC (unixODBC). A small database has already been built with a few tables containing test data and referential integrity. I’m attempting to build the schema using the following command:
symfony doctrine:build-schema While using the dblib DSN in my config/databases.yml file, I get the following error: [sfException] unknown database attribute type: bigint With the ODBC DSN, I get the following error: [sfException] SQLSTATE[24000]: Invalid cursor state: 0 [unixODBC][Driver Manager] Invalid cursor state (SQLFetchScroll[0] at /var/tmp/PDO_ODBC/ odbc_stmt.c:372) Any insight on how I should proceed? Thanks, Todd --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
