| Thread | Last Post | Replies |
|
| SQLDATA ADAPTER WILL NOT UPDATE | 10 May 2005 04:24 GMT | 4 |
I posted a few days ago and got some guidance about how to go about fixing my problem... I rewrote a ton of code and still have the same problem... SOMEONE PLEASE HELP!!!
|
| a Query about Duwamish7.0 | 10 May 2005 01:33 GMT | 1 |
In the File wich named accountmodule.ascx.cs , there is one line code under this : customerRow[CustomerData.PKID_FIELD] = Customer.Tables[CustomerData.CUSTOMERS_TABLE].Rows[0][CustomerData.PKID_FIELD];
|
| Adding columns in a dataset | 10 May 2005 01:18 GMT | 1 |
I am trying to figure out how to add up and average a column in my dataset / datagrid. the datagrid binds to the dataset and one column contains integers, i wish to:
|
| Using a parameter for the filename in an SQL query | 10 May 2005 00:58 GMT | 3 |
I have a situation where I want to write the exact same record to two different files. One file is the "live" file and the second (defined identically to the first) is a "history log" of all previous states of the record.
|
| Inserting into an identity column fails | 09 May 2005 23:42 GMT | 1 |
Using .NET 2003, 1.1, SQL Server 2000 sp3a, I get the following error when looping thru a listview and inserting the rows into a sql table with the ID field as IDENTITY(1,1). System.Data.ConstraintException: Column 'StoreID' is constrained to be
|
| Using sqltypes | 09 May 2005 18:51 GMT | 2 |
I define a column X in table T as a Sqlint32 type: table.Columns.Add("X", GetType(SqlInt32)) After the Dataset is filled from the source, I try to access the column: Dim Y as SqlInt32
|
| how to make datagrid have same width as that of window? | 09 May 2005 17:38 GMT | 2 |
I'm trying to make the DataGrid Fill the whole window in width. Any help greatly appreciated. Dee
|
| Server Explorer (SQL Server Login) | 09 May 2005 16:22 GMT | 1 |
I have an SQL Server running on an XP (SERVER) machine to which I am trying to connect via Visual Studio and the Server Explorer on another machine. I see the "SERVER" Explorer but when I try to expand and view the tables on the "SERVER" I am prompted to login and cannot. I have ...
|
| insert slows | 09 May 2005 15:38 GMT | 5 |
I am struggling against problem that is strange to me. I have to insert large amounts of data into two tables. Data are generated on the fly so there is no possibility of using bulk operations. I am using stored procedure that performs several checks and inserts or updates data in ...
|
| Connection strings for SQL DB on a different domain? | 09 May 2005 14:42 GMT | 1 |
I have a public web server running on one domain and an internal SQL Server DB running on a different one. I want to create web services that access the database, but I don't know what the ado.net connection string should look like, or even if this is possible.
|
| main objects of ADO | 09 May 2005 11:27 GMT | 1 |
Does anyone know what are main objects of ADO? thx
|
| datagrid bound to dataview nullreferenceexception in paint after adding row | 09 May 2005 07:33 GMT | 1 |
I have two tables and a parent-child relationship between them. On the child table i created a calculated field that goes to the parent table to get a value (child table has a code and parent table has a description for that code:Expresion=parent(myrelation).mydescfield). I
|
| Updating a DataSet to a new ado.net adatper.... | 09 May 2005 01:03 GMT | 2 |
I have filled a DataSet reading from an odbc data adapter, adapterO I whish to add the records in my original data set, to my msde data, so i builded another data adapter adapterD I tried
|
| Problem accessing fox pro database on a network | 08 May 2005 18:51 GMT | 5 |
Using VB.net with .Net Framework 1.1 and using Fox Pro OLEDB to connect to a fox pro database. When I try to load a dataset from a foxpro database on the network running this line of code for path (\\servername\share\data\abc.dbc)
|
| How to Delete a batch of rows from DataSet ? | 08 May 2005 14:40 GMT | 1 |
Just the Title ?
 Signature FireCrow Studio Kylin Garden
|