Page 1 of 1

Bug with GetTableNames

Posted: Mon 19 May 2008 15:13
by rant801601
Problem is when connection is closed. You will get AV. With Borland driver it will try to connect. It is annoying in design time. Probably it is problem with other procedures like GetFieldNames, GetProcedureNames, GetIndexNames. I have also Oracle, MySQL dbx driver and I have the same problem. All drivers are latest versions.

With Regards,
Radovan Antloga

Posted: Tue 20 May 2008 08:16
by Plash
We could not reproduce the problem. Please send to dbxida*crlab*com a complete small sample that demonstrates the problem.

Also specify your Delphi version.

Bug with GetTableNames

Posted: Tue 20 May 2008 10:51
by rant801601
When trying to build sample program I found that it is not a problem with your DBX drivers. Sorry for that !!!

I have component that use dbx drivers. It worked ok with D7 but is not with D2007. In some situation uses GetTableNames but in some creates sql for query and gets metadata. Interesting is that first time it works with SQLConnection.Connected = False but second time it gets AV. I can reproduce it every time. But as I say it si not your problem as I later found out it is same problem with Borland driver.