Click here to Skip to main content
15,911,789 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to add a rows in different tables in msaccess database using gridview control in asp.net


Thanks in advance
Posted
Updated 3-Jan-10 9:16am
v3

1 solution

Write SQL that selects the data from across the different tables. ASP.Net does not care that you're using Access ( until you have two many users and it stops working, of course ).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900