Hi, I'm newer in progress but i have a big trouble, I have progress 9.1e Installed. So I made a web application in C# .NET.
In my database I have just one user created, because I validate it in another table only if the user logged is valid.
But when I tried to connect to the dabase I used the Odbc with this user and all is Ok. The problem is when i try to validate the user logged, because I used the next query:
"select count(*) from pub.myuser a where a.user_id = " + Vuser + " and a.pass = " + vpass.
then the field a.pass is enconded by progress and with this query execute in C# .NET is not working.
Are there another way to validate this user ?
Please I need your help.
Tks
In my database I have just one user created, because I validate it in another table only if the user logged is valid.
But when I tried to connect to the dabase I used the Odbc with this user and all is Ok. The problem is when i try to validate the user logged, because I used the next query:
"select count(*) from pub.myuser a where a.user_id = " + Vuser + " and a.pass = " + vpass.
then the field a.pass is enconded by progress and with this query execute in C# .NET is not working.
Are there another way to validate this user ?
Please I need your help.
Tks