Home > database >  How to insert data in the table
How to insert data in the table

Time:10-26

A new user management form, only has two attributes, a username and a password, now need to insert several rows of data from the form, right click form - & gt; Edit data - & gt; On the grid, the results can't insertrow interface, what is wrong with gray, beg god for help

CodePudding user response:

The
refer to the original poster eniclee response:
create a user management form, only two properties, a username and a password, now need to insert several rows of data from the form, right-click form - & gt; Edit data - & gt; On the grid, the results can't insertrow interface, what is wrong with gray, o god help

No built a primary key or unique index, if built on the can insertrow

CodePudding user response:

In the database directly increase bai

CodePudding user response:

reference 1st floor lzp_lrp response:
Quote: refer to the original poster eniclee response:

A new user management form, only has two attributes, a username and a password, now need to insert several rows of data from the form, right click form - & gt; Edit data - & gt; On the grid, the results can't insertrow interface, what is wrong with gray, o god help

No built a primary key or unique index, if built on the can insertrow

CodePudding user response:

1, directly to the database management interface, use the INSERT statement to INSERT data,
2, in PB interface, also can use the INSERT statement inserts data,
  • Related