|
Q.
I understand how to get the data into a dataset. Thats when things get murky, I don’t know how to get data out and into a variable, for manipulation, then back in. Also is there a name space I must add?
You know how in PHP, when you get returned values in a array then you access the array to change the value or view it. The data is stored in a variable that can be manipulated then sent back to updated in the db.
My problem is how does ASP do this? ‘For instance, Let say I have a users form info, how do I take that info and insert it into the dB? ‘
Please help, this appears to be one of my last hurdles of understanding for what I need to know,
To reasonable start programming in ASP
I have tried to find information on this subject, but people avoid it. I'm missing something!
Are there example I can view of this process?
Thanks anyone!
|