-----------
Tarek M. Siala
Software Developer
http://tarksiala.blogspot.com
Post your code, your post is not very clear to just give you a solution
based on it.
"Tark Siala" <tark...@icc-libya.com> wrote in message
news:OcxbwADB...@TK2MSFTNGP04.phx.gbl...
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant, Dad, Grandpa
Microsoft MVP
INETA Speaker
www.betav.com
www.betav.com/blog/billva
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
"Tark Siala" <tark...@icc-libya.com> wrote in message
news:OcxbwADB...@TK2MSFTNGP04.phx.gbl...
I am very curious why you use the datareader instead of a dataadapter to
fill your datatable.
You are payed by row or something?
Cor
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant, Dad, Grandpa
Microsoft MVP
INETA Speaker
www.betav.com
www.betav.com/blog/billva
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
"Cor Ligthert[MVP]" <notmyfi...@planet.nl> wrote in message
news:C6CEC38D-3473-4547...@microsoft.com...
> Cor, I suggest you leave the comedy to the professionals... ;)
>
I had to think about this, but what is the comedy in this, I am just
curious?
I don't understand why people want to use methods, where strongly typing is
not even possible, while there are so nice methods available.
My only gues was that it is to create more lines.
Cor
1 - Fill Dataadapter from Database.
2 - Fill Dataset from Dataadapter.
3 - Update Dataset.
4 - Update Dataadapter from Dataset (to update database).
5 - Fill Dataset from Dataadapter (again to get latest data changes).
Now i get latest data changes.
-----------
Tarek M. Siala
Software Developer
http://tarksiala.blogspot.com
"William Vaughn" <billva...@betav.com> wrote in message
news:Oq5OMYGB...@TK2MSFTNGP02.phx.gbl...