Data Fetching - Class or Webservice
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, For fetching data from Access db should I put my fuctions in a Separate Class or use Webservices? Thanks, JJ
Create a separate project(classes) that handles all database stuff and reference that in your project. Sanjay Sansanwal www.sansanwal.com