Page 1 of 1

More BCB 6 Install Issues

Posted: 08.12.2005, 01:17
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

Posted: 29.12.2005, 19:01
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?

Posted: 26.01.2006, 16:01
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

"Magical" oledb.obj

Posted: 27.01.2006, 16:39
by UMPADev
Where could I find this "Magical" oledb.obj and once i have it how woudl i link it to the build?

Posted: 08.02.2006, 17:40
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.