Hi,
It's work fine with Zeos 7.3.0-alpha and LibMariaDB.dll 64bits
Thank you
Search found 20 matches
- 16.04.2017, 17:31
- Forum: ZeosLib 7.1 stable Forum
- Topic: libmysql50.dll found but can not be loaded Check compile Target et library comptability!
- Replies: 11
- Views: 5118
- 14.04.2017, 13:05
- Forum: ZeosLib 7.1 stable Forum
- Topic: libmysql50.dll found but can not be loaded Check compile Target et library comptability!
- Replies: 11
- Views: 5118
Re: libmysql50.dll found but can not be loaded Check compile Target et library comptability!
Thank you Miab3
i'll install this version and i'll inform you after
Olivier
i'll install this version and i'll inform you after
Olivier
- 13.04.2017, 09:30
- Forum: ZeosLib 7.1 stable Forum
- Topic: libmysql50.dll found but can not be loaded Check compile Target et library comptability!
- Replies: 11
- Views: 5118
Re: libmysql50.dll found but can not be loaded Check compile Target et library comptability!
my Zconnection parameters
object ZConnection1: TZConnection
ControlsCodePage = cCP_UTF16
Catalog = ''
HostName = 'localhost''
Port = 3306
Database = 'dosoc'
User = 'root'
Password = '''
Protocol = 'mysql-5'
Left = 48
Top = 24
end
object ZConnection1: TZConnection
ControlsCodePage = cCP_UTF16
Catalog = ''
HostName = 'localhost''
Port = 3306
Database = 'dosoc'
User = 'root'
Password = '''
Protocol = 'mysql-5'
Left = 48
Top = 24
end
- 13.04.2017, 09:28
- Forum: ZeosLib 7.1 stable Forum
- Topic: libmysql50.dll found but can not be loaded Check compile Target et library comptability!
- Replies: 11
- Views: 5118
Re: libmysql50.dll found but can not be loaded Check compile Target et library comptability!
Hi, I have always this error [img] Erreur.jpg [/img] i have donwloading the win64 dll from Mysql C-Connector page and unzip in my librairies path Librairies\win64\ my code {$IFDEF WIN64} ShowMessage('64bits'); ZConnection1.LibraryLocation := ExtractFilePath(Application.ExeName)+'Librairies\win64\lib...
- 11.04.2017, 21:40
- Forum: ZeosLib 7.1 stable Forum
- Topic: libmysql50.dll found but can not be loaded Check compile Target et library comptability!
- Replies: 11
- Views: 5118
Re: libmysql50.dll found but can not be loaded Check compile Target et library comptability!
in win32 it's work fine
- 11.04.2017, 21:39
- Forum: ZeosLib 7.1 stable Forum
- Topic: libmysql50.dll found but can not be loaded Check compile Target et library comptability!
- Replies: 11
- Views: 5118
Re: libmysql50.dll found but can not be loaded Check compile Target et library comptability!
Ok for compatibilty
but where i can find libmysql50.dll or similar for win64 XE6 application
Olivier
but where i can find libmysql50.dll or similar for win64 XE6 application
Olivier
- 11.04.2017, 20:49
- Forum: ZeosLib 7.1 stable Forum
- Topic: libmysql50.dll found but can not be loaded Check compile Target et library comptability!
- Replies: 11
- Views: 5118
libmysql50.dll found but can not be loaded Check compile Target et library comptability!
hi!
I have an Error in XE6 Win64 application with Zeos 7.1.4 TZconnection
[libmysql50.dll found but can not be loaded Check compile Target et library comptability!]
have you ever seen this problem and have you a solution ?
br
Olivier
I have an Error in XE6 Win64 application with Zeos 7.1.4 TZconnection
[libmysql50.dll found but can not be loaded Check compile Target et library comptability!]
have you ever seen this problem and have you a solution ?
br
Olivier
- 27.09.2016, 07:29
- Forum: ZeosLib 7.1 stable Forum
- Topic: HOW TO OBTAIN ROWSAFFECTED
- Replies: 4
- Views: 1353
Re: HOW TO OBTAIN ROWSAFFECTED
Hi
Indeed TZquery can turn the value RowsAffected,
so I am going to cut the script, to obtain my answer
Thank you
Olivier
Indeed TZquery can turn the value RowsAffected,
so I am going to cut the script, to obtain my answer
Thank you
Olivier
- 21.09.2016, 13:41
- Forum: ZeosLib 7.1 stable Forum
- Topic: HOW TO OBTAIN ROWSAFFECTED
- Replies: 4
- Views: 1353
Re: HOW TO OBTAIN ROWSAFFECTED
Thank you for your answer. But I want to build a track of the script. I want to obtain the number of rowaffected for each request of the script Sqlprocessor. On the event afterExcute for example ZSQLProcessor1AfterExecute(Processor: TZSQLProcessor; StatementIndex: Integer); Olivier
- 19.09.2016, 15:28
- Forum: ZeosLib 7.1 stable Forum
- Topic: HOW TO OBTAIN ROWSAFFECTED
- Replies: 4
- Views: 1353
HOW TO OBTAIN ROWSAFFECTED
Hi,
I want to obtain the rowaffected value in ZSQLProcessor, have you a solution?
BR
Olivier
I want to obtain the rowaffected value in ZSQLProcessor, have you a solution?
BR
Olivier
- 03.12.2013, 11:30
- Forum: ZeosLib 7.1 stable Forum
- Topic: Error "input parameter count is less than expected"
- Replies: 5
- Views: 2433
Re: Error "input parameter count is less than expected"
CREATE TABLE `table01` ( `keyfield` int(11) NOT NULL default '0', `dtfield` date NOT NULL default '0000-00-00', `infofield` varchar(10) default NULL, PRIMARY KEY (`keyfield`,`dtfield`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 qy := TZquery.create(application); qy.Connection := Datamodule1.DOSOC; qy.SQL....
- 29.11.2013, 18:05
- Forum: ZeosLib 7.1 stable Forum
- Topic: Error "input parameter count is less than expected"
- Replies: 5
- Views: 2433
Re: Error "input parameter count is less than expected"
Can be a track?
The problem appears when we initialize in zero a key then when we try then to change this value.
We can observe that in this function
function TZEmulatedPreparedStatement.PrepareAnsiSQLQuery: RawByteString;
by
The problem appears when we initialize in zero a key then when we try then to change this value.
We can observe that in this function
function TZEmulatedPreparedStatement.PrepareAnsiSQLQuery: RawByteString;
by
- 29.11.2013, 16:16
- Forum: ZeosLib 7.1 stable Forum
- Topic: Error "input parameter count is less than expected"
- Replies: 5
- Views: 2433
Error "input parameter count is less than expected"
Hello
In DELPHI XE and mySQL 5.0.37
I am using ZEOSDBO-7.1.2-Stable, When I modify a record have this error
"input parameter count is less than expected"
with the same query on other record i have no problem!
You have already seen it?
Thank you
Best regards
In DELPHI XE and mySQL 5.0.37
I am using ZEOSDBO-7.1.2-Stable, When I modify a record have this error
"input parameter count is less than expected"
with the same query on other record i have no problem!
You have already seen it?
Thank you
Best regards
- 24.01.2012, 09:02
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Dbmemo + delphi XE + UTF8
- Replies: 2
- Views: 628
- 24.01.2012, 08:32
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Dbmemo + delphi XE + UTF8
- Replies: 2
- Views: 628
[patch_done] Dbmemo + delphi XE + UTF8
Hello!
I can't display correctly [é ù à ç]in a dbmemo with delphi XE.
In TZconnection.properties i add codepage=UTF8
It's good for the others composants like DbEdit, DbGrid ...
Have you a solution
best regards
I can't display correctly [é ù à ç]in a dbmemo with delphi XE.
In TZconnection.properties i add codepage=UTF8
It's good for the others composants like DbEdit, DbGrid ...
Have you a solution
best regards