Göran Andersson wrote:
An SqlDataSource is for use with SQL Server, you can't use it with any
other driver.
Use an OdbcDataSource or OleDbDataSource, depending on what the driver uses.
Thanks for the reply... I do have a followup question though.
Eventually I will be connecting to Oracle; I was hoping all I'd have to
do with the source change was change the connection string. At any
rate,
http://msdn2.microsoft.com/en-US/lib...atasource.aspx
says I can use a SqlDataSource for any relational database where SQL is
used. So is this a misprint and it should read the SqlDataSource is
for SQL Server only?