PDA

View Full Version : tables in a database


pinkcat_02
04-16-2003, 03:34 PM
I have tried the code for displaying my tables in the database but apart from my tables it adds some other table which is ~TMPCLP543451.
I have tried the code with few databases which are in the same directory and some of the databases is just displayed with their own tables. I couldn't figure it out why this table is added for some databases?

Any ideas?
Thanks

ecnarongi
04-16-2003, 09:45 PM
when you open a file, say for instance access, the program makes a temp file which acts like a proxie for other things. I think for the database in question you pushed that temp file and your database is still accessing it. resave your database, clean the crap off the server, and repost the database and see if that helps.

you did say that other databases worked fine, right?