Search found 15 matches
- 13.06.2014, 16:51
- Forum: ZeosLib 7.2 Forum
- Topic: FPC 2.6.4 - Lazarus SVN 45496 Compile error
- Replies: 1
- Views: 1035
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...
- 15.01.2013, 01:00
- Forum: SQLite
- Topic: [solved] Master/Detail query
- Replies: 2
- Views: 2237
- 23.12.2012, 18:16
- Forum: SQLite
- Topic: [solved] Error sqlite3.dll use by Zeos
- Replies: 8
- Views: 6151
- 22.12.2012, 22:05
- Forum: SQLite
- Topic: [solved] Error sqlite3.dll use by Zeos
- Replies: 8
- Views: 6151
- 22.12.2012, 17:21
- Forum: SQLite
- Topic: [solved] Error sqlite3.dll use by Zeos
- Replies: 8
- Views: 6151
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...
- 22.12.2012, 06:35
- Forum: SQLite
- Topic: [solved] Error sqlite3.dll use by Zeos
- Replies: 8
- Views: 6151
@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 ...
- 20.12.2012, 14:30
- Forum: SQLite
- Topic: [solved] Master/Detail query
- Replies: 2
- Views: 2237
[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.
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.
- 27.01.2012, 22:47
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
- Replies: 22
- Views: 3013
- 27.01.2012, 13:00
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
- Replies: 22
- Views: 3013
- 19.01.2012, 10:25
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
- Replies: 22
- Views: 3013
- 02.01.2012, 20:38
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
- Replies: 22
- Views: 3013
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...
- 02.01.2012, 19:32
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
- Replies: 22
- Views: 3013
- 02.01.2012, 17:58
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
- Replies: 22
- Views: 3013
- 02.01.2012, 08:00
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
- Replies: 22
- Views: 3013
[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
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
- 20.10.2009, 16:20
- Forum: MySQL
- Topic: Control or detect mysql table field
- Replies: 1
- Views: 385
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
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