Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
14432 Lượt xem

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

 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

No:

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

* The ORM is also PostgreSQL specific.

Regards.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ