hi friends
Is it possible to load ms access tables in datagridview and open selected table in another datagridview just like opening a selected table using combo box?
can someone provide me with a sql statement . when I run the sql I get the following error
Could not find file 'C:\Documents and Settings\user\My Documents\Visual Studio 2010\Projects\winform1\bin\Debug\INFORMATION_SCHEMA.mdb'.
Select * from INFORMATION_SCHEMA.TABLES where table_name like 'E%'
any help would be appreciated.