Search found 68 matches

by Pitfiend
22.06.2012, 22:47
Forum: ZeosLib 7.0 Beta Forum
Topic: ZeosLib 7.0 Stable, any time soon?
Replies: 5
Views: 2130

Cool! when I said older Delphi, I meant pre-unicode ones, mainly because I'm hooked to D2007. My employer has no interest in purchase a new version, so I have to work with what we have. It's good to know that you'll try to keep compatibility. IMHO, ZeosLib is by far better than the database componen...
by Pitfiend
22.06.2012, 21:08
Forum: ZeosLib 7.0 Beta Forum
Topic: ZeosLib 7.0 Stable, any time soon?
Replies: 5
Views: 2130

ZeosLib 7.0 Stable, any time soon?

I'm wondering when a stable release will be available. Also, if we can have a list of improvements over 6.x series. Honestly, I'm still developing with delphi 2007 + ZeosLib 6.6.6 a combination I found very stable and reliable. I use it with Mysql, SQLite and some ADO too. Edit: Any chance it will k...
by Pitfiend
11.06.2012, 03:46
Forum: SQLite
Topic: Android DB
Replies: 3
Views: 3187

Absolute Database is an embeded database. There's a bunch of components that allow to use that database from your delphi app. Unless you build your own exporter to some kind of standar text file, I doubt you'll be able to import data to any zeoslib supported database. Edit: May I suggest to use SQLi...
by Pitfiend
25.04.2012, 04:30
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 MariaDB
Replies: 20
Views: 5572

I tried MariaDB with the stable ZeosLib 6.6.6 release, using Delphi 7 and 2007 and it worked as supposed to do. But I didn't make any stress test, I just drop the binaries over my MySql installation just to test if it works and it did. I was able to retrieve, update, insert and delete rows as it doe...
by Pitfiend
15.09.2011, 15:24
Forum: Off Topic
Topic: Smiles Hack
Replies: 4
Views: 24169

Sorry, never done that. Only played with phpbb 3.xx on local setup, just to know the basics about forums.
by Pitfiend
14.09.2011, 17:46
Forum: Off Topic
Topic: Smiles Hack
Replies: 4
Views: 24169

There's a new phpbb version, why don't you upgrade it? maybe you can fix all the troubles with unexpected hack message and that spam button requirement. Just my opinion.
by Pitfiend
04.08.2011, 05:11
Forum: MySQL
Topic: Error mysql5+zeos6+delphi7+winxp
Replies: 6
Views: 1424

From what you tell us, I'm sure you have a mix of versions in the path. You must search your entire harddisk for libmysql.dll and be sure to keep only the newer (replacing the older with the newer in the same place you found the older).
by Pitfiend
31.07.2011, 09:44
Forum: SQLite
Topic: zQuery.Fieldbynumber
Replies: 4
Views: 1745

To be honest I never used it, maybe I too was missing something (never had a trouble until now). If you check the SVN repository you may found it, but it's not an easier task, you need to build it by yourself from the components themself. In the other hand, some properties are similar to the ones fo...
by Pitfiend
30.07.2011, 21:06
Forum: SQLite
Topic: zQuery.Fieldbynumber
Replies: 4
Views: 1745

You don't need a fieldbynumber function, just use .fields[index] attribute where index is a variable, constant or just a number.
by Pitfiend
29.07.2011, 23:54
Forum: 6.1.5
Topic: How to include VCL50.bpl into exe???
Replies: 2
Views: 4985

I think you can look into Delphi's bin folder (%programfiles%\borland\delphi?\bin) for that bpl, also you may need some other bpl too. Copy them to the same folder of your app. Try to run your app, if anything else is needed, you'll get an error dialog telling you what's missing.
by Pitfiend
29.07.2011, 23:46
Forum: MySQL
Topic: Error mysql5+zeos6+delphi7+winxp
Replies: 6
Views: 1424

Maybe you are a dll hells' victim. In some Delphi 7 installation there is a very old libmysql.dll installed. I remember to have a similar trouble long time ago. Everything was ok, except that when trying to connect to database from IDE or my app, there always was an exception failure. I found that t...
by Pitfiend
22.06.2011, 04:10
Forum: Firebird
Topic: Is possible to remove Firebird deleted records from database
Replies: 10
Views: 4957

I think that even if not supported by Zeoslib, you can still use that kind of specific commands through a zquery, don't you?
by Pitfiend
18.06.2011, 20:42
Forum: Firebird
Topic: Is possible to remove Firebird deleted records from database
Replies: 10
Views: 4957

Don't know, never used Firebird before.
by Pitfiend
17.06.2011, 20:07
Forum: Firebird
Topic: Is possible to remove Firebird deleted records from database
Replies: 10
Views: 4957

As long as I know that kind of operation depends on the engine features. For example in SQLite you have vacuum that remove unused space. I think that you need to take a look into the firebird sql dialect to find an equivalent. Take in mind that there's no guarantee to have one.
by Pitfiend
09.06.2011, 05:57
Forum: PostgreSQL
Topic: required but not supplied
Replies: 1
Views: 1514

can you post your code snippet? otherwise it's very hard to help you.