I am slowing get my head around the concept of treating tables as collections of rows as vb.net seems to prefer. However, I have an indexed table in an Access database that I want to scan. I want to match a certain field but don't want to issue one select statement
I have an VB program accessing Access DB in the back. This program runs on about 40 machines. However, there are two of them doesn't work (Windows XP SP2 and Office 2003). The message is: "Run-time error 3706:
How do you use this? I am trying, but getting an error that says that the recordset does not support them and that it may be the fault of either the provider or the cursortype. What I have not seen is anything telling me what cursortype I should be using. The provider is MS SQL ...