I am trying to figure out how to sequentially step through the records returned by executing a TableAdapter.Fill command. My intended code block would look something like this:
' Populate the T...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21776356.htm...
I am having an issue with double values being changed/ rounded when they are inserted into a SQL Server 2000 table using the C# 2.0 TableAdapters INSERT command. I have an array of 3 elements of...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21918262.html
Zones:
C#Date Answered: 07/19/2006 Grade: A Views: 0
I have a situation where I have programmatically created a temporary Datatable that is persistent in memory while the data is manipulated...rows are added...and values of columns can be edited..as ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22492837.html
I have a situation where I have a Dataset with a table adapter that queries a table using a parameter that is the tables primary key.
The returned data is always a single row.
I thought it wo...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22498701.html
Zones:
C#Date Answered: 04/08/2007 Grade: A Views: 0
I created a C# Windows application in Visual Studio 2005.
created a new database called cg.mdf - ".net framework data provider for SQL server" - sql 2005 express
created a dataSet named "cg...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22563036.html
In this routine which is for setting up my report, a tableadapter fills the output datatable which is part of the creditwatchexpressdataset.. it crashes on the line where it says fill:
Public S...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22702189.htm...
I have a routine which opens a connection to a csv file, and then reads it into a dataset. Next I want to save the dataset back to the db. Altho the following code is not producing an error, and /i...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22715780.htm...
I have a table adapter which returns a row from a users table based on a parameter
eg select * from users where username = 'Peter'
This works fine though what i want to do is when it returns th...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22978748.htm...
I have generated a quick sample program which works fine:-
Public Class Form1
Private Sub AdmasBindingNavigatorSaveItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23005...
I have a TableAdapter and try to run an update command with a parameter:
UPDATE caseRights
SET caseID = @caseID, userID = @userID, RoleID = @RoleID, LastUpdate = @LastUpdate
WHERE ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21602175.html
Zones:
.NETDate Answered: 01/13/2006 Grade: A Views: 60