Search found 43 matches

by tintinux
11.04.2011, 09:48
Forum: Documentations
Topic: List attribute primary key , index key , foreign key
Replies: 4
Views: 2412

Hi

I think it is possible only by querying the information schema, and depends on the database and it's release.

I made something working for MySql 5, if you are interested.

Regards
Tintinux
by tintinux
11.04.2011, 09:26
Forum: 6.6 - stable
Topic: [ASK] How to install Zeos 6.6.6 in Lazarus 0.9.30
Replies: 4
Views: 731

Hi

If your project compiles, I think that it is not necessary to reinstall.
However, removing and reinstalling the package can be done very quickly and it is safer.

Regards
Tintinux
by tintinux
05.04.2011, 13:21
Forum: 6.6 - stable
Topic: [ASK] How to install Zeos 6.6.6 in Lazarus 0.9.30
Replies: 4
Views: 731

Hi

I have summarized this on this page. You just need the first lines about Zeos.

I hope this help.

@Mark : it looks urgent that a new release 6.6.7 is made available, since Lazarus 0.9.30 stable release is out... People have trouble with the requested patches.

Best regards,
Tintinux
by tintinux
18.03.2011, 09:13
Forum: 6.6 - stable
Topic: Solution for ZEOS 6.6.6 with >= FPC2.5.x
Replies: 34
Views: 5629

Now I hope lots of people try the preview of 6.6.7 I uploaded to the snapshot server
Yes, I would like to try... but where can we find it ?
Thanks
Tintinux
by tintinux
18.03.2011, 08:34
Forum: 6.6 - stable
Topic: Solution for ZEOS 6.6.6 with >= FPC2.5.x
Replies: 34
Views: 5629

After this installation was there in "/usr/lib/" the file "libmysqlclient.so.16" but the ZEOS Component want have "libmysqlclient.so.15".
Hi,

This issue was already raised and corrected.
See this post.

Regards,
Tintinux
by tintinux
17.03.2011, 18:16
Forum: 6.6 - stable
Topic: Can we install on Lazarus 0.9.31
Replies: 1
Views: 377

Can we install on Lazarus 0.9.31

Hi I just installed the last SVN version of Lazarus, but I can't install ZEOS 6.6 When compiling Zcomponent.lpk I get : Error: No matching implementation for interface method "IUnknown.QueryInterface(constref TGuid,out <Formal type>):LongInt; CDecl;" found Was the compatibility broken by t...
by tintinux
06.02.2011, 18:50
Forum: PostgreSQL
Topic: TableExists and PostgresSql
Replies: 2
Views: 1591

Hi

Thanks for your help.

With the parameter public in GetTableNames, I can see all tables I'm searching for.
I'm not used to postgres and didn't knew it was necessary for this DBMS (it is not with MySql)...

Best regards

Tintinux
by tintinux
04.02.2011, 17:16
Forum: PostgreSQL
Topic: TableExists and PostgresSql
Replies: 2
Views: 1591

TableExists and PostgresSql

Hi With PgSql 8.4, Lazarus 0.28, TableExists returns to me always FALSE even when the table exists. With MySql 5, and the same code, it works fine. I have also tried GetTableNames, but it returns only meta-table from the catalog postgres database, and no table from the currently connected database. ...
by tintinux
13.11.2010, 17:53
Forum: 6.6 - stable
Topic: [patch_done] ubuntu / libmysqlclient.so.15 or .16
Replies: 9
Views: 1386

Hi Ok, if you like. But Linux is better than Windows on this topic, because libmysql.so doesn't exist by default. Something must be done during software installation to link it to an existing driver, and there is less hazard. I send you attached the patch : * Searching for libmysql16.so before other...
by tintinux
12.11.2010, 12:53
Forum: 6.6 - stable
Topic: [patch_done] ubuntu / libmysqlclient.so.15 or .16
Replies: 9
Views: 1386

Hi mdaems and others Thanks for your input. I would be happy to help a little Zeos, and I can make and send you the patch. :D However, after some thoughts, I wonder whether it is the right solution. When a new libmysql17.so will be included in Ubuntu (for example), in a few months, we will have the ...
by tintinux
11.11.2010, 12:54
Forum: 6.6 - stable
Topic: [patch_done] ubuntu / libmysqlclient.so.15 or .16
Replies: 9
Views: 1386

Hi I read that {$DEFINE MYSQL_STRICT_DLL_LOADING} "prevents loading default libmysql.dll" This directive should not solve anything, since this dll (or .so in Linux) do not exist. it might even be the opposite of what we need, or there is something that I do not understand ! I'm reluctant t...
by tintinux
17.10.2010, 17:55
Forum: 6.6 - stable
Topic: [patch_done] ubuntu / libmysqlclient.so.15 or .16
Replies: 9
Views: 1386

Hi Thanks for your reply, I have found how Zeos load the libraries. But I do not understand what I can do and where... Should I add something new in my project ? What exactly ? Obviously, I don't want to change anything in Zeos, because others will not have the updates. Can you explain a little more...
by tintinux
14.10.2010, 09:58
Forum: 6.6 - stable
Topic: [patch_done] ubuntu / libmysqlclient.so.15 or .16
Replies: 9
Views: 1386

[patch_done] ubuntu / libmysqlclient.so.15 or .16

Hi Programs compiled with ZEOS 6.6.6 are looking for libmysqlclient.so.15 (or libmysqlclient.so). With Karmic Koala, they are provided by the package libmysql-client15 off . With Lucid Lynx this library libmysql-client15off do not look available by default... On these 2 systems there is also a more ...