Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: unsure of declaring


Message #1 by "John Sen Yong" <yjohns@t...> on Fri, 2 Mar 2001 00:33:22 +0800
This is a multi-part message in MIME format.



------=_NextPart_000_00CE_01C0A2B0.62E6A380

Content-Type: text/plain;

	charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



hi..according to the beginning asp 3.0..it says we can connect using 

conection string......for e.g.



 objConn.Open "Provider=3DSQLOLEDB;Persist Security Info=3DFalse;" & _ 

"User ID=3Dsa;Initial Catalog=3DMovie;" & _ "Initial 

Catalog=3DMovie;Data Source=3Djohnsen"



it said this string will help database to be retrieved faster....

when i declaring this string, does it mean that i do not have to connect 

via odbc but using Native OLEDB Provider ?

please advice.....









  Return to Index