DaedalusPrime
Programmer
I'm trying to read some information in from a database to populate a bunch of textboxes in a form.
I'm using the oleDbConnection and oleDbReader classes to accomplish this. The database itself was made in Access and within Access, I can write SQL queries that are able to query any table in the database fine. However when I copy these statements into my code, only one of the tables opens up correctly.
I've checked my spelling in my SQL statements and ensured that I'm closing the database before trying to open it again but still no luck.
Thanks in advance for any help!
I'm using the oleDbConnection and oleDbReader classes to accomplish this. The database itself was made in Access and within Access, I can write SQL queries that are able to query any table in the database fine. However when I copy these statements into my code, only one of the tables opens up correctly.
I've checked my spelling in my SQL statements and ensured that I'm closing the database before trying to open it again but still no luck.
Thanks in advance for any help!