connect to sql2005
-
System.InvalidOperationException was unhandled Message="The '.NET Framework Data Provider for SQL Server' provider is not registered on the local machine." i,m getting this error when connecting to sql 2005 express edition. i used oledb data adapter can any one help me
-
System.InvalidOperationException was unhandled Message="The '.NET Framework Data Provider for SQL Server' provider is not registered on the local machine." i,m getting this error when connecting to sql 2005 express edition. i used oledb data adapter can any one help me
amilapradeep wrote:
i used oledb data adapter
Any particular reason why you used OleDb rather than the
SqlDataAdapeter
?
"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." --Charles Babbage (1791-1871) My: Website | Blog
-
amilapradeep wrote:
i used oledb data adapter
Any particular reason why you used OleDb rather than the
SqlDataAdapeter
?
"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." --Charles Babbage (1791-1871) My: Website | Blog
there's no important reason.i have use it for .net 2003 perfectly.that's only. should i use sqldataadapter?
-
amilapradeep wrote:
i used oledb data adapter
Any particular reason why you used OleDb rather than the
SqlDataAdapeter
?
"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." --Charles Babbage (1791-1871) My: Website | Blog
well i used sqldataadapter and it,s working.thanks
-
well i used sqldataadapter and it,s working.thanks
I'm glad it worked out for you.
"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." --Charles Babbage (1791-1871) My: Website | Blog