Enter Keywords:
1 - 10 of 107(0.004 seconds)
Sort By:
 
I've got the following code, but I can't get my datagrid to update.  Does anyone know why this might be?  Thanks.             string strSQL = "SELECT sc_id, property_number, resident_name, move_out_...
Zones: ASPDate Answered: 09/30/2004 Rating: 7.2 Views: 0
good day im still a relative newbie on ado.net heres the problem: when i load a form i set the datagrid1.databinding = (mydataset) now items get added to the dataset via the user pressing the ...
Zones: MS Visual BasicDate Answered: 05/05/2004 Rating: 9.2 Views: 0
I'm trying to create an UpdateCommand to update my FoxPro table.  The table in FoxPro does not have an ID field but I thought I could build the updateCommand myself.  My code is as follows:  Dim...
Zones: MS Visual BasicDate Answered: 09/21/2004 Rating: 7.8 Views: 0
Stored Procedure ---------------------------------- CREATE    PROCEDURE [sysdba].[GetOrderInfo]             @QuoteID varchar(12)  AS Create Table #Temp2(       test varchar(12) ) Insert Into #Temp2 S...
Zones: C#Date Answered: 08/22/2005 Rating: 7.2 Views: 0
How do I get my dataAdapter to recognize the string text in my input box? I have a dataset ready to fill my form with info. using the string from my input box. Example: me. DataAdapter.Selectc...
Zones: MS Visual BasicDate Answered: 10/18/2005 Rating: 9.2 Views: 0
when this code is used. DataAdapter.update(dataset) does it update just the data that has been retrieved to the dataset, or does it update the data located in the database also?
Zones: ProgrammingDate Answered: 05/26/2006 Rating: 8.2 Views: 12
Can someone please explain how to why you would want to specify an update command, a delete command, and an insert command instead of just using getupdatecommand? I don't see why you would need ...
Zones: MS Visual BasicDate Answered: 11/17/2006 Rating: 8.0 Views: 0
Hi guys 'n gals, I wanted to know if there is a way so consolidate my code, by maybe re-using my DataAdapter variable, rather than creating a new one for each query to the database? Here is how ...
Zones: C#Date Answered: 04/11/2007 Rating: 7.6 Views: 0
I have built a sqldataapter for the use of my datagridview but I have some trouble of calling the adapter.   Take my select statement as an example.  If I am trying to fill my datagridview, how can...
Zones: MS Visual Basic, .NET Fra...Date Answered: 01/06/2009 Rating: 8.6 Views: 4
I have a SQL Server stored procedure that retrieves abt. 10 rows of data for 3 tables I have retrieved this inside a dataset (there will be totally 3 tables) I pass each of the table to a functio...
Zones: .NETDate Answered: 02/09/2004 Rating: 6.6 Views: 0