Bahatmut
Active member
Forgive the post if this is the wrong forum. I am new to .NET studio. I was self learning VB6, but had a major comp crash, and now only have .NET studio. My question is this. I am trying to complete a very very simple Access Database project. I was able in VB6 to use the .seek and .find to read in and compare a single field from each record in a single table and test it for what I needed. It appears that in .NET Microsoft has gone out of their way to ensure this is no longer possible. Does anyone know how I might be able to accomplish this. The VB6-VB.NET upgrader DOES NOT work properly and fails to return anythign but gibberish when I try and upgrade the old code, even though all I had was a ery outdated backup copy. I do not need data grids, or massive table displays, I am merely tryign to test if a value is present in any of the table's records.
Resolved - Thank you for the help. I had to keep witht he OleDbDataReader setup, as since I'm still learning, changing designs only confuses me more simply. I thank you for your input and prodding in a direction I needed.
Resolved - Thank you for the help. I had to keep witht he OleDbDataReader setup, as since I'm still learning, changing designs only confuses me more simply. I thank you for your input and prodding in a direction I needed.
Last edited: