Vamos estudar agora o componente ZQuery, são muitas propriedades e métodos importantes estudados nos videos anteriores, mas neste vídeo vamos falar a respeito da propriedade “Datasource” e porque é melhor usá-la em detrimento de LinkedFields, MasterFields e MasterSource. Este vídeo faz parte de um artigo bem importante: Usando o Zeos – ZQuery Que também faz […]
Category: Database
Banco de Dados erm geral
Now let's study the ZQuery component, there are many important properties and methods studied in the previous videos, but in this video we are going to talk about the CachedUpdates property. This video is part of a very important article: Using Zeos – ZQuery Which also makes Lazarus Survival Guide: Lazarus IDE – Survival Guide
We are now going to study the ZQuery component, there are many important properties and methods studied in the previous videos, but in this video we are going to break down AutoCalcFields and the OnCalcFields event and some important tips. This video is part of a very important article: https://gladiston.net.br/programacao/lazarus-ide/usando-o-zquery/ Which also makes the Lazarus Survival Guide: https://gladiston.net. br/programacao/lazarus-ide/
Now let's study the ZQuery component, there are many important properties and methods, but in this video we will break down three of them: Connection, Active(Open/Close) and FetchRow and some important tips about data pagination. This video is part of a very important article: Using Zeos – ZQuery Which also makes the Lazarus Survival Guide: https://gladiston.net.br/programacao/lazarus-ide/
After breaking down the ZConnection component, let's now study the ZQuery component, property by property. There will be several videos in the series. This is just the first in the series, try to watch them in order. This video is part of a very important article: https://gladiston.net.br/programacao/lazarus-ide/usando-o-zquery/ Which also makes the Lazarus Survival Guide: https://gladiston.net. br/programacao/lazarus-ide/
Using the ZQuery/Zeos Component
Zeos é uma suite de acesso a base de dados para Delphi e Lazarus/FreePascal. O Objetivo dessa suite ser uma framework completa de acesso as mais variadas base de dados. No artigo a seguir, estudaremos um de seus principais componentes: ZQuery. Este componente é o responsável por executar sentenças SQL como inserir, atualizar e excluir […]
Um problema a ser evitado é achar que parâmetros dentro de uma query são como macro-substituições, uma especie de Search/Replace dentro de queries, pois não são. Parâmetros são formas de identificar para o servidor SGBD a possibilidade de repetição de uma mesma sentença SQL, daí ele passará a se lembrar dos parâmetros necessário e quais […]