Login to database + getting table's data

  • Thread starter Thread starter Eitan M
  • Start date Start date
E

Eitan M

Hello,
I am looking for a simple code of login to db
of asp dotnet (vb dotnet code).
with user name + password & simple database.
When login to database - I want to see a table data with all it's columns.

Thanks :)
 
Eitan said:
Hello,
I am looking for a simple code of login to db
of asp dotnet (vb dotnet code).
with user name + password & simple database.
When login to database - I want to see a table data with all it's
columns.
The two asp groups you included in your crosspost are devoted to classic
asp, so you will be unlikely to receive help from there in the future. I
would suggest you go to www.asp.net and check out the many tutorials they
have there. If you have further questions, there is a message board at
www.asp.net. Or you can go to microsoft.public.dotnet.framework.aspnet.
(see? it has "dotnet" in its name)
 
CLASSIC ASP IS RELEVENT ASP.NET IS _BLOATWARE_

STICK A MOTHER ****ING CORK IN IT MVP FAG THEY KILLED VB FOR NO
REASON
 
1. Make a form with user/password. (htm)
2. Make an asp , and with Request.Form , take the parameters.
3. With a select and rs("user") get the data from the database and comparte
with use and password

.....

if

else


end if
 
Thanks for the attempt to help, but I doubt that Eitan is reading this,
given that he posted his original message more than a month ago...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top