to clarify:
I run the following code on the database.
fetch(d=T) *
Then an error message pops up saying that it cannot find the objects I deleted. I don't want the objects to be in the database that is why I deleted them, however the fetch function is still looking for them. That is the problem I have.
I run the following code on the database.
fetch(d=T) *
Then an error message pops up saying that it cannot find the objects I deleted. I don't want the objects to be in the database that is why I deleted them, however the fetch function is still looking for them. That is the problem I have.