HOWTO: NEWBIE: Query Data from Access Using ADO.NET?

  • Thread starter Thread starter Don Wash
  • Start date Start date
D

Don Wash

Hi There!

How to query Access DB using ADO.NET and get Recordsets?

e.g. I want the following sql...

SELECT * FROM Authors

query Access DB using ADO.NET and returned records will be displayed in a
drop-down box in ASP.NET.

Please help! Thanks in advance!

Don
 
May be this will help you?

How To Retrieve and Display Records from an Access Database by Using
ASP.NET, ADO.NET, and Visual C# .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;308100&Product=adonet

Hi There!

How to query Access DB using ADO.NET and get Recordsets?

e.g. I want the following sql...

SELECT * FROM Authors

query Access DB using ADO.NET and returned records will be displayed in a
drop-down box in ASP.NET.

Please help! Thanks in advance!

Don
 
Back
Top