Search found 10 matches
- 11.12.2009, 23:18
- Forum: MySQL
- Topic: ZeosLib and Delphi 2009 - MySQL
- Replies: 3
- Views: 720
- 10.12.2009, 20:24
- Forum: MySQL
- Topic: ZeosLib and Delphi 2009 - MySQL
- Replies: 3
- Views: 720
ZeosLib and Delphi 2009 - MySQL
Is ZeosLib stable on Delphi 2009 and unicode support with MySQL engine?
Thx.
Thx.
- 30.04.2009, 20:56
- Forum: SQLite Administrator
- Topic: Accent characters
- Replies: 0
- Views: 1618
Accent characters
Hi. Very nice program. But I have a problem in preview data with accent characters like 'Janáč' ...
Is there any options how to convert data from UTF8toAnsi() ?
Is there any options how to convert data from UTF8toAnsi() ?
- 21.10.2008, 19:47
- Forum: PostgreSQL
- Topic: Password autentication failed for user
- Replies: 1
- Views: 1061
Password autentication failed for user
I have problem with connections with TZConncetio to PostgreSQL. I have installed PostgreSQL 8.3.4 server on my computer. If I try to use ZeosLib components to connect to my databse, then I get this error message: "password autentication failed for user "PC-Mark". PC-Mark is the name o...
- 15.10.2008, 15:59
- Forum: User Patches
- Topic: Zeos for Delphi 2009?
- Replies: 26
- Views: 4389
- 15.10.2008, 12:08
- Forum: User Patches
- Topic: Zeos for Delphi 2009?
- Replies: 26
- Views: 4389
- 22.03.2008, 21:02
- Forum: User Patches
- Topic: SQLite Unicode Support
- Replies: 4
- Views: 3063
Thanks for patch. I have problem with readind data with Zeos from my existing database in SQLite. I will try your patch. I need reinstall component after that? And how about sorting? In our language we have the names of the people which started witch special characters such as Šrobovák, Žaneta, .......
- 22.03.2008, 18:13
- Forum: SQLite
- Topic: Ansi and UTF8 in SQLite database
- Replies: 1
- Views: 2040
Ansi and UTF8 in SQLite database
I used simple wrapper for connect to the SQLite database for INSERT, SELECT, UPATE, DELETE operations. I am working in Delphi. This is simple code how I worked with my database with simple wrapper: var sqlDB: TSQLiteDatabase; sqlTB: TSQLiteTable; begin sqlDB := TSQLiteDatabase.Create('D:\data.db'); ...
- 20.03.2008, 09:46
- Forum: MySQL
- Topic: Delphi 2007 and problem with MySQL's DLL
- Replies: 4
- Views: 1958
Thanks for advices. to zippo: I copied these files into application directory at first and after that I copied files into System32. to mdaems: I am beginner and I don't know what does 'MySQL Embedded server' mean. I have installed XAMPP 1.6.3a on my server (phpmyadmin, apache, mysql - all in one). I...
- 19.03.2008, 22:46
- Forum: MySQL
- Topic: Delphi 2007 and problem with MySQL's DLL
- Replies: 4
- Views: 1958
Delphi 2007 and problem with MySQL's DLL
At first - sorry about my english. I have problem with create connection to my MySQL server. This is very simple code in my test program ZConnection1.HostName := '192.168.1.57'; ZConnection1.User := 'my_user'; ZConnection1.Password := 'my_pass'; ZConnection1.Port := 3306; ZConnection1.Protocol := 'm...