Answered by:
Retrieving records urgent!!!!

Question
-
User-1890252405 posted
i need to retrieve records from access database based on primary key in asp.net
iam using vb and i need the code very urgently!!!!!!!!!!
Friday, May 28, 2010 2:30 AM
Answers
-
User-821857111 posted
Look at these examples: Parameter Queries in ASP.NET with MS Access
They show how to use parameters. Instead of FirstName and LastName, just change the SQL to accommodate your Key value.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, May 28, 2010 3:04 AM
All replies
-
User-821857111 posted
Look at these examples: Parameter Queries in ASP.NET with MS Access
They show how to use parameters. Instead of FirstName and LastName, just change the SQL to accommodate your Key value.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, May 28, 2010 3:04 AM -
User-1199946673 posted
and i need the code very urgently!!!!!!!!!!Maybe you should read one of Mike's other articles also...
Friday, May 28, 2010 3:11 AM -
User-1890252405 posted
does it work for ms access
Friday, May 28, 2010 4:05 AM -
User-1890252405 posted
i need code such that it takes information from other webpage such as username and retrieves the particular record!!
Friday, May 28, 2010 4:39 AM -
User-821857111 posted
does it work for ms accessLook at the title of the article when you read it properly this time.
Friday, May 28, 2010 9:04 AM