| Thread | Last Post | Replies |
|
| Batch Queries | 04 May 2005 16:36 GMT | 2 |
I am executing a batch of insert statements (inserts data to 10 tables) using SqlCommand - ExecuteNonQuery(). Some of the insert fails even though the insert query is right. This happens not all the time but once in a while. so it makes difficult
|
| Object reference not set to an instance of an object -- Why?? | 04 May 2005 15:41 GMT | 8 |
I'm getting said error on the line Do While reader.Read() Looks like reader is defined to me.....so I'm lost.... This is for role based security, and this sub is in Global.asax if it makes any difference.
|
| Is this possible with just pure DataSets? | 04 May 2005 15:27 GMT | 2 |
I know I can do this if I'm using a real database and queries. I don't want to assume the presense of a decent engine on people's machines so I'm trying to use just the .Net Framework (ie: DataSet). Among many other tables/fields/etc. I have...
|
| Connection pooling | 04 May 2005 13:36 GMT | 4 |
Hi we have Windows Applcation with sql server 2000.i want to enable connection pooling in database for best perfomance. i added connection string in app.config this
|
| ODBCConnection and ASP.NET | 04 May 2005 13:33 GMT | 2 |
I have an ODBC connection (to Perforce) using a System DSN. In a console app I can open the connection, in an ASP.Net webform I can't, and get the error... [OdbcException: ERROR [HY000] [ ERROR [HY000] []
|
| Debugging Stored procs in vs.net ide | 04 May 2005 09:30 GMT | 5 |
I am debugging a stored proc inside the IDE which is great. However, the stored proc dumps some data into temp tables. Is there a way to see the contents of the temp tables while in debug mode? Thanks
|
| Power raising in a datacolumn expression | 04 May 2005 07:58 GMT | 2 |
Does anybody know how to use power raising in a datacolumn expression ?? Example: NewColumn = FirstColumn ^ 1.2345 or
|
| Question on SqlDataReader.Close | 04 May 2005 06:45 GMT | 5 |
According the MSDN documentation on the SqlDataReader.Close method, it says that: The Close method fills in the values for output parameters, return values and RecordsAffected, increasing the amount of time it takes to close a
|
| Questions about Prepare() method. | 04 May 2005 01:49 GMT | 1 |
If I call the Prepare() method on a SqlCommand object, does it apply only to that instance of the SqlCommand object or to the SqlConnection instance? Also, I am assuming that Prepare() will aid in performance when calling the same query multiple times. Is this true?
|
| Convert XML persisted ado recordset to dataset | 04 May 2005 01:37 GMT | 1 |
I am looking for C# code that will allow me to take an ADO Recordset previously persisted to a file as XML and convert it to a Dataset. I have seen some solutions but have yet to make any of them work. Can someone please help me with functional code?
|
| Generating the correct XML from a self-referential table | 03 May 2005 23:44 GMT | 1 |
I have a need to generate an XML based on a table in the DB. The table contains self-referential data, e.g. it has these columns employee_id employee_name
|
| Future of SQLDMO | 03 May 2005 23:44 GMT | 3 |
What is the future of SQL DMO? Samples are available to interop DMO in C#. There is no equivalent of SQL DMO in .NET world. Will it be part of ADO.NET technology? What is the roadmap for DMO releases? Another thing is SQL DMO is MS SQL server specific. How about other
|
| RecordStateChanged Object reference not set to an instance | 03 May 2005 23:43 GMT | 1 |
Object reference not set to an instance of an object. at System.Data.DataTable.RecordStateChanged(Int32 record1, DataViewRowState oldState1, DataViewRowState newState1, Int32 record2, DataViewRowState oldState2, DataViewRowState newState2)
|
| Lightweight Dataset | 03 May 2005 21:11 GMT | 6 |
I am planning to design a lightweight dataset, any links or any pointers will be helpful.
|
| How to refresh a datatable?? | 03 May 2005 21:05 GMT | 2 |
I have a small prob, so pls help me to solve it. I have 2 tables Products(ProductID, ProductName, Price) Stores(StoreID, StoreName)
|