Click to See Complete Forum and Search --> : Data Grid Control Problem


curious
August 4th, 1999, 02:38 AM
Hi ,
Iam new to VB .. I wish to make a data grid control associated with a data base table. I want this to be implemented using ADO Connection rather than ADO Data Control..can anyone tell me how to do this..It would be useful if the code piece is also written...
Also can anyone tell me what data control should be used for Connectivity to SQL Server using ODBC.
Help would be really appreciated..

Cheers and thanks,

Lothar Haensler
August 4th, 1999, 02:48 AM
for source code check my post on http://www.codeguru.net/bbs/wt/showpost.pl?Board=vb&Number=4889&page=0&view=collapsed&sb=5#Post4889

You can assign the recordset object variable to the Databound Grid's DataSource property.

I'd use the ADO data control to access SQLServer.