Board index » delphi » TQuery produces 'access violation'
Marco Machicao
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
TQuery produces 'access violation'Hi, I'm having this strange behaviour on my Database project. I've been Im, accessing a Database using an BDE - ODBC connection. Now, this is -There is a global TConnection Component which is used by all the -There is a local A : TQuery which will perform an operation on .... A.Close; The first time I perform this operation I get an acces violation. So I ask myself: If there are any parameters missing, why should the Any ideas? Thanks in advance |