hey ,hey guys , i can't find the dataset
-
hey , please i tried to use dataset in the web devoloper express 2005 but i didn't find it ? i don't know why ? i think that the new that .net brought is this datset to allow us do the update of the data in local before send it back to the DB can somebody help me please ?
try to be good if you can't be the best
-
hey , please i tried to use dataset in the web devoloper express 2005 but i didn't find it ? i don't know why ? i think that the new that .net brought is this datset to allow us do the update of the data in local before send it back to the DB can somebody help me please ?
try to be good if you can't be the best
How do you mean you tried to find it? It is there.
Mohammed Amine wrote:
i think that the new that .net brought is this datset to allow us do the update of the data in local before send it back to the DB
If by this you mean that it is different from the old asp recordset, then yes, it is totally disconnected from the DB. You'll need to be a bit more specific with your question before you get a reasonable answer...
-
How do you mean you tried to find it? It is there.
Mohammed Amine wrote:
i think that the new that .net brought is this datset to allow us do the update of the data in local before send it back to the DB
If by this you mean that it is different from the old asp recordset, then yes, it is totally disconnected from the DB. You'll need to be a bit more specific with your question before you get a reasonable answer...
no i didn't mean that , i worked with asp.net 1.1 in the data prts in the toolbox you see the dataset object & the connection object .... but in the web devoloper express edition i didn't find that dataset even when i tried to declare an object with code i didn't find it imports system.Data.sqlclient dim DtSet as new Dataset as you see i called the namespace & i tried to write that line to declare the dataset but i didn't got that data set class , when you write new and you do a space you can't see "DataSet" i hope you understood me thank you
try to be good if you can't be the best
-
no i didn't mean that , i worked with asp.net 1.1 in the data prts in the toolbox you see the dataset object & the connection object .... but in the web devoloper express edition i didn't find that dataset even when i tried to declare an object with code i didn't find it imports system.Data.sqlclient dim DtSet as new Dataset as you see i called the namespace & i tried to write that line to declare the dataset but i didn't got that data set class , when you write new and you do a space you can't see "DataSet" i hope you understood me thank you
try to be good if you can't be the best
Try
Imports System.Data
dim DtSet as new Dataset
-
Try
Imports System.Data
dim DtSet as new Dataset
ok i will thnx , but i'm wondering will it work just like in the previous versions ?
try to be good if you can't be the best
-
ok i will thnx , but i'm wondering will it work just like in the previous versions ?
try to be good if you can't be the best
thank you very much , it worked very well:) hey , can i ask you for an other thing please ? well , i will post that question over like that everybody can help ok ? thnx
try to be good if you can't be the best
-
hey , please i tried to use dataset in the web devoloper express 2005 but i didn't find it ? i don't know why ? i think that the new that .net brought is this datset to allow us do the update of the data in local before send it back to the DB can somebody help me please ?
try to be good if you can't be the best
Add new item, select DataSet works in VS2005 Professional Cheers Al