Displaying items by tag: Database

Thursday, 08 May 2014 20:00

Client Server

rb feature5

Client Server

  • Multi-user Environmnet: support anywhere from 2 to 3000 users.
  • Web Interface: the need for mobility requires a web interface to .

Xojo makes an excellent choice of developing client/server database applications given the choices of Relational Database Management Systems listed above. Wth Xojo you can quickly build a front end user interface and you can easily modify it to accomodate new feature requests. Perhaps the best reason to use Xojo is because you can compile applications for Windows, Macintosh, and Linux while writing just one body of code.

Xojo Web Edition, a separate product from Xojo Software, allows us to develop a web interface to your data. See the Mobile Data section below for more details.

 

Published in Database Development
Thursday, 08 May 2014 20:00

Database Systems

 

rb feature2

DATABASE SYSTEMS

  • Choices Include: Oracle, MS Sql Server, MySQL, Postgres, SQLite, MariaDB, OBDC are the most popular choices.
  • Database Licensing: if your application requires a database there may be a cost associated with the licensing of the database depending on your choice of database.

Most applications involve data of some sort hence the need for a database. If your application is going to be run locally on one machine at a time then the single user SQLite is fine and won't cost a dime. If your application is intended to be used in a multi-user environment then you will need a multi-user database system. Good choices are the free open source databases of MySQL, MariaDB and Postgres. Oracle and Microsoft SQL Server lie at the high end of the spectrum.

 

Published in Database Development

Client Server

connectworldwide

We can build or buy a machine, install the OS, install the database system, and put it on your local network for access worldwide.

Contact us to discuss your database project.

Contact US Now!