More BCB 6 Install Issues

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
UMPADev
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 08.12.2005, 01:12

More BCB 6 Install Issues

Post by UMPADev »

Hello, I am using BCB 6 and I am doing the complile of each
* ZCore.bpk
* ZParseSql.bpk
* ZPlain.bpk
* ZDbc.bpk

When i do the compile on ZDbc.bpk i get the following error
[Pascal Fatal Error] ZDbcAdoStatement.pas(107): File not found: 'OleDB.dcu'

And I notice i do not have an OleDB.dcu any where.

Any one have a clue
UMPADev
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 08.12.2005, 01:12

Post by UMPADev »

I take it no one else has seen this? Or does anyone know how i can and install the ADO files it is looking for?
merlinm
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 26.01.2006, 15:38

Post by merlinm »

UMPADev wrote:I take it no one else has seen this? Or does anyone know how i can and install the ADO files it is looking for?
for BCB 5 I had a magic oledb.obj that I had to link to the package. It might work, but first you have to remove all ADO stuff from the project.

Merlin
UMPADev
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 08.12.2005, 01:12

"Magical" oledb.obj

Post by UMPADev »

Where could I find this "Magical" oledb.obj and once i have it how woudl i link it to the build?
UMPADev
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 08.12.2005, 01:12

Post by UMPADev »

Okay I now know why i have been having the problems I have been having. I am use BCB6 Personal. Can't use that with db funcitons. So I am now using the trial Enterprise version. Everything installed as per instructions but now i get an error with ZConnection header not being found? need to search the posts to see if that has already being discused.
Post Reply