[Oledb-dev] sample VC++ code for oledb

Konstantin Izmailov kizmailov at gmail.com
Tue May 16 23:13:25 UTC 2006


goto Debug\Exceptions... dialog and uncheck all checkboxes.

On 5/16/06, Green Eggs And Ham <tlkj at hotmail.com> wrote:
>
>
> I am running this application in the Visual Studio 2005 debugger when I
> see
> the message:
>
> First-chance exception at 0x7c90eb74 in postgreTest.exe: 0xC0000008: An
> invalid handle was specified.
>
> So, I finally thought to myself, I'll just run the executable outside the
> debugger.
>
> Well guess what, it runs!
>
> So the issue now, is how to get the debugger to ignore this exception.
>
> (I can click through the dialog that comes up inside the debugger, but
> that
> is painful as it comes up at least 10 times).
>
>
>
> >Subject: Re: [Oledb-dev] sample VC++ code for oledb
> >Date: Wed, 17 May 2006 01:27:38 +0700
> >
> >"Green Eggs And Ham" <tlkj at hotmail.com> writes:
> >
> > > I get the message:
> > > "ADODB namespace not found."
> > >
> > > When I run that js code.
> >
> >Hmm, this indicates that ADO doesn't work on your machine. This is
> >strange, as ADO ships with windows since long ago. You could try to
> >install latest MDAC from the Microsoft's site.
> >
> >And seems that error reporting is broken in my script. If you leave
> >the single line
> >
> >   var objRs = new ActiveXObject("ADODB.Recordset");
> >
> >instead of the try/catch block at the beginning, default error
> >reporting may be more verbose.
> >
> > > And yes, I have registered the PgOleDb.dll
> >
> >PgOleDb isn't even involved, problems begin before it's loaded.
> >
> >--
> >WBR, Victor V. Snezhko
> >E-mail: snezhko at indorsoft.ru
> >
> >
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://pgfoundry.org/pipermail/oledb-devel/attachments/20060516/18036065/attachment.html 


More information about the Oledb-devel mailing list