Click here to Skip to main content
15,902,939 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
Christian Graus21-Mar-08 14:24
protectorChristian Graus21-Mar-08 14:24 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
AAGTHosting21-Mar-08 14:33
AAGTHosting21-Mar-08 14:33 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
Christian Graus21-Mar-08 16:34
protectorChristian Graus21-Mar-08 16:34 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
AAGTHosting21-Mar-08 19:22
AAGTHosting21-Mar-08 19:22 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
Christian Graus21-Mar-08 19:37
protectorChristian Graus21-Mar-08 19:37 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
AAGTHosting22-Mar-08 15:26
AAGTHosting22-Mar-08 15:26 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
jimpar24-Mar-08 7:34
jimpar24-Mar-08 7:34 
GeneralIn order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
saini arun21-Mar-08 6:22
saini arun21-Mar-08 6:22 
I am getting error in the following code...

---------------------------------------------------------------------------------------

/*<br />
odbAdapter is an object of OleDBAdapter<br />
objConnection is an object of OleDBConnection<br />
ds is a datatset<br />
*/<br />
<br />
odbAdapter = New OleDbDataAdapter("select * from tblEmployeeAttendance", objConnection)<br />
<br />
ap.Fill(ds, "EmpAttendance")<br />
<br />
Dim i As Integer = ds.Tables(0).Rows.Count

---------------------------------------------------------------------------------------

When I add a watch on "ds.Tables(0).Rows" add check its Items property....
I see "In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user."

Following is the structure of tblEmployeeAttendance table in an MS Acceess database.

ID - AutoNumber
EmployeeCode - Text
AttendanceDate - date/Time
AttendanceCode - Text
AttendanceDescription - Text
AttendanceDescriptionDate - Date/Time

-------------------------------------------------

Do you have any idea about the cause of this error...?

Thanks,
Arun

“The woods are lovely, dark and deep. But I have promises to keep, and miles to go before I sleep.”

GeneralRe: In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
Kschuler21-Mar-08 6:47
Kschuler21-Mar-08 6:47 
GeneralRe: In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
saini arun21-Mar-08 6:57
saini arun21-Mar-08 6:57 
GeneralRe: In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
Kschuler21-Mar-08 7:47
Kschuler21-Mar-08 7:47 
GeneralRe: In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
saini arun21-Mar-08 8:09
saini arun21-Mar-08 8:09 
GeneralProgress Bar Update on Button Push Pin
Travis James21-Mar-08 6:12
Travis James21-Mar-08 6:12 
GeneralRe: Progress Bar Update on Button Push Pin
Kschuler21-Mar-08 6:50
Kschuler21-Mar-08 6:50 
GeneralDragging graphics images Pin
cstrader23221-Mar-08 6:08
cstrader23221-Mar-08 6:08 
GeneralRe: Dragging graphics images Pin
Christian Graus21-Mar-08 11:28
protectorChristian Graus21-Mar-08 11:28 
GeneralEncrypting the zip file Pin
snagashree21-Mar-08 0:09
snagashree21-Mar-08 0:09 
GeneralRe: Encrypting the zip file Pin
Christian Graus21-Mar-08 11:28
protectorChristian Graus21-Mar-08 11:28 
GeneralRe: Encrypting the zip file Pin
Autodev2-Apr-08 21:46
Autodev2-Apr-08 21:46 
General็How to get path of application if it isn't Windows Form Pin
Krirk20-Mar-08 22:08
Krirk20-Mar-08 22:08 
GeneralRe: ็How to get path of application if it isn't Windows Form Pin
Luc Pattyn21-Mar-08 1:44
sitebuilderLuc Pattyn21-Mar-08 1:44 
GeneralRe: ็How to get path of application if it isn't Windows Form Pin
Krirk21-Mar-08 2:15
Krirk21-Mar-08 2:15 
GeneralHandling button click for equation Pin
Erin020120-Mar-08 10:40
Erin020120-Mar-08 10:40 
GeneralRe: Handling button click for equation Pin
Christian Graus20-Mar-08 11:30
protectorChristian Graus20-Mar-08 11:30 
GeneralAccessing a Custom Cursor In a Resource Folder Pin
bnjneer20-Mar-08 7:09
bnjneer20-Mar-08 7:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.