sviluppo:multidb
Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
Entrambe le parti precedenti la revisioneRevisione precedenteProssima revisione | Revisione precedente | ||
sviluppo:multidb [2017/12/22 16:27] – [Configurazione php.ini] l.pergolini | sviluppo:multidb [2024/10/15 09:45] (versione attuale) – modifica esterna 127.0.0.1 | ||
---|---|---|---|
Linea 14: | Linea 14: | ||
</ | </ | ||
- | TODO: completare caso per caso | + | ====Connection.ini Postgres==== |
+ | < | ||
+ | [CITYWARE] | ||
+ | dbms=pgsql | ||
+ | host=[host] | ||
+ | database=[database] | ||
+ | realname=cityware | ||
+ | user=[user] | ||
+ | pwd=[pwd] | ||
+ | fieldskeycase=UPPER | ||
+ | drivertype=PDO | ||
+ | charset=LATIN9 | ||
+ | stripspaces=true | ||
+ | defaultString=blank | ||
+ | searchSequenceField=naming | ||
+ | </ | ||
===== MS SQL Server (da 2008 in avanti) ===== | ===== MS SQL Server (da 2008 in avanti) ===== | ||
Linea 32: | Linea 47: | ||
</ | </ | ||
+ | ====Connection.ini mssqlServer ==== | ||
+ | < | ||
+ | [CITYWARE] | ||
+ | dbms=mssqlserver | ||
+ | host=[host\istanza] oppure [host:port] | ||
+ | database=[database] | ||
+ | realname=cityware | ||
+ | drivertype=PDO | ||
+ | user=[user] | ||
+ | pwd=[pwd] | ||
+ | dateFormat=YMD | ||
+ | stripspaces=true | ||
+ | defaultString=blank | ||
+ | searchSequenceField=naming | ||
+ | </ | ||
+ | **ATTENZIONE**: | ||
+ | < | ||
+ | host=[host\istanza] oppure [host, | ||
+ | </ | ||
===== Oracle ===== | ===== Oracle ===== | ||
Linea 50: | Linea 84: | ||
</ | </ | ||
- | ====Connection.ini | + | |
+ | |||
+ | ====Connection.ini | ||
< | < | ||
[CITYWARE] | [CITYWARE] | ||
- | dbms=pgsql | + | dbms=oracle |
- | host=[host] | + | host=[nome tnsnames.ora] |
+ | sid=[SID] | ||
database=[database] | database=[database] | ||
realname=cityware | realname=cityware | ||
user=[user] | user=[user] | ||
- | pwd=[pwd] | + | pwd =[pwd] |
- | fieldskeycase=UPPER | + | |
drivertype=PDO | drivertype=PDO | ||
- | charset=LATIN9 | + | dateFormat=YYYY-MM-DD |
- | stripspaces=true | + | |
defaultString=blank | defaultString=blank | ||
searchSequenceField=naming | searchSequenceField=naming | ||
</ | </ | ||
- | ====Connection.ini Oracle==== | + | ====Connection.ini Oracle |
< | < | ||
[CITYWARE] | [CITYWARE] | ||
dbms=oracle | dbms=oracle | ||
- | host=[nome tnsnames.ora] | + | host=X:1521 Y:1521 ;;host separate dello spazio |
- | sid=[SID] | + | hostProperties=FAILOVER: |
- | database=[database] | + | servicename= CITYWARE_UNIONE |
realname=cityware | realname=cityware | ||
- | user=[user] | + | user=cityware |
- | pwd =[pwd] | + | pwd=cityware |
drivertype=PDO | drivertype=PDO | ||
dateFormat=YYYY-MM-DD | dateFormat=YYYY-MM-DD | ||
+ | stripspaces=1 | ||
defaultString=blank | defaultString=blank | ||
searchSequenceField=naming | searchSequenceField=naming | ||
Linea 206: | Linea 242: | ||
* Sulla " | * Sulla " | ||
* Nel caso che non venga passato nessun ordinamento di default viene utilizzare la chiave primaria del modello solo se ' | * Nel caso che non venga passato nessun ordinamento di default viene utilizzare la chiave primaria del modello solo se ' | ||
+ | {{counter}} visualizzazioni. | ||
sviluppo/multidb.1513960029.txt.gz · Ultima modifica: 2018/03/19 10:45 (modifica esterna)