Search found 3 matches

by emersonldc@gmail.com
03.08.2021, 18:31
Forum: ZeosLib 7.2 Forum
Topic: Zeos Oracle
Replies: 2
Views: 961

Re: Zeos Oracle

I managed to solve it as follows: z_conexao.Connected := False; z_conexao.Database := '192.168.0.46/orcl'; z_conexao.HostName := MyBank; z_conexao.LibraryLocation := 'C:\Windows\oci.dll'; z_conexao.Port := 1521; z_conexao.User := 'test'; z_conexao.Password := '123456'; z_conexao.Protocol := 'oracle'...
by emersonldc@gmail.com
03.08.2021, 07:42
Forum: ZeosLib 7.2 Forum
Topic: Zeos Oracle
Replies: 1
Views: 424

Zeos Oracle

Hi! I'm trying to connect to oracle database using Lazarus with Zeos, but I'm not getting it. In Lazarus I put the TZconnection component and define the following data: database MyBank Hostname: 192.168.0.46 Port 1521 user dev password 123456 Oracle protocol And when you click connected, the followi...
by emersonldc@gmail.com
03.08.2021, 07:42
Forum: ZeosLib 7.2 Forum
Topic: Zeos Oracle
Replies: 2
Views: 961

Zeos Oracle

Hi! I'm trying to connect to oracle database using Lazarus with Zeos, but I'm not getting it. In Lazarus I put the TZconnection component and define the following data: database MyBank Hostname: 192.168.0.46 Port 1521 user dev password 123456 Oracle protocol And when you click connected, the followi...