Search found 8 matches

by pbturner
13.06.2007, 21:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: blob field
Replies: 3
Views: 1232

hi Peter (and Mark) not sure what happened with the attached file, but i only got 1 page worth of code. ended 5 lines after the changes you said you made. based on what i can remember from my pascal days, i think there's more to the file that is missing. as a newbie to blobbies, i would welcome any ...
by pbturner
11.06.2007, 17:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: blob field
Replies: 3
Views: 1232

blob field

Have an application written in C++ that currently writes 19k worth of formatted data to a file. Need to have a similar function that can write (and read) the data to (and from) a blob field in our firebird database. Current mechanism is numerous fprintf calls to output the data to an fopen'ed file. ...
by pbturner
06.12.2006, 14:52
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: unresolved reference to DBLogDlg
Replies: 2
Views: 759

forgot to mention that i'm running Borland C++ Builder 6, so not sure where to go about adding the reference.
by pbturner
05.12.2006, 16:45
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: unresolved reference to DBLogDlg
Replies: 2
Views: 759

unresolved reference to DBLogDlg

have 6.5.1 and 6.6.0 beta. tried creating a simple application. added a database (which the control can find). enabled "connected" and was able to add/define a table from the database. when trying to run the application, i get an error message about needing to add the DBLogDlg to my uses s...
by pbturner
05.12.2006, 16:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: C++ Builder 6.0 .h files in Zeos 6.6
Replies: 2
Views: 841

changed the references in unit1.cpp from .h to .hpp and added the directories in the src folder to the include path. compiles ok, but was i supposed to have to manually change the .h to .hpp, or did i not do something in the component installation?
by pbturner
05.12.2006, 15:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install Zeos lib on C++ Builder 6
Replies: 2
Views: 1166

have Firebird 2.0. finally got Zeos 6.6 installed. had to comment out reference to ZDbcASA in ZConnection.pas and include tee*.lib libraries. not sure if this is a bug or not. unable to find the referenced ZDbcASA.dcu file in any part of the Zeos tree. there are ZDbcASA7, 8, and 9 files. not sure ab...
by pbturner
05.12.2006, 15:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: C++ Builder 6.0 .h files in Zeos 6.6
Replies: 2
Views: 841

C++ Builder 6.0 .h files in Zeos 6.6

have Firebird 2.0. finally got Zeos 6.6 installed. had to comment out reference to ZDbcASA in ZConnection.pas and include tee*.lib libraries. created a new test application project and added a database and table (which the controls are able to find in my database), i get the expected .h file include...
by pbturner
04.12.2006, 15:30
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install Zeos lib on C++ Builder 6
Replies: 2
Views: 1166

I too am looking for installation instructions for C++ Builder 6. Tried version 6.6 and 6.5 of ZeosLib. New to Builder, so not sure if it's something I'm not doing. tried following the "ZeosDBO Installation Guide" dated 23 June 2005, but get an error that a part (ZDbcASA) of one of the com...