Hi guys
I am developing a website for the bureau of finance and economic development in my state, Tigrai.
Which one is suitable to use:
OleDb or AdoDb?

Recommended Answers

All 2 Replies

ADO is Active Data Objects a .NET class library that encompasses OleDB/ODBC and SqlClient you use the one depending on what DB your client has or you decide to implement.

If your using .NET I'd recomend MS SQL Server 2005 and SqlClient

System.Data.SqlClient namespace

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.