Search found 111 matches

by fduenas
15.11.2006, 05:08
Forum: User Patches
Topic: [patch_done] MySQL Exception "field must have a value&q
Replies: 3
Views: 2043

Also you can set to each "required" field's property to false.
by fduenas
04.11.2006, 02:09
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Need some help formatting queries.
Replies: 9
Views: 1638

Also try to update latest MySQL server, some time the server itself has bugs. Also i recommend you to add and index to field, in this case ostatus, so the count can be fast. You can also try: Select ostatus, Count(*) AS total FROM users GROUP BY ostatus WHERE (ostatus = "Offline"); You can...
by fduenas
04.11.2006, 02:01
Forum: MS SQL Server
Topic: sqlserver 2005
Replies: 5
Views: 5149

Don't misunderstand me. ms sql server 2000 is still widely used in combination with dblib, because this was the standard protocol in the previous versions. And there are still patches for this version. Please don't stop support for dblib. Nevertheless, the latest versions of zeoslib don't work anym...
by fduenas
04.11.2006, 01:53
Forum: MySQL
Topic: delphi 7 mysql data inserting problem help me?
Replies: 2
Views: 1578

Well for first i see you're using a very old version of zeoslib (look at the icons :D ) I recommend you to download latest 6.6 version, it is available from the start page of this site. In the windows you're showing you have to write a select clause that will browse the records from your table as yo...
by fduenas
03.11.2006, 21:12
Forum: Bug Reports
Topic: Bug in ZDbcDbLibMsSqlMetadata.pas
Replies: 1
Views: 3035

Hi Plz tell us what version of Zeos you´re using and what developement evironment and database base protocol and version
by fduenas
03.11.2006, 02:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: How do I define a connection with ADO
Replies: 4
Views: 1641

I tried that and selected "Microsoft OLE DB Provider for ODBC Drivers" and on the next page selected "Use conection string" and pressed the <Generate> button and the normal ODBC wizard appeared. However, when I finish defining the ODBC and press the <Accept> button, it does not ...
by fduenas
03.11.2006, 02:13
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: How do I define a connection with ADO
Replies: 4
Views: 1641

HI There is an already documentation for the parameters in the TZConnection. Also there is a CHM file. Take a look for the realased zips and find the parameters.html

It tells there what params you can use for each type of protocol
by fduenas
02.11.2006, 02:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TzQuery is SLOW to read records
Replies: 10
Views: 2462

Thank you very much for your time and effort on this issue. I am in the process of moving my main DB to MySql 5 which will probably still take a couple of months. For the time being, the program I was intending to use Zeos 6.6 with, will be done with something else. When I have the DB in MySql 5 I ...
by fduenas
31.10.2006, 06:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TzQuery is SLOW to read records
Replies: 10
Views: 2462

Using 'mysql' protocol will load latest mysql-5 version so this can influence with your speed becaus eytou're loading a libmysql.dll that doesn't correpond to the correct version. try to work with latest mysql 5.0 Mysql 4.0 is not supported. If you still want to use mysql 4.0 server protocol open ze...
by fduenas
30.10.2006, 02:17
Forum: Feature Requests
Topic: Square peg, round hole
Replies: 7
Views: 2328

No. What we're doing is to make a stable version of 6.6. then after that release we can start 6.7 version or 7.0.

It could be great if you write the code but you should do the changes to the latest testing branch so the patch can be applied correctly.
by fduenas
29.10.2006, 22:51
Forum: Feature Requests
Topic: Square peg, round hole
Replies: 7
Views: 2328

I think we can do this a better way. to add a row parameter to the ApplyUpdates and to cancelUpdates, like the one in ClientDataSet. By default the value of the row will be 0, so if we send TZQuery.ApplyUpdates(0) or TZQuery.ApplyUpdates it will apply all updates as usual and if we call TZQuery.appl...
by fduenas
29.10.2006, 22:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TzQuery is SLOW to read records
Replies: 10
Views: 2462

Hola

What version of mysql are you using? are you sure youre using the correct libmysqlXX.dll for the myswql version you're using?
by fduenas
25.10.2006, 23:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Coexistence Zeos 6.1.5 and 6.6.x
Replies: 4
Views: 1191

Sorry as Long as I know you can´t make two components with the same name to coexists and this applies to all components. The only way in to unload and load one or the other and to change th library search path to one folder or the other one. Believe me, since version 6.5.1 we have been fixed a lot o...
by fduenas
24.10.2006, 19:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: How do I define a connection with ADO
Replies: 4
Views: 1641

Hola. Have you tried this?: 1) Select in TZConnection component the ado protocol 2) Click the '...' button in the DataBase property and it will throw the ADO connection wizard. 3) Follow the same steps you do when creating an ADO connection. 4) Once finished, the ADO connection string will be stored...
by fduenas
24.10.2006, 02:20
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZEOSDBO-6.6.0-beta BDS2006 install problem
Replies: 43
Views: 20407

Hi In old Zeos 6.x versions all ZeosLib packages were Design/runtime packages, this mean that all ZeosLib packages could or have to be installed in the IDE. But in recent versions of Zeos, all ZeosLib Packages except ZComponentDesignXX.blp are runtime-only packages so you can't install them in the I...