emblewembl
Programmer
Hi All, I have been working with Classic ASP for some time and am totally familiar with working with SQL databases etc,. But I am having trouble getting the basic info for connecting to an SQL database using ASP.Net. I have notcied some examples seem to have this at the top (or something similar) :
Can someone explain to me what this is?!! Also, just to get started I am trying to build a page which connects to my SQL database so that I can write some of the information to the screen. Can anyone give me an example?
Thanks!! i love chocolate
Code:
<%@ Import Namespace="System.Data.OleDb" %>
Thanks!! i love chocolate