Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to connect asp with sql server.......?

Write some code for connectivity between sql server and ASP...

Answer Posted / thimmaiah

<%
Set conn=Server.CreateObject("ADODB.Connectiion")
Con.Provider="sql Sever Repulication OLEDB Provider for DTS"
conn.Open "C:/Programfile/Personnel
Records/Switching_Employee.Mdb"
set Rs=Server.createObject("ADODB.Connection")
Rs.OPen "Employee",conn
%>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between aspx and razor?

1010


what is diff c#and vb.net what is .net framework 3.5 what is webservice with expmles

2658


Explain the difference between server.transfer and response.redirect?

994


Can be arrays resized by using the keyword redim?

989


Define the asp scripting objects?

1071


Enter the roll number of a student and get his marks from a database file called MARKS. Use an ASP code for the same

2450


How do I add aspx page to visual studio?

974


When did classic asp come out?

1040


how to configure asp.net website in vs2008. and the projects devoloped in 2005 can be run in 2008

1924


What are the asp objects?

1050


how to delete windows application in vs.net

2072


What is asp in web design?

995


What does aspx stand for?

971


Which asp object is often used to retrieve user information from forms?

1165


textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.

1720