Search found 6 matches

by sandro.carrara
08.06.2010, 11:31
Forum: 6.6 - stable
Topic: Create database by code
Replies: 3
Views: 759

Thanks, with zconnection.executedirect('create database xxx') on MySQL works fine, now I'll try with Firebird and Postgresql.
by sandro.carrara
07.06.2010, 18:31
Forum: 6.6 - stable
Topic: Create database by code
Replies: 3
Views: 759

Create database by code

Is there a way to create a new database from Delphi code with a Zeos component (component.createdatabase or "create database db') ?
Thanks
by sandro.carrara
03.03.2009, 23:21
Forum: MySQL
Topic: connection to mysql ebedded
Replies: 11
Views: 1717

Problem due to an old version of errmsg.sys.
All works rigth.

Thaneks
by sandro.carrara
27.02.2009, 12:01
Forum: MySQL
Topic: connection to mysql ebedded
Replies: 11
Views: 1717

Sorry Mark, you're right, the correct version is 5.1.31. I've prepared a little project for MySQL support because I've a problem with embedded version and a database using triggers. We've tried to update the project to MySQL 5.1.31 but with the new library I have the problem showed. The link of the ...
by sandro.carrara
27.02.2009, 08:02
Forum: MySQL
Topic: connection to mysql ebedded
Replies: 11
Views: 1717

Thanks Mark MySQL 5.1.3.1 is the latest release available, I've downloaded it yesterday following the suggestion of MySQL assistence due to a problem with the triggers on embedded version. The date on the library is 23/01/2009, the size 6.377.472 Bytes. I read the information in the examples/embedde...
by sandro.carrara
25.02.2009, 09:35
Forum: MySQL
Topic: connection to mysql ebedded
Replies: 11
Views: 1717

Connection to MySQL 5.1.3

Using Zeos 6.6.4 with libmysqld.dll (release 5.1.3.1) on Delphi 7 I have the following error:
Access violation at.......

line 3617 in unit ZPlainMysqlDriver

Thanks