https://bugs.documentfoundation.org/show_bug.cgi?id=169954
Robert Großkopf <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Robert Großkopf <[email protected]> --- If you are importing a csv-file into an internal HSQLDB it will need a primary key for changing anything in the table. This is the warning of import wizard if there doesn't exist a primary key: "A unique index or primary key is required for data record identification in this database. You can only enter data into this table when one of these two structural conditions has been met. Should a primary key be created now?" If you import a csv-file into a dBase database connected to HSQLDB a primary key isn't needed. If you only connect to a folder with *.csv-files the tables will be write protected like they are write protected for Calc files or Writer files. This is the first paragraph of the Base wizard when connecting to csv-files: "Select the folder where the CSV (comma separated values) text files are stored. LibreOffice Base will open these files in read-only mode." The report doesn't show the database, which is used for the import of the csv-files. -- You are receiving this mail because: You are the assignee for the bug.
