How is this done in VB.Net? I have the following code but it is not working:
rsGetNotes.Open("GetNotes"), CN, ADODB.CursorTypeEnum.adOpenStatic)
I would have thought that the results of this recordset would now be located in rsGetNotes.Fields(0).value, but the recordset never even opens. What am I doing wrong?
Thanks!
rsGetNotes.Open("GetNotes"), CN, ADODB.CursorTypeEnum.adOpenStatic)
I would have thought that the results of this recordset would now be located in rsGetNotes.Fields(0).value, but the recordset never even opens. What am I doing wrong?
Thanks!