Password function

2002-04-02 Thread Ramiro Varandas Jr
I think that this question might be kinda of stupid for all of you but I couldn't find a good answer... When we use the MySQL internal function - Password('string') - MySQL inserts that string codified into the database, so that people that look for that doesn't know the real password. But i

Password function still doesn't working

2002-04-02 Thread Ramiro Varandas Jr
I thank all the people that helped me... was very usefull, I tried each one... But i'm using ASP with a DSN Connection Check the code: Set MyConnection = Server.CreateObject(ADODB.Connection) MyConnInfo = DSN=MyDSN;UID=MyUser;PWD=MyPass; MyConnection.Open MyConnInfo SQL = INSERT INTO user