My back end SQL code will be sending me data of 8 teams along with their points arranged according to points(descending order).
I mean it will be sending in the IPL points table.
How do I show this data in VB?
Printable View
My back end SQL code will be sending me data of 8 teams along with their points arranged according to points(descending order).
I mean it will be sending in the IPL points table.
How do I show this data in VB?
How do you want to show it?
What is the data?
Is it one thing? Two things? Three things? A whole bunch of stuff?
Create an ODBC DSN and use the Data Form Wizard (Add-Ins>Add-In Manager).
Good Luck