Page 1 of 1

Can this do what i'm imagining?

PostPosted: Mon Jan 23, 2012 8:57 pm
by bitofgrace
Now that i've got things connected properly i need to understand if the system is capable of what i have in mind.

It is currently installed in a very extensive database. Is it possible to edit, add, and save changes in the tables that existed before installing this??

-grace

Re: Can this do what i'm imagining?

PostPosted: Mon Jan 23, 2012 9:03 pm
by admin
Yes this is possible. You do have to create a config file for every table however this could be automated by querying the database for a list of tables and columns and passing variables to mate.

Re: Can this do what i'm imagining?

PostPosted: Tue Feb 07, 2012 9:16 pm
by ziggasg
Firstly congratulations for your excellent work.
I would like to ask you how it is possible to allocate existing database to mysqlajaxtableeditor.
Is that possible?And how can I do this automatically with mate.sql?

Thanks
George

Re: Can this do what i'm imagining?

PostPosted: Thu Feb 09, 2012 7:20 am
by KarelB
Change the connection parameters in the Common.php file.

Re: Can this do what i'm imagining?

PostPosted: Thu Feb 09, 2012 10:26 am
by ziggasg
Thank you for your reply.
Actually I have my database and tables. The only I have to do is to change the connection parameters?
I want to use the mysqlajaxtable editor based on my own tables.

Re: Can this do what i'm imagining?

PostPosted: Thu Feb 09, 2012 5:07 pm
by admin
You will want to copy one of the examples and modify it with your table and columns.