ADO.NET Question:
Does SQLClient and OLEdb class share the same functionality?
Answer:
No, each have its own functionality,
ex : for sql client , there is SqlConnection object
and for oledb client , there is OleDBConnection
ex : for sql client , there is SqlConnection object
and for oledb client , there is OleDBConnection
Previous Question | Next Question |
What is the difference between data reader and data set? | why edit is not possible in repeater? |