Well, thanks first.
I know that I can block the address of an webmail by using iptables if I know the webmail address. However my main problem is that there are lots of webmail in the internet. It is impossible to get all of the ip addresses and block them by iptables. Also, if the webmail...
I need to block all the webmail access not the IMAP. So I can't just use iptables to complete my task since I can't get the all the webmail ip from the internet.
I need to block webmail not IMAP. Although most of the webmail use IMAP to connect to their server, they use IMAP locally and just...
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?
....
....
...
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.