Search found 278 matches

by gto
04.12.2010, 22:40
Forum: ZeosLib 7.0 Beta Forum
Topic: When the ZEOS 7 new version for Delphi 2010 ?
Replies: 50
Views: 8862

My todays concern is about type encoding in the framework. I don't get why there are so much methods, like GetByte/GetShort/GetInt/GetLong, when it's only about retrieving one integer value? Since I've unified GetString and GetUnicodeString for instance, to one GetUTF8 method which returns a RawUTF...
by gto
03.12.2010, 15:36
Forum: ZeosLib 7.0 Beta Forum
Topic: When the ZEOS 7 new version for Delphi 2010 ?
Replies: 50
Views: 8862

I beleive that most of those DBs will convert all data to client encoding before sending it to client (and in the oposite direction convet it from client encoding before storing it). Could this make your job simpler? Then, it does not matter if diferent tables and diferent columns in the base store...
by gto
03.12.2010, 12:34
Forum: ZeosLib 7.0 Beta Forum
Topic: When the ZEOS 7 new version for Delphi 2010 ?
Replies: 50
Views: 8862

That's perfect ! I'm planning to work at this weekend in the code to make some speed and memory usage improvements in DBC level, and I'll be really pleased to do it using your already excellent modifications. About DBC encoding, there are some DBs which define at column level, so we get a default da...
by gto
02.12.2010, 12:05
Forum: ZeosLib 7.0 Beta Forum
Topic: When the ZEOS 7 new version for Delphi 2010 ?
Replies: 50
Views: 8862

Hi ab, anything else to upload? I'll work with some improvements this weeked, planning to use your work as a core base. Really hope to use the latest version :)

[]'s!
by gto
29.11.2010, 20:02
Forum: ZeosLib 7.0 Beta Forum
Topic: When the ZEOS 7 new version for Delphi 2010 ?
Replies: 50
Views: 8862

No problem at all with big code changes, I wanted to change Zeos code deeply some time ago but left that alone. mdaems : I can handle the big change against SVN tree, doing standard patches! Don't worry :) I think we can join efforts on that, now that I'm "less-busy" than before. My cache ...
by gto
24.11.2010, 23:49
Forum: ZeosLib 7.0 Beta Forum
Topic: When the ZEOS 7 new version for Delphi 2010 ?
Replies: 50
Views: 8862

If only I could come with you to see Rammstein... it's one of my dreams to go and see one of their concert. ;) I'm using only fossil as SCM yet... Where could I found hints to access to the Zeos repository? SVN Tutorial by Mark: http://zeos.firmos.at/viewtopic.php?t=841 Be sure to use the testing b...
by gto
24.11.2010, 12:52
Forum: ZeosLib 7.0 Beta Forum
Topic: When the ZEOS 7 new version for Delphi 2010 ?
Replies: 50
Views: 8862

Hi ab!

This weeked I'll be busy (Rammstein show in Argentina, as I know there are plenty of Germans here!) but I can follow up with you in the next week.
You'll be working in testing branch ?

[]`s!
by gto
22.11.2010, 13:52
Forum: ZeosLib 7.0 Beta Forum
Topic: When the ZEOS 7 new version for Delphi 2010 ?
Replies: 50
Views: 8862

I'm on it :) ab , your framework seems impressive! And look's like you are doing/did the same thing we're discussing here. Something to discuss: - Internal encoding should be UTF-8 or UCS-2 (UTF-16 LE, Delphi and Windows default) ? UTF-8 can bring us almost ANSI speed (when using basic chars) while ...
by gto
18.11.2010, 16:04
Forum: ZeosLib 7.0 Beta Forum
Topic: When the ZEOS 7 new version for Delphi 2010 ?
Replies: 50
Views: 8862

Hello tygrys ! First, I would like to apologize for my lack of presence at Zeos forum and community, as I've moved (and still moving) from city, job and school in the past six months. About the Unicode question, I totally agree with your(s) idea(s). I've did the most of conversion work, but never be...
by gto
31.08.2009, 20:07
Forum: 6.6 - stable
Topic: Bug if don't activate main form
Replies: 4
Views: 542

Try with this source in your project file: program Project1; uses Windows, Forms, Unit1 in 'Unit1.pas' {Form1}, Unit2 in 'Unit2.pas' {DataModule2: TDataModule}; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.CreateForm(TDataModule2, DataModule2); DataModu...
by gto
31.08.2009, 18:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: PostgreSQL 8.1 Zeoslib 6.6 and UTF8
Replies: 6
Views: 3984

My gods... sorry for the posting, I replyied in the wrong thread !
by gto
31.08.2009, 16:26
Forum: 6.6 - stable
Topic: Bug if don't activate main form
Replies: 4
Views: 542

- Have you connected to the database? cause exception error in ZDbcMySqlResultSet.pas - Can you send the entire error message, or a print screen ? - If you want to avoid the error, use a try..except construction. I do have a program which connect, run queries and LOTS of things before the Applicatio...
by gto
05.06.2009, 13:40
Forum: 6.6 - stable
Topic: [ITALIAN DELPHIDAY 2009] ZeosLib presentation
Replies: 6
Views: 798

Hey fcodebue!

Can you provide that presentation for us ?
May be very insteresting ;D
by gto
03.06.2009, 12:48
Forum: 6.6 - stable
Topic: [ITALIAN DELPHIDAY 2009] ZeosLib presentation
Replies: 6
Views: 798

wow! that's beauty!
Anyway we can help you on material for presentation and stuff ?

just shout it ;D
by gto
27.05.2009, 02:06
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
Replies: 97
Views: 28178

hello, i am trying to download the current beta version, but i don't know what is the username/password to get the files ... i am using RapidSVN, and after introduced the URL "svn://zeos.firmos.at/zeos/branches/testing" the program asks about an username/password thanks for any help, Hell...