| Thread | Last Post | Replies |
|
| ODBC Data Reader? | 04 Mar 2004 18:38 GMT | 2 |
Is the DataReader only for SQLServer or can it be used with ODBC? If so, is anyone aware of a sample out there?
|
| Master/Detail dataset fill | 04 Mar 2004 18:19 GMT | 2 |
I hava a typed dataset with 2 tables and a relation (master/detail). I have an dataadapter to fill the master table (with a select and a parameter) and now I want fill the second table with another dataadapter, but I don't know how I have to define the select sentence to populate it
|
| Changing DataRow Rowstate progamatically | 04 Mar 2004 18:18 GMT | 2 |
I want to pass a few thousand records to a SQLce database and then insert them in a table Seems like the fastest way to do it (sql server replication not an option) is to pass a recordset that has all the records marked as DataRowState.Added, then use a dataadapter.update on the ...
|
| Null value from dataset | 04 Mar 2004 18:16 GMT | 1 |
I have one dataset populated with data When I am using GetXML() method of this dataset, I am getting the XML representation o the data. But, if a database field has Null value, then that node is not occuring in th XML string
|
| How Deadlock are handled in ADO.NET | 04 Mar 2004 16:47 GMT | 5 |
I want to know how it work in ADO.NET when a DEADLOCK occur and a victim is choosen? Is an exception raised? Thank's
|
| Questions about the DataSet/DataTable | 04 Mar 2004 16:33 GMT | 1 |
I have a DataSet with lots of data in it, there is no database just the DataSet. In the DataTable contained by the DataSet there is a field Category. I would like to get the different Categories
|
| Le MSDN comme vous ne l'avez jamais vu... | 04 Mar 2004 14:16 GMT | 2 |
Salut J'ai ? peu pr?s fini le site... l'essentiel fonctionne... vous pouvez le mettre en fen?tre dans le fond d'?cran de windows... c'est tr?s pratique vous verrez...
|
| Problem with SqlCommandBuilder.DeriveParameters | 04 Mar 2004 13:15 GMT | 4 |
H I have the following code sqlConnection1.Open() System.Data.SqlClient.SqlCommand cmd = new System.Data.SqlClient.SqlCommand("[SOMEUSER].[PAK_TEST.P_OPEN]", sqlConnection1)
|
| How to make a backup from vb.net | 04 Mar 2004 12:38 GMT | 2 |
I would like to add a backup function in my winform app. I use MSDE. My idea was to : Detach the database
|
| Insert to SQL Server from a text file | 04 Mar 2004 12:29 GMT | 2 |
I am using vb.net and want to insert data from a .csv file into a table. I am looking everywhere but am coming up empty. Can someone be so kind as to post some sample code for me? Thank you.
|
| ReadOnly ComboBox | 04 Mar 2004 11:47 GMT | 3 |
Hi to all How can I make a ComboBox readonly ? Enabled = false and DropDownStyle = DropDwnList are not solutions for me.
|
| textbox databind problem | 04 Mar 2004 11:37 GMT | 2 |
I have DataSet with two DataTable and DataRelation between them. I have two DataGrids with master / detail style and additional textbox which are bind to detail table. ds.Tables.Add(tableCompany);
|
| ExecuteNonQuery opens a new connection | 04 Mar 2004 10:44 GMT | 3 |
I created a new command object passing the connection and the transaction of the existing transaction. Then I call ExecuteNonQuery. Instead of using the same connection it opens up a new connection causing a deadlock as both are trying to use the same resource.
|
| Update query not working | 04 Mar 2004 09:12 GMT | 3 |
I have wrote a stored proc (Sproc) to update one of my sqlserver tables. This is what the query looks like ALTER PROCEDURE dbo.UpdMea (@NewName nvarchar(50) @NewCost Money
|
| DataSet.Update on related tables. | 04 Mar 2004 08:27 GMT | 3 |
Could anyone help me with the following "common" chalenge? I have 2 simple tables. Customers and Zipcodes. Customer: CustomerID, CustomerNr, CustomerName, ZipID
|