Subject | Re: [IBO] Bug with Stored Procedure and Prepare? |
---|---|
Author | Jason Wharton |
Post date | 2001-01-20T02:47:59Z |
This should be fixed in the next sub-release.
Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Daniel Achermann" <ac.hi@...>
To: <IBObjects@egroups.com>
Sent: Thursday, January 18, 2001 12:54 PM
Subject: [IBO] Bug with Stored Procedure and Prepare?
> I'm creating an instance of TIB_StoredProc in my program during
> runtime, set some properties and prepare it:
>
> ibsTest := TIB_StoredProc.Create(nil);
> ibsTest.IB_Connection := IB_Con;
> ibsTest.IB_Transaction := IB_Trans;
> ibsTest.StoredProcName := 'MyStoredProc';
> ibsTest.Prepared := true;
>
> Running this code causes a "Dynamic SQL Error: Parameter missmatch for
> procedure MyStoredProc"
>
> When I do a small change
>
> ibsTest.StoredProcName := 'MYSTOREDPROC';
>
> writing everything with capital letters, it works fine.
>
> Is it just a bug or is there another explanation?
>
> I'm using:
> Delphi 5.0
> Interbase 6.01
> IBO 3.6A
>
> Thanks!
>
> Daniel Achermann
>
>
>
>
>
>