Board index » cppbuilder » Login prompt appears for deleted dataset

Login prompt appears for deleted dataset

I reassigned Database property of  all my TTable object to another ODBC
driver.
Now, upon opening the same project, I get two connection prompts: one for
old ODBC and another for new.
I can't find any TTable object still pointing to the old ODBC databasename.
Could anyone offer some help here? I find it perplexing...
THanks.

/yp

 

Re:Login prompt appears for deleted dataset


Quote
Yunki Paik wrote:

> I reassigned Database property of  all my TTable object to another ODBC
> driver.
> Now, upon opening the same project, I get two connection prompts: one for
> old ODBC and another for new.
> I can't find any TTable object still pointing to the old ODBC databasename.
> Could anyone offer some help here? I find it perplexing...
> THanks.

Check for overlooked Persistent Fields.  Viewing your form as source
will often show them up- at least, it did for me!

Regards,

Michael Lockey

Other Threads