Hi i am working on syncing the data from EE4 to an Access front end. I am struggling with which tables i can get the data from. for example; Event name and description i cannot find anywhere in the database!
Am i missing something simple here or is some of the info not stored on the database?
Any help with this would be amazing.
Thanks
Unfortunately this kind of customisation is outside the scope of support, although I can advise where those fields are within the database.
Within EE4 the events are actually Custom Post Types, as such they are stored within the wp_posts table similar to normal posts. So in that case, Event Name would be post_title, event description post_content.
However, depending on what you are trying to achieve it will likely not be a simple task, EE4 has MANY relationships within the tables for registrations, transactions etc.
ok thanks for the reply. I am now using ee3 as it seems a lot easier to navigate the db. does anyone have an ERD of the ee3 database? i am struggling to connect all the relationships together.
I have used MySQL Workbench to reverse engineer the database and display an ERD but there are no relationships between the tables. Has this not be done before? Surely someone must know how they all link together?
In Event Espresso 3 you’ll find the event name and the event description in the _events_detail table.
Viewing 4 reply threads
The support post ‘Linking database to an Access front end’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.