Re: EDatabase Error with ADO Query
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 10/27/04
- Next message: Brian Bushay TeamB: "Re: [ODBC SQL Server Driver]Optional feature not implemented"
- Previous message: Bryan Valencia: "Re: [ODBC SQL Server Driver]Optional feature not implemented"
- In reply to: Kimberly Mills: "Re: EDatabase Error with ADO Query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 26 Oct 2004 19:08:15 -0500
>Brian thank for the advice and I know I can do that. There are about 50
>variables in this table that I need at various points in the program. I
>wanted to avoid have to check if the table is active each time I make a call
>to a field in the table.... won't that slow down the process?
Checking if the table is active won't take any appreciable time. Opening it if
it is closed will take some time so it would be best to find out where it is
being closed.
You could write an Onclose event for the dataset and put a debug point in it.
Then when you get to the debug look at the call stack or try single stepping
through the code to find the line where it is being closed.
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Brian Bushay TeamB: "Re: [ODBC SQL Server Driver]Optional feature not implemented"
- Previous message: Bryan Valencia: "Re: [ODBC SQL Server Driver]Optional feature not implemented"
- In reply to: Kimberly Mills: "Re: EDatabase Error with ADO Query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|