Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
Ambos lados da revisão anteriorRevisão anteriorPróxima revisão | Revisão anterior | ||
software:art:faq [2008/07/01 10:08] – pedro | software:art:faq [2008/11/13 13:27] (atual) – pedro | ||
---|---|---|---|
Linha 1: | Linha 1: | ||
- | ====== | + | ====== |
- | - **Q:** Which DBMS' does aRT support? | + | - **Which DBMS' does aRT support?** |
- | | + | * Currently only MySQL and Postgres. |
* In principle aRT can support any DBMS supported by TerraLib. All is needed is to extend aRT for other DBMS already supported. Contributions to extend the list of supported DBMS are welcome. | * In principle aRT can support any DBMS supported by TerraLib. All is needed is to extend aRT for other DBMS already supported. Contributions to extend the list of supported DBMS are welcome. | ||
- | * we should have a roadmap to guide such expansions! | + | * We should have a roadmap to guide such expansions! |
- | | + | - **Can I run aRT without a DBMS?** |
- | | + | |
- | | + | - ** How does aRT get to know which DBMS do I have?** |
- | * aRT (on LINUX) has a '' | + | * aRT (on Linux) has a '' |
- | | + | - ** Why do I get '' |
- | * **A:** This is not a //bug//, but a // | + | * Indeed, this is not a bug, but a // |
+ | - **Is there any step-by-step manual to install aRT on Linux?** | ||
+ | * Yes. You can find it [[software: | ||
+ | - **Is there any step-by-step manual to install aRT on Windows? | ||
+ | * Currently no but steps includes: (i) install the DBMS (currently MySQL), install the aRT windows package as indicated at the aRT web page. | ||
+ | - **ID vs id : lower vs upper case problem. When retrieving data with getPoints() we have ID for column names whereas id for getData().** | ||
+ | * Instead of merging the ids by yourself, aRT can do it by using aRTthemes, which joins geometry and attributes safely. This problem happens because sp uses ID for the identifiers, | ||
+ | - **Is there any aRT discussion list?** | ||
+ | * Yes, please write an e-mail to art_l at leg.ufpr.br | ||
+ | |||