D
dejavue82
Hello fellow programmers!
My question concerns the scalability of database access. In coldfusion
(or php for that matter) for example, there seems to be only the
connected model for accessing a DB. On the other hand, there is asp.net
2.0, which provides disconnected and connected access.
Question: Would databinding to controls directly, in ASP.NET 2.0
(without the manual coding of ADO.net), be as affective (scalable) as
using the connected data access model in PHP/Coldfusion (which seems to
be the only way to access the db in these languages)?
Thank you for your time and help.
Regards,
Jim Light
My question concerns the scalability of database access. In coldfusion
(or php for that matter) for example, there seems to be only the
connected model for accessing a DB. On the other hand, there is asp.net
2.0, which provides disconnected and connected access.
Question: Would databinding to controls directly, in ASP.NET 2.0
(without the manual coding of ADO.net), be as affective (scalable) as
using the connected data access model in PHP/Coldfusion (which seems to
be the only way to access the db in these languages)?
Thank you for your time and help.
Regards,
Jim Light