Hi guys,
there is any chance to install Odoo on microsoft sql server instead of use postgres sql?
Thank you
Claudio
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi guys,
there is any chance to install Odoo on microsoft sql server instead of use postgres sql?
Thank you
Claudio
Thank you Dipak for your answer,
there is any tool as this for connect postgres towards mssql? In other words main server will be mssql and I would redirect data from postgres to mssql.
Claudio
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
1
11月 22
|
3889 | ||
|
1
10月 21
|
2336 | ||
|
1
3月 15
|
5300 | ||
|
4
3月 15
|
4574 | ||
|
1
3月 15
|
2974 |
Hey Claudio,
No, its not possible.
as many of the statements (queries) and handling method (indexes / sequences) are written in a way of postgres syntax.
But you can follow below ref.to connect your databse to some other data sources (mssql etc.). please see below ref.module,
https://www.odoo.com/apps/modules/10.0/base_external_dbsource_mssql/