Search found 15 matches

by IndianaJones
13.06.2014, 16:51
Forum: ZeosLib 7.2 Forum
Topic: FPC 2.6.4 - Lazarus SVN 45496 Compile error
Replies: 1
Views: 1014

FPC 2.6.4 - Lazarus SVN 45496 Compile error

Here is the compile error. ZDbcOracleMetadata.pas(1349,42) Hint: Parameter "Package" not used ZDbcPostgreSqlMetadata.pas(276,42) Hint: Parameter "Catalog" not used ZDbcPostgreSqlMetadata.pas(252,38) Hint: Parameter "Catalog" not used ZDbcPostgreSqlMetadata.pas(263,43) H...
by IndianaJones
15.01.2013, 01:00
Forum: SQLite
Topic: [solved] Master/Detail query
Replies: 2
Views: 2197

Thanks Egon, case solved.
by IndianaJones
23.12.2012, 18:16
Forum: SQLite
Topic: [solved] Error sqlite3.dll use by Zeos
Replies: 8
Views: 6029

Thanks for the clarification.
by IndianaJones
22.12.2012, 22:05
Forum: SQLite
Topic: [solved] Error sqlite3.dll use by Zeos
Replies: 8
Views: 6029

@Egon,
I resolved the case, my old fpc is 2.6.1 64Bit, so in this case the error occurs. So I changed the fpc with 32Bit. Now the same source works just fine.
what should be the problem? Can I or you report that issue?
Thanks for your help.
by IndianaJones
22.12.2012, 17:21
Forum: SQLite
Topic: [solved] Error sqlite3.dll use by Zeos
Replies: 8
Views: 6029

I copied the 32 bit DLL to the C:\Windows\SysWOW64 directory but the same error occurs again. Also I tried the following code without success. While debugging the error occurs at the ZConnection1.Connect; line. procedure TForm1.FormActivate(Sender: TObject); begin libpath:=GetcurrentDir+PathDelim+'s...
by IndianaJones
22.12.2012, 06:35
Forum: SQLite
Topic: [solved] Error sqlite3.dll use by Zeos
Replies: 8
Views: 6029

@Egon, are you sure that link is working cos I have tested that package but I got the following error. In File 'C:\lazarus-libs\zeos\src\plain\ZPlainLoader.pas' at line 221: raise Exception.Create(Format(SLibraryNotFound, [TriedLocations])); Tested with the FPC 2.6.1 Lazarus 1.1 - SVN 39433 Windows ...
by IndianaJones
20.12.2012, 14:30
Forum: SQLite
Topic: [solved] Master/Detail query
Replies: 2
Views: 2197

[solved] Master/Detail query

Hi all,
I have a small database and two tables with master/detail relation. I just try to make a simple query and test it with the try except block. So the query works without error. But the DBGrid doesnt refresh the data. Any help highly appreciated.
Regards.
by IndianaJones
27.01.2012, 22:47
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
Replies: 22
Views: 2878

Also plain files should be modified for DARWIN. It is different than windows(dll) and linux(so). it uses dylib.
by IndianaJones
27.01.2012, 13:00
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
Replies: 22
Views: 2878

Tested with the revision 967 and now compiles without any error.
Thanks.
by IndianaJones
19.01.2012, 10:25
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
Replies: 22
Views: 2878

There is {$IFDEF DARWIN} macro in FPC. The statements could be separated from UNIX
macro.
by IndianaJones
02.01.2012, 20:38
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
Replies: 22
Views: 2878

The first error comes from the Zeos7.0 zip file, if trunk is used then the next one comes. I copied the missing file and files but I think that there are some files missing in the /branches/testing or missing {IFDEF} definitions. Another think is Zeos6.6.6 works fine with 2.4.4 on Mac OS X. And I th...
by IndianaJones
02.01.2012, 19:32
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
Replies: 22
Views: 2878

I am using MacOS X, and it gives the following error.

/zeoslib/branches/testing/src/component/ZPropertyEditor.pas(1,1) Fatal: Can't find unit ZDbcIntfs used by ZPropertyEditor
by IndianaJones
02.01.2012, 17:58
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
Replies: 22
Views: 2878

Which revision are you talking, revision 966, and which directory are you using? Still gives error.
Thanks.
by IndianaJones
02.01.2012, 08:00
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
Replies: 22
Views: 2878

[patch_done] Zeos7 doesnt compile under FPC2.6.0

Here is the error while compile components.

ZEOSDBO-7/src/core/ZClasses.pas(84,22) Error: No matching implementation for interface method "IUnknown.QueryInterface(constref TGuid,out <Formal type>):LongInt; CDecl;" found
by IndianaJones
20.10.2009, 16:20
Forum: MySQL
Topic: Control or detect mysql table field
Replies: 1
Views: 381

Control or detect mysql table field

Hi all,

I have a mysql table which consists a date field. I have to control this date field day by day and if this date field exceeds more than 3 days then want to e-mail to the users.
Anyone has any idea how can i detect this mysql field and control from
delphi?

Thanks