Data Grid Control Problem
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,
Re: Data Grid Control Problem
for source code check my post on http://www.codeguru.net/bbs/wt/showp...&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.