What am I missing?
From: Stacey R. Brodsky (sbrodsky68_at_^nospam^aol.com)
Date: 02/24/04
- Next message: Gabriel Ballesteros: "Slow performance with TADOTable.Post"
- Previous message: Olivier Sauterel: "Precision rounding"
- Next in thread: Viatcheslav V. Vassiliev: "Re: What am I missing?"
- Reply: Viatcheslav V. Vassiliev: "Re: What am I missing?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 24 Feb 2004 10:49:13 -0500
Hi All,
I am new to Ado. I am using MSJet 4.0, Access DB. In my thread on .Execute,
I have the following lines :
OleInitialize(nil);
Catalog := CreateCOMObject(StringToGUID('ADOX.Catalog')) as _Catalog;
But, I don't see anywhere where I am cleaning this up, ie. Freeing or niling
the Catalog, or maybe there is an OleUnInitialize(nil) command? All I know
is that ever since I put this code into my thread, I am throwing strange
AV's randomly, at different places in my thread. Even though I am not even
using the Catalog.
Any suggestions, TIA,
Stacey
-- Regards, Stacey R. Brodsky ClubRunner, Inc. www.clubrunner.net Disclaimer: Any included code snippets may not have been previously tested.
- Next message: Gabriel Ballesteros: "Slow performance with TADOTable.Post"
- Previous message: Olivier Sauterel: "Precision rounding"
- Next in thread: Viatcheslav V. Vassiliev: "Re: What am I missing?"
- Reply: Viatcheslav V. Vassiliev: "Re: What am I missing?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|