Propertie for GetMetadata for the fields

Code patches written by our users to solve certain "problems" that were not solved, yet.

Moderators: gto, cipto_kh, EgonHugeist, mdaems

Post Reply
rpelisson
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: 23.01.2006, 12:26

Propertie for GetMetadata for the fields

Post by rpelisson »

Hello, I'm downloaded the ZeosDBO 6.6 and saw the compilation directive FOSNOMETA for yes or don't use Metadata commands for retrieve Fields Defs from the DataBase.

Here, in the company we face a lot of problems with access speed from the clients to the server.
Each SQL comand executed from the ZQuery an ZReadOnlyQuery, to go off a database commands on the MS-SQL Server, making with what the network traffic and the use of the our systems stay bad, very bad.

For fix this problem, we create a propertie in TZQuery and TZReadOnlyQuery named GetMetadata.

Attach, the modified files.
You do not have the required permissions to view the files attached to this post.
gto
Zeos Dev Team
Zeos Dev Team
Posts: 278
Joined: 11.11.2005, 18:35
Location: Porto Alegre / Brasil

Post by gto »

Hello rpelisson!

I've donwloaded your units and it's clear that you're not using the latest Zeos version (Revision 177 from svn: svn://firmos.at/zeos/branches/testing). There are lots of new code, many bugfixes and more. You should download it and test, them, if it's necessary, make your own changes on it and send only the patch files, if you can ;)

For detailed help, MP or add me to msn, so we can talk in plain portuguese :)

[]'s
Use the FU!!!!!IN Google !

gto's Zeos Quick Start Guide

Te Amo Taís!
ogecrom
Fresh Boarder
Fresh Boarder
Posts: 11
Joined: 16.12.2005, 12:47
Contact:

Post by ogecrom »

Hello gto!

I've made this modifications to solve the same problem as rpelisson.

Here goes the svn patch.
You do not have the required permissions to view the files attached to this post.
Metal
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 08.09.2005, 08:05
Location: Sofia, Bulgaria
Contact:

Post by Metal »

Very elegant solution, ogecrom.
Its help me a lot. thank you all
Post Reply