• Resolved isa34

    (@isa34)


    Hello,
    I’m on WP 5.3.2 with your version of plugin 3.0.
    I have created forms with the ACF plugin but I cannot bring the data up.
    I put the fields that I defined in ACF.
    Below the generated SQL query. In advance I thank you for your help. 🙂

    CREATE TABLE test_i
    ( user_id bigint(20) NOT NULL AUTO_INCREMENT
    , _domaine_dactivite tinytext
    , fondee tinytext
    , employes tinytext
    , nom tinytext NOT NULL
    , email varchar(250) NOT NULL
    , PRIMARY KEY (user_id)
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi Isa,

    Are you on the right forum? This is the forum of plugin WP Data Access. From your message I understand you are using ACF…?

    I executed your script in WP Data Access from the Data Explorer and it works fine! The table is created. Maybe you should consider to switch plugins…? 😇 Just joking…

    Best regards,
    Peter

    Thread Starter isa34

    (@isa34)

    Hi Peter,

    sorry i’m not very good in english….
    Yes i am on the right forum.I have the version 3.0.0 from WP Data Access but i also use ACF for forms.
    yes the table is created but it does nothing.
    Is what I created will look for the data in the tables where ACF puts the data?

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi Isa,

    Sorry, I wasn’t reading well! 🙈

    From WP Data Access you can work with your table from the Data Explorer or use it in one of the tools (Data Projects or Data Publisher). But I don’t know how to use the table in ACF. I would suggest to use their forum as well and ask them for help. Hope you find an answer there…

    Best regards,
    Peter

    Thread Starter isa34

    (@isa34)

    Hi Peter,

    Ok thank you for your quick response.

    Best regards,
    Isabelle

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Your welcome Isabelle! Have a nice weekend!

    Best regards,
    Peter

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Problem to create table’ is closed to new replies.