Search found 111 matches

by fduenas
21.10.2006, 16:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Where can we connect to de CVS
Replies: 4
Views: 636

Hola Jay. 1) Download TortoiseSVN from http://tortoisesvn.tigris.org/ 2) Install it 3) Restart you computer 4) Open Windows explorer 5) Create a folder wherever you want that will store the ZeosDBO developement branch files. 6) Right-click the folder and select the option 'SVN Checkout...' 7) In the...
by fduenas
17.10.2006, 05:52
Forum: User Contributions
Topic: New MySQL Generic Driver
Replies: 8
Views: 5270

Well the i think this patch should be applied so we can test the features.
Mark did you applied them already?
by fduenas
15.10.2006, 16:50
Forum: User Contributions
Topic: New MySQL Generic Driver
Replies: 8
Views: 5270

So are 'Library' and 'ForceVersion' optional parameters?.

Yes Mysql_get_client_version does't exists in old drivers, so i can gues youre testing that @mysql_API.mysql_get_client_version is not nil, itit so so the you use 'ForceVersion' value ?
by fduenas
13.10.2006, 20:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Speed of fetching records
Replies: 1
Views: 660

Well if you you wan only to browse a record, its ok. But if you have a dbgrid, the it coould be difficult to achiev if you dont´browse other recods. Yes maybe there could be another way, but for now this the way that all drivers can work. Maybe it can be done but whould require a little bit of work ...
by fduenas
13.10.2006, 20:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: select @a := field from table; and Mysql and TZQuery
Replies: 7
Views: 1681

Mmmmmm very strange, it you have added this lien point break and it doesn't stop, maybe your delphi is getting the librarty from anothert place. Plz make sure you dont´have any other folder with and older ZeosLib version in the library path of delphi.
by fduenas
13.10.2006, 20:29
Forum: User Contributions
Topic: New MySQL Generic Driver
Replies: 8
Views: 5270

Hi mdaems: thanks for the private message. Well I think we can post this changes to see how it works. and i think this is the first step to create the new base class for the plain driver so we can get rid of repeating the structure in each driver. Personally i have alot of problesm with BDS 2006, be...
by fduenas
13.10.2006, 14:40
Forum: Feature Requests
Topic: [bug_fixed] New Feature: LinkedFieldNames Vs IndexFieldNames
Replies: 15
Views: 6026

@bangfaunzan: yes i got your point, i was only worried it could alter normal behaviour for other delphi components. Here are my 2 cents: Hi, Maybe we can make both things work, preventing to alter compatibility with other components, and to add new bejaviour for special stuff, like bangfauzan's exam...
by fduenas
13.10.2006, 14:24
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: select @a := field from table; and Mysql and TZQuery
Replies: 7
Views: 1681

Hi Ronalds. What version of ZeosDbo are you using? because i have added the ':=' token to the mysql token list in /parsesql/ZMySqlToken.pas along time ago constructor TZMySQLSymbolState.Create; begin inherited Create; Add('<='); Add('>='); Add('<>'); Add('<<'); Add('>>'); {BEGIN PATCH: added by fdue...
by fduenas
12.10.2006, 07:15
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Intraweb And Embedded Firebird
Replies: 5
Views: 1383

I Think they should go in a special folder of the IIS server or put them in the windows\system32 folder.
by fduenas
12.10.2006, 07:10
Forum: Feature Requests
Topic: [bug_fixed] New Feature: LinkedFieldNames Vs IndexFieldNames
Replies: 15
Views: 6026

I only have opne question? Sorry if it a late question but... why change the name for indexfieldNames to linkedFields, i thought IndexFieldNames property names whas supossed to be like this to preserve similarity to TTable or any other TDataset that mananges Master-datail relationship. The property ...
by fduenas
11.10.2006, 05:29
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: D7 IDE Hangs on compile using examples
Replies: 4
Views: 965

I'm glad you finded functional. Plz stay updated with latest SVN version, today the latest is rev. 112, and seems to fix some memory leaks and errors. Also help us tetsing new features and to improve zeos.
Regards
by fduenas
11.10.2006, 05:13
Forum: User Contributions
Topic: [bug_fixed] MySQL Embedded Server Arguments
Replies: 12
Views: 7041

Hi Mark, ok, I will se it iof should. sorry but haven't time to rtead the forum recently. BTW have you received the corrected delphi10 packages?
by fduenas
10.10.2006, 09:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: D7 IDE Hangs on compile using examples
Replies: 4
Views: 965

Hi Be sure you have latest zeosLib 6.5.1 SVN version (not cvs, cvs is very old), it must be at least rev 98 or 102' . Check also if zeos is not loading a libmysql.dll that does not correspond to the mysql server version you're using. to be more sure that you're loading the correct libmysql.dll, copy...
by fduenas
09.10.2006, 21:10
Forum: User Contributions
Topic: More details for ZSQLMonitor
Replies: 3
Views: 3835

Hi. Thanks. But what si the revision of the files that you modified?
Currently we're on rev 108.
by fduenas
09.10.2006, 21:02
Forum: User Contributions
Topic: [bug_fixed] MySQL Embedded Server Arguments
Replies: 12
Views: 7041

Plz hcek there are no old dcu and pas files of previous zeoslib version.

I have downloaded latest revision and all works ok.