|
 |
asp_web_howto thread: ado update vs sql update
Message #1 by "Pham, Khanh" <Khanh.Pham@d...> on Mon, 22 Jul 2002 09:37:08 -0400
|
|
Is there a performance difference between using ado update versus sql update
statement?
Thanks
Message #2 by "Alex Shiell, ITS, EB, SE" <alex.shiell@s...> on Mon, 22 Jul 2002 15:18:58 +0100
|
|
yes, running a SQL query will always have much better performance than using
ADO functions
-----Original Message-----
From: Pham, Khanh [mailto:Khanh.Pham@d...]
Sent: 22 July 2002 14:37
To: ASP Web HowTo
Subject: [asp_web_howto] ado update vs sql update
Is there a performance difference between using ado update versus sql update
statement?
Thanks
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
Message #3 by "Pham, Khanh" <Khanh.Pham@d...> on Mon, 22 Jul 2002 10:20:51 -0400
|
|
Thanks.
-----Original Message-----
From: Alex Shiell, ITS, EB, SE [mailto:alex.shiell@s...]
Sent: Monday, July 22, 2002 10:19 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: ado update vs sql update
yes, running a SQL query will always have much better performance than using
ADO functions
-----Original Message-----
From: Pham, Khanh [mailto:Khanh.Pham@d...]
Sent: 22 July 2002 14:37
To: ASP Web HowTo
Subject: [asp_web_howto] ado update vs sql update
Is there a performance difference between using ado update versus sql update
statement?
Thanks
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
|
|
 |