• Resolved Akshay Jain

    (@akshayjain)


    I have created a data project with custom table.
    Also I can see dashboard menu for that but I am not able to add data to that table

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

    (@peterschulznl)

    Hi akshayjain,

    There are two things to look at:
    (1) Your table must have a primary key or a unique index. Otherwise the plugin will not be able to uniquely identify data in a table and will not support any DML. If your table has no primary key you can simply add an auto_increment column.
    (2) Please check your back-end settings (WP Data Access > Manage Plugin > Back-end Settings), section “Allow transactions?” and make sure transactions are enabled.

    Let me know if this helps.

    Best regards,
    Peter

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi akshayjain,

    Are you still having this problem? Let me know if I can help.

    Best regards,
    Peter

    Thread Starter Akshay Jain

    (@akshayjain)

    Thanks for your response. Issue was resovled

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

The topic ‘Can’t add data in data projects’ is closed to new replies.