I would need some examples like connecting to MSACCESS , MSSQL, Firebird and MySQL(without using mySQL specific components) and WITHOUT using BDP (that is a must)
So I would need a simple example with a dbgrid that shows on runtime :) a dataset from a Query.
Thisa should not be difficult for a experienced programmer .
I do really need source code for it.
If you can give me answers for all the databases above I will raise the points.
Thanks
>>Could you give me a link for a project that does the above ?
The project is just a sample I made for you, Just start new winforms project, and add reference to System.Data.OleDb, and drop a button and dataGrid
and write the code above in OnClick event of button
for other DB, look at this site for the connectionString for many Databases
http://www.connectionstrings.com
if you need more info, just tell ;-)
Regards,
Mohammed