Hello all:
I'm working with an application that must do 2 querys
I can connect with the Firebird DB, do the first query and all is ok.
Query := TIBQuery.Create(nil);
Query.Database := Database;
Query.Transaction := Trans;
Trans.Action := caCommitRetaining;
Trans.Active := True;
Query.SQ
Thank you to all.
I have solved the problem. Yours tips help me to check what I'm doing wrong:
1 - In home (Mandrake 8.2) was only the symbolic link: when I created
the correct it works:
ln -s .. *libmysqlclient.so*
2 - In work (Fedora Core 1), I haven't installed the mysq-client rpm,
whe
Anton Tichawa escribió:
Excuse me if I#m wrong, but shouldn't that read:
ln -s libmysqlclient.so.10.0.0 libmysqlclient.so
('lib' instead of 'l' in the second argument)
I'm sorry, but the error say:
can't find _lmysqlclient_
In /usr/bin I 've created :
lmysqlclient
lmysqlclient.so
libmysqlclient
li
Michael Van Canneyt escribiÃ:
On Mon, 7 Jun 2004, Eduardo Lopez wrote:
Hello all:
I'm just trying to compile the testdb.pp and I get the following error:
ln -s libmysqlclient.so.10.0.0 lmysqlclient
This should be:
ln -s libmysqlclient.so.10.0.0 lmysqlclient.so
Michael.
Thank you
Hello all:
I'm just trying to compile the testdb.pp and I get the following error:
./ld:can't find lmysqlclient
1) I'm working with Mandrake 8.2
2) Installed mysql with all library (database and development)
3) Installed fpc 1.9.3 rpm, fpc doc rpm and fpcsrc 1.9.3 rpm.
4) copy testdb.pp to
Helllo all:
I'm just starting to extend some examples about fpc, Gtk, MySql and
Firebird. Like the samples I'm writing all the code to create the
windows and widgets.
It's possible to implement Libglade in fpc? Anyone has do it?
Thanks in advance.
t read the correspnding row selected -using my
variable- and fill the entry widgets...
Regards...
Eduardo
Eduardo Lopez wrote:
Hello all:
1st. Sorry about my english :-)
I'm trying to develop an GUI application with fpc and gtk. And I begin
exploring and extending the examples.
I'm worki
Hello all:
1st. Sorry about my english :-)
I'm trying to develop an GUI application with fpc and gtk. And I begin
exploring and extending the examples.
I'm working with clist.pp and added three buttons: Insert, Change,
Delete. The goal is that the user press anyone and display a convenient
fo
Hello all:
I'm trying to compile te TESTIB.PP and I get the following error:
Linking testib.exe
c:\pp\bin\win32\ldw.exe: cannot find -ldl
testib.pp(89,1) Error: Error while linking
Closing script ppas.bat
What I'm doing wrong?
Thanks in advance.
Eduardo
__