is it possible that each column of listview in vb.net have each mysql query
LISTVIEW
example:
column 1 = "select assets from tble where month='january';
column 2 = "select assets from tble where month='febuary';
i have a problem in monthly comparative;
i have to select the values in only one mysql column and show it in two listview column.
thanks.
LISTVIEW
example:
column 1 = "select assets from tble where month='january';
column 2 = "select assets from tble where month='febuary';
i have a problem in monthly comparative;
i have to select the values in only one mysql column and show it in two listview column.
thanks.