[symfony-users] Re: Connect to Sybase ASE

2009-10-19 Thread Rodrigo Ruiz Fuentes

Alan Bem escribió:
 Are you on Windows?
 
 On Windows its better to use ODBC due some obsolete DLLs.
 

[...]

OK Alan, could you show me an example of database.yml and propel.ini for 
connect symfony with an Sybase ASE ODBC please??

Thanks...

When I say that I'm over a NT plataform, I mean that I'm using XP.

Thanks in advance.-

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Connect to Sybase ASE

2009-10-18 Thread Eno

On Fri, 16 Oct 2009, Rodrigo Ruiz Fuentes wrote:

 Yes... I'm over a NT plataform.

Wow, that's old...


-- 



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Connect to Sybase ASE

2009-10-16 Thread Jonathan Wage
I don't think PDO has sybase support does it?

- Jon

On Fri, Oct 16, 2009 at 10:37 AM, Rodrigo Ruiz Fuentes rru...@gmail.comwrote:


 Hi,
 I wrote before to the list because I needed to connect symfony 1.0.x
 with Sybase ASE, which was impossible. Now I've upgraded to symfony
 1.2.9 and I need to connect to Sybase from this version, preferably
 using PDO, if not possible I'll have to do with ODBC.
 My database.yml config is:

 all:
doctrine:
  class: sfDoctrineDatabase
  param:
classname: DoctrinePDO
dsn: sybase: host = localhost, dbname = wages
username: sa
password:

 I have configured php.ini with pdo_mssql, but when I execute doctrine:
 build-schema symfony tell me that the sybase driver is unknown.
 There's something I need to add or modify?
 I'm over a NT plataform.

 Greetings.

 



-- 
Jonathan H. Wage (+1 415 992 5468)
Open Source Software Developer  Evangelist
sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org

You can contact Jonathan about Doctrine, Symfony and Open-Source or for
training, consulting, application development, or business related questions
at jonathan.w...@sensio.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Connect to Sybase ASE

2009-10-16 Thread Alan Bem
Are you on Windows?

On Windows its better to use ODBC due some obsolete DLLs.

On Fri, Oct 16, 2009 at 9:01 PM, Jonathan Wage jonw...@gmail.com wrote:

 I don't think PDO has sybase support does it?

 - Jon

 On Fri, Oct 16, 2009 at 10:37 AM, Rodrigo Ruiz Fuentes 
 rru...@gmail.comwrote:


 Hi,
 I wrote before to the list because I needed to connect symfony 1.0.x
 with Sybase ASE, which was impossible. Now I've upgraded to symfony
 1.2.9 and I need to connect to Sybase from this version, preferably
 using PDO, if not possible I'll have to do with ODBC.
 My database.yml config is:

 all:
doctrine:
  class: sfDoctrineDatabase
  param:
classname: DoctrinePDO
dsn: sybase: host = localhost, dbname = wages
username: sa
password:

 I have configured php.ini with pdo_mssql, but when I execute doctrine:
 build-schema symfony tell me that the sybase driver is unknown.
 There's something I need to add or modify?
 I'm over a NT plataform.

 Greetings.





 --
 Jonathan H. Wage (+1 415 992 5468)
 Open Source Software Developer  Evangelist
 sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org

 You can contact Jonathan about Doctrine, Symfony and Open-Source or for
 training, consulting, application development, or business related questions
 at jonathan.w...@sensio.com


 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Connect to Sybase ASE

2009-10-16 Thread Rodrigo Ruiz Fuentes

Yes... I'm over a NT plataform.

Alan Bem escribió:
 Are you on Windows?
 
 On Windows its better to use ODBC due some obsolete DLLs.
 
 On Fri, Oct 16, 2009 at 9:01 PM, Jonathan Wage jonw...@gmail.com 
 mailto:jonw...@gmail.com wrote:
 
 I don't think PDO has sybase support does it?
 
 - Jon
 
 
 On Fri, Oct 16, 2009 at 10:37 AM, Rodrigo Ruiz Fuentes
 rru...@gmail.com mailto:rru...@gmail.com wrote:
 
 
 Hi,
 I wrote before to the list because I needed to connect symfony 1.0.x
 with Sybase ASE, which was impossible. Now I've upgraded to symfony
 1.2.9 and I need to connect to Sybase from this version, preferably
 using PDO, if not possible I'll have to do with ODBC.
 My database.yml config is:
 
 all:
doctrine:
  class: sfDoctrineDatabase
  param:
classname: DoctrinePDO
dsn: sybase: host = localhost, dbname = wages
username: sa
password:
 
 I have configured php.ini with pdo_mssql, but when I execute
 doctrine:
 build-schema symfony tell me that the sybase driver is unknown.
 There's something I need to add or modify?
 I'm over a NT plataform.
 
 Greetings.
 
 
 
 
 
 -- 
 Jonathan H. Wage (+1 415 992 5468)
 Open Source Software Developer  Evangelist
 sensiolabs.com http://sensiolabs.com | jwage.com
 http://jwage.com | doctrine-project.org
 http://doctrine-project.org | symfony-project.org
 http://symfony-project.org
 
 You can contact Jonathan about Doctrine, Symfony and Open-Source or
 for training, consulting, application development, or business
 related questions at jonathan.w...@sensio.com
 mailto:jonathan.w...@sensio.com
 
 
 
 
 
  


-- 
RODRIGO RUIZ FUENTES
(09) 0712421

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---