473,387 Members | 1,517 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

ASP deal with message return from SQL Server

Can anyone tell or point me to articles on how an asp
application deals with messages returned from SQL Server?
Nov 18 '05 #1
2 1098
Michelle wrote:
Can anyone tell or point me to articles on how an asp
application deals with messages returned from SQL Server?


Michelle,
Check out the following MS KB articles
http://support.microsoft.com/default...b;EN-US;194792
http://support.microsoft.com/default...b;EN-US;308049

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP

Hire top-notch developers at
http://www.able-consulting.com
Nov 18 '05 #2
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...asp?frame=true

Also, there are many samples there, such as:
http://msdn.microsoft.com/library/en...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...netconnections.
asp?frame=true

#Data accessing in ASP.NET
http://msdn.microsoft.com/library/en...ataaccess.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.)

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: christian9997 | last post by:
Hi We have started off using a $_GET parameter to keep track of the user's browser: We detect what browser the visitor is using when he first arrives on our website then we do a redirect to...
8
by: dmiller23462 | last post by:
My brain is nuked....Can anybody tell me right off the bat what is wrong with this code? Along with any glaring errors, please let me know the syntax to display a message (Response.Write would be...
5
by: TomislaW | last post by:
I have integers in my database that can be null. I read them with SqlDataReader and show them to Repeater. Since integer can not be null in c#, I set null integer to -1. My project is 3-tier and it...
3
by: anoop | last post by:
Hello, I have written code in ASP.net 2.0 to insert the values in a SQL Server Database. the code is as follows Dim addemp As System.Data.SqlClient.SqlCommand = New...
10
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - Which newsgroups deal with javascript? ----------------------------------------------------------------------- ...
10
by: WebCM | last post by:
There is a function: http://paste.ubuntu.com/21865 It needs GMT date in YYYY-MM-DD HH:MM:SS format - in SQL: datetime. If date is the same as today, the function returns "Today". There is one...
2
by: mk | last post by:
Hello, I'm trying to learn how with statement can be used to avoid writing: prepare() try: something_that_can_raise_SomeException() except SomeException, err: deal_with_SomeException...
8
by: Nick | last post by:
Hi there, Membership.GetNumberOfUsersOnline() works great the first time, then jumps up to the number of users registered in the system. I have tried enumerating through each user individually...
0
by: Edwin.Madari | last post by:
if you can print out values of 'filemask', and 'thefile' variables, when it crashes, I can help. thx. Edwin -----Original Message----- From:...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.