c# MySQL script
Hi everyone,
i'm trying to write a script for reading data from MySQL server by c# windows application.
the question is: how can i read all data from ALL tables that is inside the data base? so it is not specific table that must be read.
the script must look inside the database and than read ALL data from ALL available tables inside the database. by the way i'm using dataset to fill datagrid
i will be very grateful and glad if someone could help.
|