Search found 278 matches
- 04.12.2010, 22:40
- Forum: ZeosLib 7.0 Beta Forum
- Topic: When the ZEOS 7 new version for Delphi 2010 ?
- Replies: 50
- Views: 9415
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...
- 03.12.2010, 15:36
- Forum: ZeosLib 7.0 Beta Forum
- Topic: When the ZEOS 7 new version for Delphi 2010 ?
- Replies: 50
- Views: 9415
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...
- 03.12.2010, 12:34
- Forum: ZeosLib 7.0 Beta Forum
- Topic: When the ZEOS 7 new version for Delphi 2010 ?
- Replies: 50
- Views: 9415
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...
- 02.12.2010, 12:05
- Forum: ZeosLib 7.0 Beta Forum
- Topic: When the ZEOS 7 new version for Delphi 2010 ?
- Replies: 50
- Views: 9415
- 29.11.2010, 20:02
- Forum: ZeosLib 7.0 Beta Forum
- Topic: When the ZEOS 7 new version for Delphi 2010 ?
- Replies: 50
- Views: 9415
- 24.11.2010, 23:49
- Forum: ZeosLib 7.0 Beta Forum
- Topic: When the ZEOS 7 new version for Delphi 2010 ?
- Replies: 50
- Views: 9415
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...
- 24.11.2010, 12:52
- Forum: ZeosLib 7.0 Beta Forum
- Topic: When the ZEOS 7 new version for Delphi 2010 ?
- Replies: 50
- Views: 9415
- 22.11.2010, 13:52
- Forum: ZeosLib 7.0 Beta Forum
- Topic: When the ZEOS 7 new version for Delphi 2010 ?
- Replies: 50
- Views: 9415
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 ...
- 18.11.2010, 16:04
- Forum: ZeosLib 7.0 Beta Forum
- Topic: When the ZEOS 7 new version for Delphi 2010 ?
- Replies: 50
- Views: 9415
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...
- 31.08.2009, 20:07
- Forum: 6.6 - stable
- Topic: Bug if don't activate main form
- Replies: 4
- Views: 576
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...
- 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: 4127
- 31.08.2009, 16:26
- Forum: 6.6 - stable
- Topic: Bug if don't activate main form
- Replies: 4
- Views: 576
- 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...
- 05.06.2009, 13:40
- Forum: 6.6 - stable
- Topic: [ITALIAN DELPHIDAY 2009] ZeosLib presentation
- Replies: 6
- Views: 843
- 03.06.2009, 12:48
- Forum: 6.6 - stable
- Topic: [ITALIAN DELPHIDAY 2009] ZeosLib presentation
- Replies: 6
- Views: 843
- 27.05.2009, 02:06
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
- Replies: 97
- Views: 29146