Before purchasing or installing the free version to test, verify that I can connect to an existing DB.
I already have a database and wish to use AppGini for the php front end only. I do not see how I can connect and have the tables / fields all imported. Is this possible?
Connect to existing DB
-
- Posts: 3
- Joined: 2015-12-12 22:18
Re: Connect to existing DB
I found a review of the product that explained how this was done -
Re: Connect to existing DB
In AppGini: open the File menu > Import > MySQL database ... Follow the wizard steps.

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: Connect to existing DB
I share this frustration!
I am pretty familiar with Ms access I cant seem to make the connect between showing the database on my website or on my PC
Get As far as saving the file as a PHP file
Also cannot be sure how text or blob fields will work
I am uploading religious text and must not Truncate more than 255
Will someone please confirm that my MS Access App will work here If I reproduce the same relationships and queries tables etc ....Its NOT the money But the Time i will have to spend learning the AppGini
Any limits as to table or records ?
Mike
I am pretty familiar with Ms access I cant seem to make the connect between showing the database on my website or on my PC
Get As far as saving the file as a PHP file
Also cannot be sure how text or blob fields will work
I am uploading religious text and must not Truncate more than 255
Will someone please confirm that my MS Access App will work here If I reproduce the same relationships and queries tables etc ....Its NOT the money But the Time i will have to spend learning the AppGini
Any limits as to table or records ?
Mike
Re: Connect to existing DB
A safe bet is to choose "Long text" data type for storing large amounts of text. It can store up to 2^32 characters. For more info, please see https://dev.mysql.com/doc/refman/5.6/en/blob.htmlAlso cannot be sure how text or blob fields will work
I am uploading religious text and must not Truncate more than 255

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.