Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating a web site search from sql with a secure login

Status
Not open for further replies.

tipifire

Technical User
Jan 8, 2001
61
US
what is the best way to create a web page that searches a sql database with the persons having secure login with a way track what they do so we can charge for certian features and show tiff images if requested? The sql database is about 9 gigabytes in ize right now.

The perfection we strive for should be our acceptance of imperfection and to gain answers to our problems, we should always add the unknown as one possibility
 
[tt]You need to read/research these topics:

Introduction to ASP
VBScript
ODBC Connections
Creating a Recordset
SQL Insert/Update tutorial

It would be way to dedious to try to teach the process within this forum and you'd be better off doing some heavy reading and implementation. Then comeback and post "problems" with making the code work.

[tt]

google.gif
[sup]​
 
yea i was afraid someone was going to say this. I already learned ms Sql and some code. I was trying to figure which code to learn? delphi, c++, VB, or ?. odbc connections i know some but not enough. Creating a record set? I'm not forsure what you mean by that? SQL is covered. I took the sql developer course. but i know sql works with xml. But I'm still looking for the best and good secure way about it...

The perfection we strive for should be our acceptance of imperfection and to gain answers to our problems, we should always add the unknown as one possibility
 
Well, if you're going to learn one and work hard at it, learn ASP.NET but, you're still going to need to get familiar with my previous suggestions to fully understand it. The logic is simply is the syntax what kill you.

I would suggest typing into google what you want to learn and adding tutorial to it to find many many hits to choose from.

Goog luck
 
ok thank you will do. Thanks for your help

The perfection we strive for should be our acceptance of imperfection and to gain answers to our problems, we should always add the unknown as one possibility
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top