Does any out there know how to make connection on the system in order to retrive data online using ASP files? I went some related web sites and am still not clear about what to do. SQL database and ASP are both ready on the system. How can I use them more efficiantely? Example, I put a form on the web asking user to fill first name and last name, then how to use those data to find record from SQL database. In the ASP file, how to get the online info, pass to database, then display the specific record back online? THANKS.