Advertisement

1 - 10 of 197 containing alltags:("datarows") (0.001 seconds)
hi, i have the following.... di = dt.NewRow() di("transid") = strTransID and then i go down my code and continue to add values to the datarow dependant upon what user has checked in previous...
Zones: .NETDate Answered: 11/18/2003 Grade: A Views: 0
im trying to understand all 4 related objects in ado.net can anybody please give me the explanation with an examples? (asp.net (vb)) thank you.
Zones: ASP.Net ProgrammingDate Answered: 03/12/2005 Grade: A Views: 0
i want to check if a datarow cell has anything in it. if it is null - i will put a string.empty into it(i think this is best) i am doing this so i can just populate a address object without w...
Zones: C#Date Answered: 04/13/2005 Grade: A Views: 102
Hello. I have created a Table in SQL Server 2000 and has one column that its default value is getdate() and dosen't allow null value. I wrote a program by C# to connect to database and insert so...
Zones: C#Date Answered: 05/17/2005 Grade: A Views: 0
Greetings, I'm having a heck of a time wrapping up some new functionality I've just added to my DataGrid, which uses a DataSet as a DataSource.  Everything was working until I decided I needed t...
Zones: C#Date Answered: 03/16/2006 Grade: A Views: 0
I have a function that is fed two datarows from two separate datasets and then an SQL statement is called. This works fine but I am to the point now of needing to capture some of the changes made b...
Zones: MS Visual BasicDate Answered: 07/05/2006 Grade: A Views: 0
       'Dim ds As DataSet         'Dim ds2 As DataSet = ds.Clone         'For Each dr As DataRow In ds.Tables("state_code").Rows         '    Dim dr2 As DataRow = ds2.Tables("state_code").NewRo...
Zones: ProgrammingDate Answered: 09/01/2006 Grade: B Views: 0
Object reference not set to an instance of an object.  For Index As Integer = 0 To MaxPeriod - 1                 ' Get date period                 StoredProcName = dbName & ".dbo.usp_GetDate...
Zones: C#Date Answered: 04/04/2007 Grade: A Views: 0
Hi Folks, Ok, I am trying to figure out how to pull this off. First, I'm stuck reverse engineering this guy's code and it's not what I would call good code to begin with, and secondly, he did so...
Zones: ASP.Net ProgrammingDate Answered: 05/03/2007 Grade: A Views: 0
   Public Sub saveData(ByVal strConn As String, ByVal strSQL As String)                 Dim oCmd As New SqlClient.SqlCommand         Dim oAdapt As New SqlClient.SqlDataAdapter         Dim oCon...
Zones: .NET, MS Visual BasicDate Answered: 08/08/2007 Grade: B Views: 0