Retrieve from MSAccess
-
hello, I'm working on a C# windows application. I've managed a connection with an MS Access Db, but I'm having a problem with retrieving a single cell from a table. Can someone please post a sample statement of retrieving and converting it to string? Thanks in advance.
-
hello, I'm working on a C# windows application. I've managed a connection with an MS Access Db, but I'm having a problem with retrieving a single cell from a table. Can someone please post a sample statement of retrieving and converting it to string? Thanks in advance.
-
hello, I'm working on a C# windows application. I've managed a connection with an MS Access Db, but I'm having a problem with retrieving a single cell from a table. Can someone please post a sample statement of retrieving and converting it to string? Thanks in advance.
Create a
DataTable
. Once you have established a connection, use aTableAdapter
to fill theDataTable
. Once you have done that, it's as simple as getting the data from aDataTable
.I'm going to become rich when I create a device that allows me to punch people in the face over the internet. "If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer