dataset
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
i have create datasets before and now when i apply:
Imports system.data
it says this namespace cannot be found. why is that? -
i have create datasets before and now when i apply:
Imports system.data
it says this namespace cannot be found. why is that?first thing's first... check to ensure you've created a project reference to the system.data module. for certain types of projects they're not created by default.
-jim
-
first thing's first... check to ensure you've created a project reference to the system.data module. for certain types of projects they're not created by default.
-jim
thanx