Thanks,
I will check if i can disable some triggers. For Autocommit, I have found this already and it is set to false.
I have to read Postgres doc (I already read lot of it to learn SQL language).
Rgds
Search found 15 matches
- 29.10.2009, 11:08
- Forum: 6.6 - stable
- Topic: How to optimize this codding
- Replies: 8
- Views: 991
- 28.10.2009, 11:16
- Forum: 6.6 - stable
- Topic: How to optimize this codding
- Replies: 8
- Views: 991
dear andresayang you may optimize your mysql server configuration to handling it with the good chosen engine ... such as InnoDB. Manz Sorry, I am working with Postgres ! But I started with Zeoslib, my small soft is working perfectly for what i want to do with it. The normal way of working is with S...
- 25.10.2009, 04:34
- Forum: 6.6 - stable
- Topic: How to optimize this codding
- Replies: 8
- Views: 991
- 21.10.2009, 07:31
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Delphi 7 and Delphi 2010
- Replies: 1
- Views: 503
Hi, Well, as far as I know, Zeos 7 is more or less working with D7, D2010 and Lazarus. For D7 and Lazarus, you should use Zeos 6.6.5 which is stable. For D2010, you can try Zeos7, which will work for most of the cases, but you must know that it is still in Alfatest stage (so should not be use in pro...
- 20.10.2009, 20:03
- Forum: 6.6 - stable
- Topic: How to optimize this codding
- Replies: 8
- Views: 991
- 20.10.2009, 07:30
- Forum: 6.6 - stable
- Topic: How to optimize this codding
- Replies: 8
- Views: 991
How to optimize this codding
Hi With delphi 2007, i have lot of Insert commands to execute I do something like this: var Connection: IZConnection; Statement: IZStatement; ... Statement:= Connection.CreateStatement; Statement.ExecuteQuery(sqltosend.Text); Statement.Close; ... sqltosend is a StringList containing more or less 80 ...
- 18.10.2009, 19:35
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Connection problem Delphi 2009 - postgresql-8.4.1-1
- Replies: 4
- Views: 739
- 14.05.2009, 00:54
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Howto disable support in TZConnection/TZDataset
- Replies: 6
- Views: 589
Mark, Well your proposal is really a better solution. I have already done those change when you reply and i have post the working files after. (simply because i think it is how it should be: disabling a database support with the Zeos.inc file was failing the compilation). However the size drop is qu...
- 13.05.2009, 23:16
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Howto disable support in TZConnection/TZDataset
- Replies: 6
- Views: 589
- 13.05.2009, 23:05
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Howto disable support in TZConnection/TZDataset
- Replies: 6
- Views: 589
- 13.05.2009, 21:09
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Howto disable support in TZConnection/TZDataset
- Replies: 6
- Views: 589
Howto disable support in TZConnection/TZDataset
Hi,
Well in the Zeos.inc file there is:
{$IFNDEF ZEOS_DISABLE_POSTGRESQL}
{$DEFINE ENABLE_POSTGRESQL}
{$ENDIF}
Is there other file where we define ZEOS_DISABLE_POSTGRESQL or we should do it in the Zeos.inc file ?
Thanks
Well in the Zeos.inc file there is:
{$IFNDEF ZEOS_DISABLE_POSTGRESQL}
{$DEFINE ENABLE_POSTGRESQL}
{$ENDIF}
Is there other file where we define ZEOS_DISABLE_POSTGRESQL or we should do it in the Zeos.inc file ?
Thanks
- 31.03.2009, 11:04
- Forum: ZeosLib 7.0 Beta Forum
- Topic: function GetTimestamp........ : TDateTime;
- Replies: 0
- Views: 389
function GetTimestamp........ : TDateTime;
Hi, Should it be possible to have TTimeStamp or TSQLTimeStamp output for this function ? The reason is that I 'm working on a database storing GPS times and i absolutely need microseconds resolution. I already modify the unit to output the "lateral" result as a string but if it could be im...
- 30.03.2009, 15:31
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zdbc120.bpl not found
- Replies: 13
- Views: 1736
GTO you're right, Delphi search for BPL and DCU files into C:\Documents and Settings\All Users\Documentos\RAD Studio\6.0\Bpl I've copy my file to there and it's work. But, where can I change this parameter into the Delphi 2009 IDE, to make Delphi search on my folder? Or better, can I configure this...
- 13.01.2009, 10:51
- Forum: ZeosLib 7.0 Beta Forum
- Topic: How to download without SVN ?
- Replies: 3
- Views: 894
- 13.01.2009, 09:27
- Forum: ZeosLib 7.0 Beta Forum
- Topic: How to download without SVN ?
- Replies: 3
- Views: 894
How to download without SVN ?
Hi,
Well I'm afraid that my company does not allows svn protocol (or i do not know how to use tortoise svn).
Is there any place where i can download the latest version ?
I would also like to congratulate the Zeos team, wonderful soft !
Thanks
Well I'm afraid that my company does not allows svn protocol (or i do not know how to use tortoise svn).
Is there any place where i can download the latest version ?
I would also like to congratulate the Zeos team, wonderful soft !
Thanks