Tagged Questions
0
votes
0answers
60 views
How to extract result returned from tableadapter query that returns multiple values in vb.net
Ok here goes,
I have a tableadapter query that executes the following
SELECT SNAME, SDOB, SCODE AS SBAR
FROM SVALUES
GROUP BY SCODE, SNAME, SDOB
HAVING (SCODE = ?)
And ...
0
votes
1answer
83 views
How to check for Null on 2 different datasets and not output null tables
I have a program that auto launches with Windows via scheduler. What it does is runs a query and then emails the results of the query. This all works. We have 10 locations so I will be editing this ...
0
votes
1answer
111 views
How to email multiple queries to multiple users
I have a program that auto launches with Windows via scheduler. What it does is runs a query and then emails the results of the query. This all works. What i'd like to do is take the program to the ...
0
votes
0answers
88 views
DataSet with TableAdapater Sync from Server to Mobile
Without using the Sync framework, I'm trying to accomplish the TableAdapter and DataSet approach in regards to a SQL Database Synchronization.
I created two strongly typed TableAdapters, one reading ...
0
votes
0answers
191 views
Unable to reference TableAdapter or DataSet in ASP.net and C#
I've got a ASP.NET C# Website on .NET 4.0, and I'm going a bit crazy! I cannot reference the newly created DataSet, TableAdapter, or the strongly typed classes in my code.
I've written a second ...
0
votes
1answer
154 views
Intercept and change SQL on TableAdapter
We have a Dataset with about 40 TableAdapters on it. These are used everywhere in several hundred differnt projects.
To add a layer of security I now have the requirement to add some paramaters to ...
1
vote
1answer
968 views
How to get the executing SQL query from a table adapter? [duplicate]
Possible Duplicate:
How to get the generated SQL-Statement from a SqlCommand-Object?
I would like to know how to retrieve the SQL query that was executed by a Table Adapter for logging ...
2
votes
4answers
2k views
Passing parameter to SQL select statement IN clause acts weird.
I've got the following query that returns 2 records (in DataSet's query builder)
SELECT EmpID, Name, id
FROM Users
WHERE (CAST(id AS Varchar(20)) IN ('5688','5689'))
Now if I ...
0
votes
0answers
1k views
TableAdapter.GetData(@Param) returns no records using LIKE, Query Builder does though, a bug?
I've spent the whole day trying to figure out why my table adapter returns absolutely nothing.
Here's the code:
String EmpID = "'%" + txtName.Text + "%'";
...
1
vote
2answers
4k views
Updating MS Access Database from Datagridview
I am trying to update an ms access database from a datagridview.
The datagridview is populated on a button click and the database is updated when any cell is modified.
The code example I have been ...
0
votes
1answer
290 views
Need to add where clause to a table adapter
I have a dataset setup by using the Visual Studio wizard and in the form is this line of code:
Me.StudentsTableAdapter.Fill(Me.StudentsDataSet.Students)
The select statement for the table adapter ...
0
votes
0answers
109 views
Trouble with updating register form into sql
The data that i entered into the register form doesn't update into the SQL database after i close the form
INSERT INTO Login(username, password)
VALUES(@username,@password);
SELECT username, ...
1
vote
1answer
2k views
C# TableAdapter Insert Method Missing
I am using the C# VS2010 TableAdapter Wizard for my project to interface with my db. I have generated my own Insert, Update and Delete commands for this adapter since it uses a join and can not ...
0
votes
1answer
616 views
LIKE keyword not working in TableAdapter
I am using C# with a data repeater tied to a table adapter to pull a few columns from a table. I have 3 FillBy clauses on my adapter, FillByFirstName, FillByLastName and FillByMRN (Medical Record ...
0
votes
2answers
2k views
Relaxing Constraints for a data table adapter
I'm trying to relax my constraints while using a data table adapter, but I'm getting a Object reference not set to an instance of an object error. It happens on the line that says ...
4
votes
1answer
1k views
Failed to enable constraints. When using a data table adapter
I'm getting
Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
for the following query in my table adapter.
select
f.id, f.name, ...
0
votes
1answer
847 views
How to use #TempTable in SQL Server query for Report Builder Table Adapter?
Select * From #Tmp1 t1 Left Join #Tmp2 t2
On t1.RouteID = t2.RouteID Join chr.dbo.Employee ee
On t1.EmployeeID = ee.EmployeeID Join chr.dbo.Department d
On ee.DepartmentCode = d.DepartmentCode
...
1
vote
1answer
996 views
ASP.NET Get a single value returned from TableAdapter Select Query
I'm using TableAdapters on my ASP.NET Project and I've become stuck on an issue of the way to retrieve this data.
The code is as follows:
BookingDataTableAdapters.bookingTableAdapter ta = new ...
0
votes
2answers
6k views
Using TableAdapter to insert rows into a dataset does not do anything
I have a question similar to this one, but reading the (accepted) answer didn't give me much insight, so I'm hoping to state it more clearly and get a clearer response back.
I'm attempting to insert ...
1
vote
3answers
779 views
ASP.net simple delete query, pass in string value
DELETE FROM tblArtworkApprovalUsers
WHERE (userID NOT IN (@UserIDList)) AND (approvalID =
(SELECT ID
FROM tblArtworkApprovals
...
2
votes
2answers
353 views
Database isn't updating
I am trying to write some data into a .MDF database that has only one table, and it's not updating after I execute this part of the code:
DatabaseDataSet.MyTableRow newRow;
newRow = ...
0
votes
1answer
811 views
Unable to update query on Table Adapter with new columns
I'm working on a project with some strongly typed SQL Table Adapters, which I am not at all familiar with. I added a new column via the designer, but the previously existing Query (basic fetch) would ...
0
votes
1answer
656 views
DataSet raises NoNullAllowedException even if a value is passed!
I'm writing a game server to which many players connect.
I load up the DB into a DataSet(strong typed).
Every time a player logs in, I add a new row to Messages table using a TableAdapter.
code
...
1
vote
5answers
4k views
Getting @@IDENTITY from TableAdapter
I am trying to complete a seemingly simple task that has turned into a several hour adventure: Getting @@Identity from TableAdapter.Insert().
Here's my code:
protected void submitBtn_Click(object ...
0
votes
3answers
3k views
How to Avoid Duplicate Key Exception
I am using TableAdapter to insert records in table within a loop.
foreach(....)
{
....
....
teamsTableAdapter.Insert(_teamid, _teamname);
....
}
Where TeamID is the primary key in the table ...
0
votes
1answer
271 views
I insert new parent row and child rowstate changes from Added to unchanged
rowsUpdated is an int32 to count how many rows are updated
rowsToUpdate = dataset.ParentTable.Select("", "", dataviewRowState.Added)
if rowsToUpdate isNot Nothing then
for each row as datarow in ...
1
vote
1answer
2k views
TableAdapter.Update not working
Here is my function:
private void btnSave_Click(object sender, EventArgs e)
{
wO_FlangeMillBundlesTableAdapter.Update(invClerkDataDataSet.WO_FlangeMillBundles);
...
0
votes
1answer
1k views
SQL Query within VS TableAdapter Query Configuration Wizard
I am trying to write an SQL query within Visual Studio TableAdapter Query Wizard
My SQL query is:
DECLARE @SQL varchar(255);
SET @SQL = ' SELECT * FROM dbAddress WHERE 1 = 1'
IF @ApexLine1 = ...
0
votes
2answers
85 views
LIKE Statement trouble
I am having some issues while using the TableAdapter and the LIKE Statement in VB 2008. I am wanting to search name using partial spellings. When I run the application nothing is returned.
Here is ...
1
vote
4answers
966 views
Limit rows returned using TableAdapter (typed DataSets)
Does anyone know the best way to limit the number of rows returned when using typed TableAdapters? Options appear to be:
Pass "top X" as a parameter (can't do this until we're on SQLS2008
Issue a ...
0
votes
1answer
795 views
How to use an MS Access parameterized stored procedure in ADO.NET?
In MS Access I have a query wich takes two parameters and I'd like to get the result of this query in a ADO.NET DataSet with a TableAdapter.
In Visual Studio Express 2008 I can't select the query in ...
1
vote
4answers
357 views
Dataset times out while query runs immediately
I am running a query directly, it is trivial in nature:
SELECT * FROM [dbo].[vwUnloadedJobDetailsWithData] WHERE JobId = 36963
When I run this from Management studio the query doesn't even take a ...
0
votes
3answers
614 views
Does ADO.NET TableAdapters cache stored procedure names in a super secret location
I'm guessing Visual Studio is bugging out on me. I changed the stored procedure the a TableAdapter query uses and now the users keep getting the following error.
Procedure or function ...
6
votes
4answers
2k views
ADO.NET TableAdapter parameters
I have a query that I wish to run through an ASP.NET TableAdapter that contains an 'IN' clause which is to receive it's values through a parameter.
My question is, how do I specify this parameter? I ...
0
votes
1answer
702 views
TableAdapter occasionally returning row count 1 but all null columns
I'll hit refresh on my page 20 times and it will work, then a few minutes later it stops working for 5min. The tableadapter says that it has a count of 1 but when i access a property eg : ...
0
votes
2answers
397 views
TableAdapter error only during high traffic
I'm working on someone else's project that makes heavy use of tableAdapters. The site works but It regular adds an entry in the Event log :
"ExecuteReader requires an open and
available ...
0
votes
4answers
428 views
What's the best way to write “nulls” to SQL database when presenting options in combobox?
I'm writing a front end to a database, presenting options as comboboxes. And I need to be able to return nulls to the database.
I have a solution at the moment which involves 'fudging' a record into ...
0
votes
3answers
1k views
Why is Visual Studio's table adapter query not returning the same data as the stored procedure it represents?
I'm using a table adapter in Visual Studio to make a query to a stored procedure in my SQL Server 2005 database. When I make the call via my website application it returns nothing. When I make the ...

