Allow to select title from comboBox then display for the select title

toytoy

Well-known member
Joined
Jul 16, 2004
Messages
46
Programming Experience
1-3
Hi..

I have one problem...

how to allow the user to select title from comboBox then display acording for the select title to the textbox...

I read that need to create two data Adapters...

I configure one with the SQl statement:

Select TItle, Author, ISBN FROM Books
WHERE Title = ?

But how to configure the other data adapter?

When i run with only one data Adapter, i get the error:

An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll

The error point to the code below Private Sub frmBooks_load(....
......dbRnR.Fill(DsBooks1) =error

Thanks
 
Back
Top