How to manipulate an Access database with SQL and C# in Visual Studio 2010 -


i'm trying run sql commands on connected access database , show results, i've built sql queries in design view of dataset unable view them on main forms' datagrid, using c# in vs 2010.

how execute sql commands on connected access database , view them in datagrid on main form?

please help


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -