J
Jarkki
Hi!
I use Visual studio 2005 beta 2, and the latest Firebird database with
the latest .NET 2.0 drivers for the Firebird.
In my development setup, I have a remote server(localhost) that I
connect to with a test client(through remoting). This server acts like
an application server. For example, it retrieves data from database and
returns objects to the client.
I have two executables in my solution, the server and the test client.
I start both simultaneously, the client starts with no debugging and
waits 3 seconds before calling the server. When the remote call from
the client arrives to the server, I can debug the server with no
problems.
The problem:
I can open the connection to the database, and execute query
succesfully, but when using more complicated query(I think there is
something wrong in the query), the command.ExecuteReader() just hangs,
the debugger doesn't jump to the catch part and Visual Studio Hangs
until I close the command-line windows.
Could someone tell me how can I debug the events in the Firebird
database and catch the exceptions?
Thanks in advance, Jarkki
I use Visual studio 2005 beta 2, and the latest Firebird database with
the latest .NET 2.0 drivers for the Firebird.
In my development setup, I have a remote server(localhost) that I
connect to with a test client(through remoting). This server acts like
an application server. For example, it retrieves data from database and
returns objects to the client.
I have two executables in my solution, the server and the test client.
I start both simultaneously, the client starts with no debugging and
waits 3 seconds before calling the server. When the remote call from
the client arrives to the server, I can debug the server with no
problems.
The problem:
I can open the connection to the database, and execute query
succesfully, but when using more complicated query(I think there is
something wrong in the query), the command.ExecuteReader() just hangs,
the debugger doesn't jump to the catch part and Visual Studio Hangs
until I close the command-line windows.
Could someone tell me how can I debug the events in the Firebird
database and catch the exceptions?
Thanks in advance, Jarkki