Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_ado_rds thread: Why RDS? Why not connect using SQL's own driver?


Message #1 by Steve Carter <Steve.Carter@t...> on Mon, 8 Oct 2001 10:32:41 +0100
We deploy fat clients across the internet which currently connect thru RDS

to an SQL server box at our main office.  Today my boss asked why we don't

just use SQL's native driver since you get to specify the server there.  



I couldn't answer because I'd forgotten :-)



I'm sure we had a good reason for using RDS rather than SQL's native

drivers.  Anyone got suggestions?



Ta.

Message #2 by "David Billingham" <db@p...> on Mon, 8 Oct 2001 10:46:48 +0100
Hi Steve



Try it and you'll find out why (eventually)..



There's the speed issue and also you will be connecting people to your

SQLServer box for longer periods rather than using connections on the IIS

server that allows your RDS access and hence allows connection pooling

server side.



Stick with RDS!



HTH



David Billingham





----- Original Message -----

From: "Steve Carter" <Steve.Carter@t...>

To: "ASP_ADO_RDS" <asp_ado_rds@p...>

Sent: Monday, October 08, 2001 10:32 AM

Subject: [asp_ado_rds] Why RDS? Why not connect using SQL's own driver?





> We deploy fat clients across the internet which currently connect thru RDS

> to an SQL server box at our main office.  Today my boss asked why we don't

> just use SQL's native driver since you get to specify the server there.

>

> I couldn't answer because I'd forgotten :-)

>

> I'm sure we had a good reason for using RDS rather than SQL's native

> drivers.  Anyone got suggestions?

>

> Ta.

  Return to Index