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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.net and MSQL

Status
Not open for further replies.

ola123

Technical User
Sep 16, 2005
52
JM
Hey,

I was wondering if MSQL could be the database used with asp.net instead of access (that what i was taught to use).

and if so what would be the better on to use.

Thanks in advance for you input.
 
asp.net has nothing to do with data access. that's what ADO.Net is for. if ADO.Net can connect to it then you can use the objects through out any code supported by .net.

asp.net is a framework for fulfilling uri requests. get/post, request/response, session/cookies, etc. Webforms is an html engine that uses asp.net to deliver the content.

BTW Access is a good choice for working locally with large amounts of data. it is a terrible choice for multi-user, multi-threaded applications.

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
thanks man

I probably need to go do some thorough research on asp.net and ADO

thanks though
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top