DataSize

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
hezi
Posts: 1
Joined: Thu 22 Dec 2016 09:19

DataSize

Post by hezi » Thu 22 Dec 2016 09:42

Hello,

I wanted to ask few questions:
1. Does SDAC will always bring all the schema from the database?
2. Return value of DataSize is affected by this defined schema?
3. Can I disconnect this schema in order to improve performance?

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: DataSize

Post by azyk » Tue 27 Dec 2016 11:58

1. Please specify in more detail what you mean - obtaining data/meta information/schemes list, available to user/etc.

2. Specify what class the DataSize property belongs to

3. Describe in more detail what you mean by disconnecting a specific scheme.

Post Reply