Re: weird error, don't know why
From: Philmans (info_at_arendsnest.com)
Date: 11/26/04
- Next message: Aaron [SQL Server MVP]: "Re: About OpenSchema(27) and rstSchema("FK_COLUMN_NAME")"
- Previous message: ecastillo: "audit tables, delete triggers and sql server authentication"
- In reply to: Bob Barrows [MVP]: "Re: weird error, don't know why"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 26 Nov 2004 06:56:08 +0100
Thanks Bob,
That just solved it.
I think i was staring to intense to this code that i just didn't see
anything wrong.
"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> schreef in bericht
news:OUcZBoz0EHA.824@TK2MSFTNGP11.phx.gbl...
> Philmans wrote:
> > I turned off Friendly Error Messages and now i have this error:
> >
> >
> > Microsoft JET Database Engine error '80040e4d'
> >
> > Cannot start your application. The workgroup information file is
> > missing or opened exclusively by another user.
> >
> >
> > cnReq.open strConn,,129 // -> THIS IS LINE 9 which is causing the
> > error !
>
> You don't use the 129 in your Connection open statement. It's meant to be
> used when executing a query.
>
> cnReq.Execute strSQL,,129
>
> Bob Barrows
>
>
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
>
- Next message: Aaron [SQL Server MVP]: "Re: About OpenSchema(27) and rstSchema("FK_COLUMN_NAME")"
- Previous message: ecastillo: "audit tables, delete triggers and sql server authentication"
- In reply to: Bob Barrows [MVP]: "Re: weird error, don't know why"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|