Y
yma
Hello,
I tried to display a column in MS Access 2000 nwind.mdb using 3 data
controls. But I got "It is
already opened exclusively by another user, or you need permission to view
its data." I put ole DataAdapter, Connection and dataset controls and fill
in the properties of the listbox. The only code I have is
OleDbDataAdapter1.Fill(DataSet11, "employees") in page_load sub.
Then I tried to use my local sql server 2000. SqlDataAdapter1.fill() caused
an unhandled system error. Could you show me how to use data controls to
display data in data bound controls, such as listview control?
By the way, I can write code to display a column in MS Access 2000 nwind.mdb
without using 3 data controls.
I used samples from Mastering Visual Basic.net from SYBEX. They do not work
either. If you know samples from some web site, please give me the links.
Thank you.
Chris
I tried to display a column in MS Access 2000 nwind.mdb using 3 data
controls. But I got "It is
already opened exclusively by another user, or you need permission to view
its data." I put ole DataAdapter, Connection and dataset controls and fill
in the properties of the listbox. The only code I have is
OleDbDataAdapter1.Fill(DataSet11, "employees") in page_load sub.
Then I tried to use my local sql server 2000. SqlDataAdapter1.fill() caused
an unhandled system error. Could you show me how to use data controls to
display data in data bound controls, such as listview control?
By the way, I can write code to display a column in MS Access 2000 nwind.mdb
without using 3 data controls.
I used samples from Mastering Visual Basic.net from SYBEX. They do not work
either. If you know samples from some web site, please give me the links.
Thank you.
Chris