D
deLOL
I would like to know that how can I input the data to the table with the
relationship constraint?
I got a problem that I want to write in some data to the table, firstly I
would "DROP" the constraint, then using the db.execute "INSERT INTO...",
then "ADD CONSTRAINT...".
However, It prompted me a error message that the main table doesn't have the
record related to the input one.
So what is the problem?
relationship constraint?
I got a problem that I want to write in some data to the table, firstly I
would "DROP" the constraint, then using the db.execute "INSERT INTO...",
then "ADD CONSTRAINT...".
However, It prompted me a error message that the main table doesn't have the
record related to the input one.
So what is the problem?