Search found 7 matches
- 05.08.2014, 13:53
- Forum: ZeosLib 7.1 stable Forum
- Topic: Zeos Problem with PostgreSQL
- Replies: 7
- Views: 1775
Re: Zeos Problem with PostgreSQL
Thanks a lot
- 04.08.2014, 21:09
- Forum: ZeosLib 7.1 stable Forum
- Topic: Zeos Problem with PostgreSQL
- Replies: 7
- Views: 1775
Re: Zeos Problem with PostgreSQL
Using 'Undefined_Varchar_AsString_Length=255' works fine, but my question is why dont works with a Store procedure using VARCHAR(50) (without 'Undefined_Varchar_AsString_Length=255)
- 04.08.2014, 20:56
- Forum: ZeosLib 7.1 stable Forum
- Topic: Zeos Problem with PostgreSQL
- Replies: 7
- Views: 1775
Re: Zeos Problem with PostgreSQL
i use PostgreSQL, 9.1 and 9.3
thanks for reading me.
thanks for reading me.
- 04.08.2014, 20:53
- Forum: ZeosLib 7.1 stable Forum
- Topic: Zeos Problem with PostgreSQL
- Replies: 7
- Views: 1775
Re: Zeos Problem with PostgreSQL
not lucky at all, i tested lie you tell me, The query works as i spected, but not the stored procedures. Look this issue: CREATE TABLE DEMO( demoid serial, demotext varchar(50), primary key(demoid) ); insert into demo(demoid,demotext) values(1,'My first text'),(2,'My second text'); CREATE OR REPLACE...
- 04.08.2014, 18:03
- Forum: ZeosLib 7.1 stable Forum
- Topic: Zeos Problem with PostgreSQL
- Replies: 7
- Views: 1775
Zeos Problem with PostgreSQL
Hello I use zeos 7.1.3 (before version i cant install) Lazarus 1.2.4 Windows and Linux I have a new big problem, i have querys ans stored procedures returns varchar and use functions like initcap, in before versions (7.0) all was ok but now i have the problem : The problem: i execute the query, for ...
- 30.04.2012, 22:56
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] An Error in zeos 7, last svn
- Replies: 9
- Views: 1215
- 27.04.2012, 00:19
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] An Error in zeos 7, last svn
- Replies: 9
- Views: 1215
[patch_done] An Error in zeos 7, last svn
I use zeos 7.0 (last svn) in lazarus (0.9.31)
when i make a query like
select -1.25 as num
and i want to show in lazarus. display always positive ( 1.25 ). This onlye in real numbers.
The problem is Zeos, i used PQconecction and works ok.
any idea?
when i make a query like
select -1.25 as num
and i want to show in lazarus. display always positive ( 1.25 ). This onlye in real numbers.
The problem is Zeos, i used PQconecction and works ok.
any idea?