Search Results

1
vote
7answers
243 views

Using Objects across methods

Edit again: I think I get it now. All I need to do then is use the current class colon the class I want to be able to access? Person : Student, or person : teacher Is that corre …
0
votes
1answer
895 views

C# Access Database In use or Permission Failure

Hello, I'm using Access 2007 and C# to learn Databases. So far it's been rough but I've been able to handle things relatively well. What I need to do though is to query a my database table Accounts …