ASP deal with message return from SQL Server

M

Michelle

Can anyone tell or point me to articles on how an asp
application deals with messages returned from SQL Server?
 
S

Steven Cheng[MSFT]

Hi Michelle,


Thank you for using Microsoft Newsgroup Sevice. Based on your description,
you are wanting some tech aritcles on how to deal with messages returned
from the SQLServer. Does the "messages" you mentioned means the Datas for
recoreds retrieved from the DataBase, or you just want some tech articles
on how to do data operations with SQLServer in ASP(ASP.NET)? Please correct
me if my understanding is not quite exact.

As for the data operations in ASP or ASP.NET, generally we can use certain
set of Data Access Components, such as ADO, ADO.NET. The ADO componetns is
a group of COM components which is widely used in ASP application. And to
use ADO component in ASP web application is as same as in a VisualBasic
appliation, for information on "Programming ADO SQL Server Applications",
you can visit the following weblink:
http://msdn.microsoft.com/library/en-us/adosql/adoprg01_1kwv.asp?frame=true

Also, there are many samples there, such as:
http://msdn.microsoft.com/library/en-us/samples/samples_2o1f.asp?frame=true

If you are dealing with SQLServer in ASP.NET web applications, I could use
the newer and more powerful components ADO.NET, it also provide the
funcitonality of dealing with the Database. For articles or tutorial on how
to use ADO.NET you can visit the following weblinks:
#connect datasource using ADO.NET
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconadonetconnections.
asp?frame=true

#Data accessing in ASP.NET
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconaspdataaccess.asp?
frame=true

Also, you can search for more other tech articles or reference in MSDN
Library as the topic you like. If you have any questions please feel free
to let me know.


Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top