Displaying 2 results from an estimated 2 matches for "promis".
Did you mean:
promise
2004 Jan 29
2
smbd pids
just noticed the following problem..
after running samba 302rc1(as pdc) for a few day's.
old SMBD pid's are left in the procces tree..
eating memory and cpu time, causing linux to overload and not function
annymore.
after stopping samba, the smbd pid's will stay.
stopping samba the 2nd time will do the trick, they finaly disapear...
so you have to stop samba twice.. ??
don't
2005 Dec 26
16
How to create application with single table with primary key
I''m trying without any succes to create application in which I have
one keyed table. The table structure is:
CREATE TABLE employees (
pin INTEGER PRIMARY KEY,
first_name VARCHAR(30) NOT NULL,
last_name VARCHAR(30) NOT NULL
);
Whenever I enter new record, I need the the filed pin is also filled
by user. Whenever a user edit the table, there should be option to
edit or not edit the