Search found 5 matches

by Luzcka
06.07.2010, 15:51
Forum: 6.6 - stable
Topic: ZEOS database component like TDabatase or TIBDatabase
Replies: 25
Views: 4275

Hi Mdaems! The passwords stored in memory should be encrypted, since the memory can be scanned for malware, the best course would not store the password, but a hash, but this does not apply in this case. The storage of passwords is not recommended and is considered a security hole ... I can not say ...
by Luzcka
13.04.2010, 18:38
Forum: 6.6 - stable
Topic: ZEOS database component like TDabatase or TIBDatabase
Replies: 25
Views: 4275

The password storage is very dangerous... if it is necessary try encrypt and decrypt it inside Get_ and Set_ methods! :wink:
by Luzcka
19.02.2010, 02:26
Forum: Documentations
Topic: [ KB ] How To Get Firebird / Interbase Connected Users
Replies: 1
Views: 3784

With Firebird 2.1 use: SELECT a.MON$ATTACHMENT_ID, a.MON$SERVER_PID, a.MON$STATE, a.MON$ATTACHMENT_NAME, a.MON$USER, a.MON$ROLE, a.MON$REMOTE_PROTOCOL, a.MON$REMOTE_ADDRESS, a.MON$REMOTE_PID, a.MON$CHARACTER_SET_ID, a.MON$TIMESTAMP, a.MON$GARBAGE_COLLECTION, a.MON$REMOTE_PROCESS, a.MON$STAT_ID, a.RD...
by Luzcka
28.03.2008, 20:01
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem with Oracle TIMESTAMP
Replies: 2
Views: 964

Thank you!!!
I´m see your links!
by Luzcka
23.03.2008, 22:29
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem with Oracle TIMESTAMP
Replies: 2
Views: 964

Problem with Oracle TIMESTAMP

Hi! TzTable gerate a Exception on open a Oracle table with TimeStamp Fileds, internally see the problem with EncodeTime, the routine try to use a Milisec param with value 1000 (max value is 999)! I´m post some recors with TimeStamp and show the records! but... closing the application and reopen it A...