Data retrieval with Access Data Source

Husamuddin

Member
Joined
Mar 26, 2010
Messages
8
Programming Experience
1-3
Im using ASP.n in Visual Studio 2008, coding with VB.

My web form includes an Access Data Source object linked to a DB in App Data.

How can I retrieve individual records to be used in the body of the web form?
 
G'd morning Husamuddin,
You would do exactly the same way you do in windows forms. Set a connection, get your data from qry/tbl/sproc and choose the control to display the result.
What exactly is what you don't know how to do? You may want to start here (Link copied from Cjard signature)
 
Last edited:
Back
Top