|
-
August 4th, 1999, 02:38 AM
#1
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,
-
August 4th, 1999, 02:48 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|