Search found 61 matches
- 06.07.2012, 10:19
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Memo field unicode problem
- Replies: 1
- Views: 754
Memo field unicode problem
I'm using Delphi XE2 and latest zeos 7 from SVN. I have problem with unicode characters in memo field. Database is mySQL 4.1. I use DBAdvGrid from TMSSoftware to show data. When i open my query in grid, unicode characters stored in memo field are shown as trash. When i show that characters in edit c...
- 25.04.2012, 14:16
- Forum: Documentations
- Topic: Locate a record in DBGrid
- Replies: 8
- Views: 5788
It's same as regular VCL TQuery.Locate().
Try searching in Delphi help...
http://docwiki.embarcadero.com/Librarie ... Set.Locate
Try searching in Delphi help...
http://docwiki.embarcadero.com/Librarie ... Set.Locate
- 04.04.2012, 08:51
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] PostgreSQL64 + Lazarus 09.30.2+ windows 64 bit
- Replies: 88
- Views: 9422
- 13.02.2012, 13:59
- Forum: PostgreSQL
- Topic: Working with UTF8 encoded dbs
- Replies: 15
- Views: 5644
- 06.02.2012, 10:23
- Forum: MySQL
- Topic: Using Zeos Component
- Replies: 1
- Views: 1615
- 19.12.2011, 17:50
- Forum: 6.6 - stable
- Topic: How can I filter ZQuery by multiple fields?
- Replies: 6
- Views: 1075
- 19.12.2011, 14:55
- Forum: 6.6 - stable
- Topic: How can I filter ZQuery by multiple fields?
- Replies: 6
- Views: 1075
don't use ZQuery1.Filter... add filters in sql instead... SELECT *, bodyType(cars.id) as `class` from cars LEFT JOIN clients ON cars.client_id = clients.id LEFT JOIN models ON cars.model_id=models.id LEFT JOIN engine_types ON cars.engine_type_id=engine_types.id LEFT JOIN transmissions ON cars.transm...
- 28.11.2011, 11:23
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zeos on XE2?
- Replies: 40
- Views: 10694
Hi there people, I'm having some troubles with ZeosLib. I've made all the instructions to compile it, but still I didn't make it. The package that I'm using is the latest version from svn, the package Delphi16 which I suppose that is the version of XE2. I'm using a Windows 7 64bits and DelphiXE2. I...
- 21.11.2011, 13:49
- Forum: SQLite
- Topic: It does not work delete from
- Replies: 3
- Views: 1793
- 14.11.2011, 09:55
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14274
- 06.11.2011, 16:27
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zeos on XE2?
- Replies: 40
- Views: 10694
yesterday I have been lucky and could install ZEOS 7 and DELPHI XE2 , Today I repaeted all the way and failed : I guess the issue is the meanwhile renamed ZPlain*. -- ther error meassage is shown on the german delphi forum --- http://www.delphipraxis.net/164241-delphi-xe2-zeos-7-x-x-installation.ht...
- 05.11.2011, 21:08
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zeos on XE2?
- Replies: 40
- Views: 10694
- 03.11.2011, 08:20
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Another UTF8 problem (with SQLite this time)
- Replies: 7
- Views: 1222
- 02.11.2011, 21:17
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Another UTF8 problem (with SQLite this time)
- Replies: 7
- Views: 1222
- 02.11.2011, 10:29
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Another UTF8 problem (with SQLite this time)
- Replies: 7
- Views: 1222
Another UTF8 problem (with SQLite this time)
In my tries to find solution to previous utf problem, i came around another one... I have SQLite3 table with 4 text fields. When i try to enter "зщшгн РОЛДЖ" (random russian characters) in it, in database, i see all characters, but in grid or any components that show data from table, i see...