|
-
Nov 18th, 2002, 11:50 AM
#1
Thread Starter
New Member
Db2 & Datagrid
Hi,
I need to populate the search results from a DB2 table into the datagrid..Can someone help me with this?
my connection is as shown below..
Dim cString As String = "Provider=IBMDADB2.1;Password=" + sPW + ";User ID=" + sUID + ";Data Source=" + sDS + ";Connect Timeout=45"
Dim cn As OleDbConnection
cn = New OleDbConnection()
cn.ConnectionString = cString
cn.Open()
I am trying to use OleDbDataAdapter,OleDbCommand,DataSet to load the datagrid with the search results.
Please some one help me!
Thanx a Bunch in Advance.
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
|