콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
14316 화면

is there any possible to connect odoo-8 with MS-SQL-server 2008/12

 

아바타
취소
베스트 답변

No, all the Odoo SQL generated(or even hand writing) statements are coded with PostgreSQL in mind. Also there are some used PostgreSQL resources like sequences and indexes that are not exactly in others Database Servers or the syntax is different

아바타
취소
베스트 답변

No:

* Odoo relies on Psycopg for database access and this library is specific for PostgreSQL.

* The ORM is also PostgreSQL specific.

Regards.

아바타
취소
베스트 답변

Currently, you can't, as the ORM build in Odoo relies heavily on PostgreSQL. But theoretically it is possible if this ORM has been rewritten more generically to support more database engines, including SQL Server. This is a big project.

아바타
취소