Subject | Re: [IBO] problem in convertion |
---|---|
Author | Jason Wharton |
Post date | 2002-11-27T08:16:20Z |
I think it is in the IBODataset.pas unit. It is something like EIBODataset
or EIBOISCError. I don't recall the spelling and I am just turning in for a
few winks of sleep...
Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
or EIBOISCError. I don't recall the spelling and I am just turning in for a
few winks of sleep...
Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
----- Original Message -----
From: "Virtual Memory" <virtual@...>
To: "IBO" <IBObjects@yahoogroups.com>
Sent: Tuesday, November 26, 2002 12:07 PM
Subject: [IBO] problem in convertion
> We are converting our DBE's software for IBO as your documentation
>
>
>
> DBTables to IBODataset
> TDatabase to TIBODatabase
> TTable to TIBOTable
> TQuery to TIBOQuery
> TStoredProc to TIBOStoredProc
> TUpdateSQL to TIBOUpdateSQL
> TBCDField to TIBOBCDField
> TFloatField to TIBOFloatField
> TDBDataset to TIBODataset
> TBDEDataset to TIBODataset
>
>
> and we are with the following conversion problem:
>
> EDBEngineError to ...............
>
> What must do?