Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet ado.net > october 2003 > threads for sunday october 12

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

C++ vs. C# vs. Assembly Language
Posted by nospam at 10/12/2003 11:08:10 PM
Just wondering, What do you think the difference in performance would be between (1.) Compiled C# (2.) Compiled C++ (3.) and Assembly Language And how would the mix be if some if any of these languages had to hit against a SQL Server database And would the differences be more or less ...more >>

For dataset after Inert, Update. How to reflect fields output by store proc ?
Posted by Rabbit at 10/12/2003 9:59:01 PM
Dear all, After updating the changes in dataset onto database thru the dataAdapter, if the UpdateCmd of the dataAdapter is based on parameters store proc which return a field called "LastUpdatedDate". Can it be updated onto the dataset? =========== part of my code as follows =========== ...more >>

Joining 2 DataTables from a DataSet
Posted by chris at 10/12/2003 4:26:21 PM
Hallo everybody, I have a DataSet contains two DataTables with a relationship between them. Now I want to populate a DadaGrid (windows from) with the inner join of those table . I thought about something like bounding some cells in every row and then catching the event ItemDataBound to get th...more >>

Filter Problem in DataSet
Posted by LIN at 10/12/2003 2:58:46 PM
Hi, I have a dataset which I am filling it using a procedure The sturcture of the dataset table is TranDate OrderValue -------- ------------ 01-01-2003 100 02-01-2003 110 03-01-2003 120 04-01-2003 100 05-01-2003 200 06-01-2003 300 07-01-200...more >>

Saving dataset?
Posted by Able at 10/12/2003 12:19:25 AM
Dear friends I have connected to an Access 2000 database and has retrieved a dataset from the table "tblPersons". Adding a new row to the dataset is done as this: Dim dr As DataRow dr = ds.Tables(0).NewRow() dr.Item("PersonID") = "some value" dr.Item("Name") = "some value" ds.Tables...more >>



DevelopmentNow Blog