Question:
what is the coding for database connection in ASP?
Sharda P
2007-03-18 02:11:17 UTC
I want the coding for connection to MS-access using ASP.
I want the code for finding the record in Database.
Four answers:
2007-03-18 07:48:57 UTC
http://www.asp101.com/samples/
outlaw
2007-03-18 02:53:41 UTC
ASP is not a language. U better take a decision about what language you want to use for designing ASP page. Then search connection code for that particular language.
night fox
2007-03-19 12:15:20 UTC
now for running aps files on ur system (if ur using windows xp)ull need IIS - INTERNET INFORMATION SERVICES....



ull have to install IIS first which is available with the windows xp cd.



now if u have installed IIS on ur system



the and ur default drive is c:\



then goto



c:\Inetpub\iissamples\sdk\asp\database\



in this folder ull find all the asp files that r need which have the database coding



now in asp u can use 2 types of scripts



one is vb script and the other is java script



in the above mentioned folder ull find examples with both the scripts....



u dont need to go to any sites and if u need any specific codes in asp then u can visit this site



www.codeproject.com/asp/



this is where u can get any and every type of code u want .....have fun.........
abd
2007-03-18 02:15:01 UTC
try ADO.net


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...