I've used SprintDB Pro database a while and been very satisfied. But I
accidentally created a nameless table and it won't go away. It can't be
deleted or edited. Kaione won't answer my questions. Has anyone any idea
how to proceed?

Re: SprintDB Pro and a ghost table by Sonera

Sonera
Mon Oct 10 05:35:06 CDT 2005

Kari Hyvönen kirjoitti:
> I've used SprintDB Pro database a while and been very satisfied. But I
> accidentally created a nameless table and it won't go away. It can't be
> deleted or edited. Kaione won't answer my questions. Has anyone any idea
> how to proceed?

I got this fixed. Kaione replied with this advice:

"You can use RunSQL() macro action to delete a table with blank name.
For example, Set a button's OnClick event to the ollowing:
RunSQL( " DROP TABLE '' " )"