Bug with GetTableNames

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
rant801601
Posts: 18
Joined: Wed 25 Jan 2006 09:28

Bug with GetTableNames

Post by rant801601 » Mon 19 May 2008 15:13

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

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 20 May 2008 08:16

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.

rant801601
Posts: 18
Joined: Wed 25 Jan 2006 09:28

Bug with GetTableNames

Post by rant801601 » Tue 20 May 2008 10:51

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.

Post Reply