User Tools

Site Tools


jvs:dbax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jvs:dbax [2013/03/21 15:41]
voyvodic
jvs:dbax [2023/02/23 18:43] (current)
Line 1: Line 1:
 ===== DBAX -- Database XML web-service and client===== ===== DBAX -- Database XML web-service and client=====
  
-DBAX is a database utility program for communicating with a SQL database. It was designed to map XML data files to database tables and vice-versa, and to provide a generic XML-based web-service for database access. However, it can also move data in simple text column format into and out of database tables (or XML table files). DBAX itself is not a database program -- it simply acts as a user-interface for accessing a database (e.g. Postgres).  At a minimum DBAX expects that a database has already been created and a SQL-server is running for that database.+DBAX was designed for organizing imaging data (e.g. MRI) and related behavioral or clinical data, into relational database. DBAX is a utility program for communicating with a standard SQL database. It was originally designed to provide a simple interface for mapping XML data files (or Excel-type table files) to database tables and vice-versa; this makes it easy for users to specify their own table structures and then import data into the database without doing any database programming. DBAX also provides a generic XML-based web-service for database access; this allows other programs to interact with the relational database simply by sending XML commands via a web interface 
 + 
 +DBAX itself is not a database program -- it simply acts as a user-interface for accessing a database (e.g. Postgres).  At a minimum DBAX expects that a standard database has already been created and a SQL-server is running for that database. Currently DBAX has been implemented for Postgres.
  
  * [[jvs:dbax:manual|DBAX Manual]]  * [[jvs:dbax:manual|DBAX Manual]]
  
-Currently DBAX has been implemented for Postgres. For instructions on setting up a Postgres database, see [[jvs:dbax:postgres|Postgres]]. +For instructions on setting up a Postgres database, see [[jvs:dbax:postgres|Postgres]]. 
  
 DBAX can be used in 3 different ways:\\ DBAX can be used in 3 different ways:\\
Line 20: Line 22:
   * backing-up database tables - ([[jvs:dbax:manual:chapter1:backup|Backup]])   * backing-up database tables - ([[jvs:dbax:manual:chapter1:backup|Backup]])
  
- +**See also**\\ 
 +[[jvs:|JVS Home]],[[jvs:fscan|fScan]] 
jvs/dbax.1363880486.txt.gz · Last modified: 2014/08/04 16:03 (external edit)