Search found 6 matches

by CharlyTango
03.01.2023, 14:53
Forum: Oracle
Topic: ORACLE and RIO10.3.3 Problem with SELECT-Statement
Replies: 12
Views: 1091

Re: ORACLE and RIO10.3.3 Problem with SELECT-Statement

Bit of casting, but it works. The only issue is that it does not really handle SysWOW64 well - for me it returns C:\Windows\System32\libmysql.dll for a 32-bit app on a 64-bit system, however the real path is C:\Windows\SysWOW64\libmysql.dll... I think I can help there and translate https://www.laza...
by CharlyTango
02.01.2023, 10:43
Forum: ZeosLib 7.3/8.0 Forum
Topic: Get standard Library name
Replies: 8
Views: 438

Re: Get standard Library name

Hi Jan, thank you for your explanation. I think it's great that ZEOS has such sophisticated functions to guess "missing" inputs. However, I would like to know where and how to place the access libraries under Windows so that they are easily found by zeos. It would also be nice to be able t...
by CharlyTango
29.12.2022, 12:56
Forum: ZeosLib 7.3/8.0 Forum
Topic: Get standard Library name
Replies: 8
Views: 438

Get standard Library name

Hi, in the example project ZControlsExample there is a possibility to fill a combobox with all supported protocols. procedure TMainForm.FormShow(Sender: TObject); var I, J: Integer; Drivers: IZCollection; Protocols: TStringDynArray; begin ZProtocol.Clear; Drivers := DriverManager.GetDrivers; for I :...
by CharlyTango
28.12.2022, 17:44
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zeos get some Info
Replies: 4
Views: 413

Zeos get some Info

Hi, after some research i found the possibility in one of the zeos examples to ask ZEOS which protocols are supported. Drivers := DriverManager.GetDrivers; for I := 0 to Drivers.Count - 1 do begin Protocols := (Drivers.Items[I] as IZDriver).GetSupportedProtocols; IZDriver. for J := 0 to High(Protoco...
by CharlyTango
31.01.2019, 14:21
Forum: ZeosLib 7.2 Forum
Topic: Lazarus trunk with FPC trunk and ZEOS 7.2.0 does not compile
Replies: 1
Views: 501

Lazarus trunk with FPC trunk and ZEOS 7.2.0 does not compile

Hi, I just downloaded Lazarus trunk (2.1) and FPC trunk to see how it works with ZEOS. ZEOS 7.2.0 was installed via OPM (Online Package Manager) but it was not possible to compile the ZEOS Package. Compile package zdbc 7.2: Exit code 1, Errors: 1, Hints: 2 ZDbcInterbase6Statement.pas(265,19) Error: ...
by CharlyTango
31.01.2019, 14:15
Forum: ZeosLib 7.2 Forum
Topic: Lazarus trunk with FPC trunk and ZEOS 7.2.0 does not compile
Replies: 1
Views: 573

Lazarus trunk with FPC trunk and ZEOS 7.2.0 does not compile

Hi, I just downloaded Lazarus trunk (2.1) and FPC trunk to see how it works with ZEOS. ZEOS 7.2.0 was installed via OPM (Online Package Manager) but it was not possible to compile the ZEOS Package. Compile package zdbc 7.2: Exit code 1, Errors: 1, Hints: 2 ZDbcInterbase6Statement.pas(265,19) Error: ...