The next step is to build the table. Similarly, the process of building a table is not unique, but the end result is unique. You can build a table with access rights, or by building the table in the Delphi main program, or by visualizing PowerDesigner, and disconnecting when importing the database, otherwise the data in the database is easy to lose. When building a table, we should pay attention to standardized naming rules, such as the field name of the table, we will also pay attention to the blank length of the table field, because we will design the primary key and foreign key in the future. If the field names are different and the length of the same field is different, the primary key and foreign key are not connected. As you can see, global variables should be considered when building the table. In the early days of program development, I made the same mistake that caused the database error, sometimes adding new fields to the table, causing the chained reflection of the data window to not work
正在翻译中..