Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Connection Method


Message #1 by huckkeon@t... on Thu, 21 Nov 2002 01:00:13
Among these methods for insert/update/delete operation,
-use recordset method
-use command method
-use con.execute
Which method is the best in terms of speed & efficiency for my ASP web 
applcation ? Or any other better solution ?
Message #2 by "Ken Schaefer" <ken@a...> on Thu, 21 Nov 2002 16:01:53 +1100
Command Object + Stored Procedures is recommended.

Conn.Execute(strSQL) is next

Recordset is last

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: <huckkeon@t...>
Subject: [asp_databases] Connection Method


: Among these methods for insert/update/delete operation,
: -use recordset method
: -use command method
: -use con.execute
: Which method is the best in terms of speed & efficiency for my ASP web 
: applcation ? Or any other better solution ?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Return to Index