Search found 14 matches
- 22.01.2012, 16:08
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Installation ??? on Linux
- Replies: 0
- Views: 2278
Installation ??? on Linux
I am using ZeosDBO and want to set it up on a Linux System so that it is usable by all users. Currently it is just set up in my home directory. The plan is to make a deb and or a rpm file and then to publish it. What Directory should it technically go in? How should it be set it up so that it is usa...
- 15.09.2011, 23:42
- Forum: 6.6 - stable
- Topic: Venting
- Replies: 3
- Views: 551
- 14.09.2011, 18:01
- Forum: 6.6 - stable
- Topic: Venting
- Replies: 3
- Views: 551
Venting
I have an app written in Lazarus using Zeos to access a MySQL Database. When I switched to 64bit computers, my app no longer works. MySQL 5.1 came out in 2007, we are in the third quarter 2011. Why does Zeosdbo not have a 5.1 connector yet. 64 Bit Computers are now the standard, with 32 bit computer...
- 11.09.2011, 02:27
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Linux 64bit
- Replies: 1
- Views: 488
Linux 64bit
I can't seem to get Zeos to connect to MySql 5.1.x or PostgreSql 8.4 on any of my 64bit Distros using Lazarus. Also is there some trick to get Lazarus 0.9.30 to compile v 7.0 of Zeos?
Thanks, TH
Thanks, TH
- 09.09.2011, 18:23
- Forum: 6.6 - stable
- Topic: 64 bit systems
- Replies: 5
- Views: 1119
- 06.09.2011, 01:26
- Forum: 6.6 - stable
- Topic: 64 bit systems
- Replies: 5
- Views: 1119
64 bit systems
I heard there is a patch to allow zeosdbo connect to 64 bit mysql servers. Where will I find it?
- 27.02.2011, 21:02
- Forum: 6.6 - stable
- Topic: Zeos on a 64 bit computer
- Replies: 2
- Views: 642
I don't know what ZDbcCache is or where I make these changes. In ZDbcCache : TZRowBuffer = packed record Index: SizeInt; UpdateType: TZRowUpdateType; BookmarkFlag: Byte; Columns: TByteArray; end; In ZAbstractRODataset : Index of TZRowBuffer must be 64 bits compliant Setting Index forcing the integer...
- 26.02.2011, 18:55
- Forum: 6.6 - stable
- Topic: Zeos on a 64 bit computer
- Replies: 2
- Views: 642
Zeos on a 64 bit computer
What steps do I have to do to get a Lazarus/Zeos app to run on a Linux 64 box?
I am currently running FC14-64. The app runs on my 32 bit FC-12 laptop.
Thx, Terry
I am currently running FC14-64. The app runs on my 32 bit FC-12 laptop.
Thx, Terry
- 19.02.2011, 04:46
- Forum: 6.6 - stable
- Topic: Mysql DateFields
- Replies: 2
- Views: 465
- 17.02.2011, 23:17
- Forum: 6.6 - stable
- Topic: Mysql DateFields
- Replies: 2
- Views: 465
Mysql DateFields
I am using Lazarus 0.9.28.2 on a Fedora 12 System. MySQL version 5.1.47. I have a table with a date field in it which I am unable to update using a tDBEdit. No matter what date format I try to use it seems to fail. This has become an irritant and is forcing me to run a query to convert a string repr...
- 31.07.2010, 22:28
- Forum: 6.6 - stable
- Topic: Help needed connecting to database
- Replies: 2
- Views: 511
- 31.07.2010, 21:45
- Forum: 6.6 - stable
- Topic: Help needed connecting to database
- Replies: 2
- Views: 511
Help needed connecting to database
Lets try this again: I have tried installing ZeosDBO using both Lazarus 09.28 & 09.29 I uncompressed the Zeos 6.6.6 into a directory on my home account. Then from root I started Lazarus. From Lazarus I went to the main menu Package->Open Package File. From there I selected /home/user/ZeosDir/Pac...
- 30.07.2010, 17:27
- Forum: 6.6 - stable
- Topic: Having trouble connecting to MySQL 5.1 Server
- Replies: 3
- Views: 790
No, it said I already had it, I upgraded it anyway. I then retried my test which failed as previously described. Is there a way to test what paths the compiler sees. I have run a test to see if /usr/lib/mysql is in my path, which it is. But in the past I noted that Lazarus doesn't seem to have the s...
- 26.07.2010, 15:28
- Forum: 6.6 - stable
- Topic: Having trouble connecting to MySQL 5.1 Server
- Replies: 3
- Views: 790
Having trouble connecting to MySQL 5.1 Server
I have Lazarus 0.9.29 installed on a Fedora Core 12 Laptop, with Zeos 6.6.6 installed. What do I need to do to connect to a MySQL 5.1 Server? I have gone in and added “/usr/lib/mysql to my path. I have dropped a Zconnection on my form and set values for Database, user, & password. I then set pro...