I want to display a table in a VB form and display the records fetched from an SQL server table in the table in the VB form. how 2 do dis?

Easy way would be to use the ADODC (Activex Data Object Data Control) and bind the data grid to it but if you wanted more flexibility you could always use the ADODB (Activex Data Objects DataBase), which you will find under references and bind the datagrid to it. Then of course you could use one of the other grids that are not data aware but you would have to populate the grid yourself.

Any which way you go, there are examples and tutorials out there, all you need to do is use your friends (yahoo, google, ask, answers, bing) and use the correct keywords like "vb6 datagrid control tutorial".

Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.