I can extract .CDB files, I can open tables from them. But when I try to build and after I give it a name, it starts running over all tables and then the screen stopt (can't read what's at the finish, it goes quite fast). After that there is no DB anywhere to be found + I can no longer open the tables with the editor. This is twice now.
When I try to open a table from the failed DB I get the following error:
Error-2147217376 (80041020) during execution:
The object was not found.
With MS Excel I can still open them, but I can't build a DB with Excel so… Can somebody help me?
It is important to give a simple file name, like "test.cdb" because the database builder tool from Cyanide does not like special characters or spaces.
When it starts running, this is the database builder tool from Cyanide, so I cannot give much support. But I know that it will crash when you alter the tables, like adding, deleting or moving columns. The tool also does not like rows with duplicated keys. Or missing keys in the fk columns. Wrong data types also make it crash, like if you enter a text where a number should be.
If you want to find the table which causes the problem, then try to build the database with only one table at a time. In my editor you can select the tables by putting an X in the first column. So remove the X from all tables but one and build it. If the DB can be built, add another X and build again until you find the culprit. But I cannot help you find the errors which could be in that table.