How to Create a Password? [message #383318] |
Wed, 28 January 2009 04:50 |
astraleader
Messages: 2 Registered: January 2009 Location: Germany
|
Junior Member |
|
|
Hi @ all,
i'm searching for an easy way to create a passwordfield, like it is possible in access.
When someone is looking into the table from access or tora etc. over odbc he should only see **** or something else.
The only thing i found is this:
CREATE TABLE mitarbeiter(
ma_nr NUMBER,
name VARCHAR2(30),
gehaltsgruppe VARCHAR2(9) ENCRYPT USING 'AES128');
But i dont know, if this is THE solution.
Sorry for the bad english, im from Germany.
Greets
Simon
|
|
|
|
|