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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20800916.html
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.
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21326418.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21386887.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21424297.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21775595.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21909146.htm...
'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...
http://www.experts-exchange.com/Programming/Misc/Q_21971578.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22491651.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22548195.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22747496.html