If a master table and a detail table is linked one-to-many, what is the behaviour of the detail TTable /TADOTable?
Is it retrieving all the records and then filter the corresponding records? Or, just retrieve the corresponding records from the table?
Thx.
If I use TTable / TADOTable with filter property, the filtered records are displayed. Is the dataset retrieving all the records in the table and just display the filtered records to us? Or, it only retrieve the filtered records from the table and with a new retrival if I changed the filter...
My system is running RH7.3.
I am getting the following error when running fsck on hdc10.
I can't access it. How can I get my data back from this partition?
Attempt to read block from filesystem resulted in short read while checking ext3 journal for /dev/hdc10
Pls help.
Thx.
I am using crystal report 8. I want to use ttx definition file instead of linking to database in design time.
Can anyone tell me what is the mapping of the field types in crystall report and the real table field type?
For example, I don't know what field type should I use in Crystal Report...
What is the difference between using a unit after interface section and implementation section?
When should I place a uses statement after interface and after implementation?
Ex:
unit MyUnit;
interface
uses
Windows, Messages, SysUtils, Forms,
MyUsesUnit; // uses here?
....
....
...
If I have 2 broadband lines from 2 different ISP and these lines are connected to a single linux gateway. All my clients behide the linux box will uses these two lines to access the internet. Now I want to have a more statable internet connection for my clients such that if one of the...
Hi,
How to sync. the tables in the databases with different location? For example, there are 1 head office and 2 branch offices and each has the same database structure in its local server. However the data in these databases should be sync. after office hour. i.e. A sync. operation/program...
I have a RH9 gateway and there are some user account on it. I have enabled the ssh tunel feature because I needed to remotely administer the internal machines. However I don't want the other users on the gateway using the tuneling feature. How can I disabled this feature in sshd for some...
When I include the shlobj.h in my cpp file, there is always a compile error with:
"Multiple declaration for FVSHOWINFO"
"Earlier declaration for FVSHOWINFO"
"Multiple declaration for FOLDERSETTINGS"
"Earlier declaration for FOLDERSETTINGS"
....
....
...
I have received a mail from logwatch like this:
--------------------- Cron Begin ------------------------
**Unmatched Entries**
DEATH (can't open or create /var/run/crond.pid: No space left on device)
---------------------- Cron End -------------------------
------------------ Disk...
char *c;
char *s10;
char *s50;
c=new char;
s10=new char[10];
s50=new char[50];
How should we free these memory correctly?
delete c;
delete s10;
delete s50;
Are these correct?
Thanks.
How can I use TServerSocket in my working thread?
I have created a TServerSocket in my thread and then set the properties and the event handler. However when a client try to connect to the server, there are nothing happen in the thread and no server socket event has been called.
Pls help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.