Einzelnen Beitrag anzeigen

Starsky911

Registriert seit: 8. Feb 2008
Ort: Bremen
96 Beiträge
 
Delphi 11 Alexandria
 
#5

Re: Speicherverbrauch Zeoslib auf Postgres

  Alt 10. Mai 2008, 09:51
Delphi-Quellcode:
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Form1'
  ClientHeight = 236
  ClientWidth = 383
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 383
    Height = 236
    Align = alClient
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'Tahoma'
    TitleFont.Style = []
  end
  object ZConnection1: TZConnection
    Protocol = 'postgresql-8'
    HostName = 'localhost'
    Database = 'testdb'
    User = 'postgres'
    Password = 'postgres'
    Connected = True
    DesignConnection = True
    Left = 16
    Top = 48
  end
  object DataSource1: TDataSource
    DataSet = ZQuery1
    Left = 16
    Top = 144
  end
  object ZQuery1: TZQuery
    Connection = ZConnection1
    Active = True
    ReadOnly = True
    SQL.Strings = (
      'select * from kunde')
    Params = <>
    Left = 16
    Top = 96
  end
end
Die Datenbank läuft lokal.
Dieses verhalten ist aber auch mit
allen anderen Tabellen festzustellen.
Die Testtabelle hat keine übergroßen
Felder (keine BLOBS oder TEXT Felder)

Starsky
  Mit Zitat antworten Zitat