Search found 23 matches
- 10.10.2012, 04:50
- Forum: 6.6 - stable
- Topic: Updates with SVN
- Replies: 3
- Views: 1019
ManUtdFans , we broke with the old package names. I suggest you use the new packages now, because some files are added/removed. If you use the old packages, you won't be able to compile Zeos7 So am I going to uninstall my previous Zeos? Download the new Zeos package (use SVN), then install the new ...
- 09.10.2012, 06:34
- Forum: 6.6 - stable
- Topic: Updates with SVN
- Replies: 3
- Views: 1019
Updates with SVN
I have installed Zeos package with version 2 years ago in D2007. The folders under packages...delphi11 Now have created SVN with latest update, however, from the ...\Trunk There is a folder Delphi2007 (no delphi11 anymore). It looks I need to copy all the files under Delphi2007 into my original delp...
- 26.07.2012, 03:44
- Forum: MySQL
- Topic: Bit table field type using query component
- Replies: 16
- Views: 4424
- 26.07.2012, 02:47
- Forum: MySQL
- Topic: Bit table field type using query component
- Replies: 16
- Views: 4424
josimarz , ManUtdFans , nope this i think is an bug on our MySQL definition. Don't have a testccase now but what i can see in the ZDbcMySQLUtils.pas is that type defined as stBinaryStream which means we try to write into a lob which doesn't exits. simply exchange the stBinaryStream with stSmallInt....
- 26.07.2012, 02:45
- Forum: MySQL
- Topic: Bit table field type using query component
- Replies: 16
- Views: 4424
ManUtdFans , hmm whats left to say? Time to update and using Tortoise!! :) Michael Hi, So after I do an update (via tortoise), then copy the files into my Zeos installed folder? Edit:- yes of course I need to make a back up of my installatin folder first: - back up my Zeos 6.6.4 installation folder...
- 25.07.2012, 04:05
- Forum: MySQL
- Topic: Bit table field type using query component
- Replies: 16
- Views: 4424
ManUtdFans , this is never a good idea i think. Only if a stable candidate was released. On the other hand you miss all fixes which have been allready done and you're forced to fix them by your selves. Also are we not willing to build suh an package each times after fixing something. I hope you can...
- 25.07.2012, 04:01
- Forum: MySQL
- Topic: Bit table field type using query component
- Replies: 16
- Views: 4424
In addition, if I use the query for retrieving the contents, how should I compare? eg with Query1 do begin Close; SQL.Clear; SQL.Add('select Name, IsNew from employee'); Open; First; if FieldByName('IsNew').AsInteger = 1 then Showmessage('Employee is new') else Showmessage('Employee is NOT new'); I ...
- 24.07.2012, 00:40
- Forum: MySQL
- Topic: Bit table field type using query component
- Replies: 16
- Views: 4424
- 23.07.2012, 00:23
- Forum: MySQL
- Topic: Bit table field type using query component
- Replies: 16
- Views: 4424
ManUtdFans , i patched this stupid issue in Rev 155x?? Don't know if you've recognized it. We moved our SF.NET location. New url for the testing-branch is: http://svn.code.sf.net/p/zeoslib/code-0/branches/testing can you please check if that issue is gone? Michael I have not updated Zeos since 2009...
- 22.07.2012, 13:42
- Forum: MySQL
- Topic: Bit table field type using query component
- Replies: 16
- Views: 4424
Hmm, we are using 5.x, newer than 5.0.3.josimarz wrote:Hi,
Verify your MySQL version. "Before 5.0.3, BIT is a synonym for TINYINT(1).".
Source: http://dev.mysql.com/doc/refman/5.0/en/ ... rview.html
Josimar
- 22.07.2012, 13:02
- Forum: MySQL
- Topic: Bit table field type using query component
- Replies: 16
- Views: 4424
josimarz , ManUtdFans , nope this i think is an bug on our MySQL definition. Don't have a testccase now but what i can see in the ZDbcMySQLUtils.pas is that type defined as stBinaryStream which means we try to write into a lob which doesn't exits. simply exchange the stBinaryStream with stSmallInt....
- 20.07.2012, 00:23
- Forum: MySQL
- Topic: Bit table field type using query component
- Replies: 16
- Views: 4424
Bit table field type using query component
Hi,
We are using MySQL 5 and have a table field defined as Bit for using as Boolean equivalent.
I tried to write by using:
Query1.ParamByName('IsDue').AsBoolean := 1;
Query1.ParamByName('IsDue').AsSmallIn := 1;
Query1.ParamByName('IsDue').Value := 1;
All did not work.
We are using MySQL 5 and have a table field defined as Bit for using as Boolean equivalent.
I tried to write by using:
Query1.ParamByName('IsDue').AsBoolean := 1;
Query1.ParamByName('IsDue').AsSmallIn := 1;
Query1.ParamByName('IsDue').Value := 1;
All did not work.
- 11.01.2012, 00:42
- Forum: MySQL
- Topic: ZConnection via SSL
- Replies: 1
- Views: 1407
ZConnection via SSL
I have asked the same question got some feedback but cannot complete my question. I am using Windows XP (SP 3) and Delphi 2007. Got the way to connect to MySQL by setting the properties: Properties.Strings = ( 'MYSQL_SSL=TRUE' 'MYSQL_SSL_CA=D:/mysql/certs/ca-cert.pem' 'MYSQL_SSL_CERT=D:/mysql/certs/...
- 18.07.2011, 03:59
- Forum: 6.6 - stable
- Topic: MySQL SSL connection
- Replies: 1
- Views: 460
MySQL SSL connection
Does anyone here successfully connecting to MySQL via SSL?
- 18.07.2011, 00:47
- Forum: ZDBC (ZEOS Database Connectivity)
- Topic: MySQL SSL connection
- Replies: 2
- Views: 2119