Advertisement

1 - 10 of 96 containing alltags:("tableadapter") (0.001 seconds)
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...
Zones: MS Visual BasicDate Answered: 03/16/2006 Grade: A Views: 55
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 TableAdapter’s “INSERT” command. I have an array of 3 elements of...
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 ...
Zones: C#, ASP.Net ProgrammingDate Answered: 04/06/2007 Grade: C Views: 0
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...
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...
Zones: .NET, C#, .NET Framework 2.xDate Answered: 05/09/2007 Grade: A Views: 20
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...
Zones: MS Visual BasicDate Answered: 07/17/2007 Grade: A Views: 0
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...
Zones: MS Visual BasicDate Answered: 09/05/2007 Grade: A Views: 4
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...
Zones: MS Visual Basic, .Net Editors & IDEs, Visual Studi...Date Answered: 12/13/2007 Grade: B Views: 0
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)   ...
Zones: Visual Studio, MS Visual BasicDate Answered: 12/06/2007 Grade: A Views: 4
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 ...
Zones: .NETDate Answered: 01/13/2006 Grade: A Views: 60