SqlDataAdapter can it be used to access oracle db?
Yes it says sql, but can it be used for oracle?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No – at least, not directly, you can of course execute SQL Server queries (SqlDataAdapter is SQL Server specific) that access data from Oracle, but you’ll need a SQL Server involved. Check out Oracle and ADO.Net on MSDN instead.