Using Non-MySQL database

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
danzman
Posts: 1
Joined: 2015-01-13 23:43

Using Non-MySQL database

Post by danzman » 2015-01-14 00:11

I have an Advantage Database server(ADS) and need a web-based PHP application to access data. Can I use AppGini to create an application? There is a PHP hook to ADS available.

User avatar
a.gneady
Site Admin
Posts: 1354
Joined: 2012-09-27 14:46
Contact:

Re: Using Non-MySQL database

Post by a.gneady » 2015-01-16 08:47

You could try modifying the AppGini-generated "db.php" file to use the ADS database functions instead of the mysql functions. This is the only file you need to edit in order for the application to use another database.
:idea: AppGini plugins to add more power to your apps:

Post Reply