| Thread | Last Post | Replies |
|
| Can rows be ordered in a datatable? | 31 Jul 2005 21:32 GMT | 4 |
I have a DataTable that is bound to a DataGrid that displays a number of selections from a product menu: Item1 quantity price totalAmount Item2 quantity price totalAmount
|
| Saving a dataview to a new dataset in C# | 31 Jul 2005 20:31 GMT | 2 |
Hi, I am hoping I can get some help with a small problem I have run into using C#. U have an XML file that I load into a Dataset and then display this in a Datagrid. No problems doing this at all. I then use a Dataview to filter this view using a keyword and I have no problems
|
| ado.net 2.0 and sql server 7 | 30 Jul 2005 17:22 GMT | 3 |
Hello, we are migrating our "old" .net 1.1 application to 2.0 and have noticed that opening connections to a sql server 7 now is very very slow, but this doesn't happen with sql server 2000. Is there any workaround to speed up this a bit. Our application is now
|
| Stupidly named field selection | 30 Jul 2005 13:37 GMT | 2 |
I am trying to work with and IBM AS400 OLE DB data provider and when using the wizard, I am going along selecting my fields and setting a WHERE clause. There is a field with a "#" at the end of it. As soon as I type this WHERE clause, I have an error message about the syntax ...
|
| Capturing return value from SQL Server's stored procedure | 30 Jul 2005 03:41 GMT | 2 |
Using Microsoft.Practices.EnterpriseLibrary.Data, how do I capture the return value from executing a stored procedure on SQL Server 2000 (i.e., how could I tell the Stored Procedure did not return 0 [indicating failure] or that a transaction the stored procedure begun had been ...
|
| C# Prepared Statements | 29 Jul 2005 22:36 GMT | 5 |
Can someone point me to an example of prepared statements being used in C# ado.net? the MSDN site has examples using VB and my documentation in VS 2005 says "to be filled in" or something equally useful. thanks in advance,
|
| Interesting Problem regarding Parameters | 29 Jul 2005 18:51 GMT | 6 |
Backgroud: My company is currently migrating to .Net from PHP for a number of reasons, however we have one slight problem we would very much like to solve before moving to .Net (ok, many but this one is a toughie).
|
| DataAdapter retrieves no row from Oracle left join count query | 29 Jul 2005 17:51 GMT | 4 |
In vb.net, i use OracleDataAdapter to execute following query and fill into a DataSet. The problem is it returns no row but actually it should have some rows. If you run this query in sql plus or similiar tool, it works fine. This problem happens only when the first table has rows
|
| Dataset constraints | 29 Jul 2005 16:16 GMT | 2 |
A question please. Lets say I have a grid with its datasource as a dataset with three columns in it; UserID (an auto generated ID), LastName and FirstName. Additionally, lets say I want to restrict the user from entering two records with the same
|
| CAPTION FOR UPLOAD CONTROL | 29 Jul 2005 15:52 GMT | 1 |
Has anybody been able to figure out how to change the wording of the word "Browse" in a file upload control? It seems to be built in the browser and it doesn't seem like we can change it.
|
| Interesting Problem regarding Parameters | 29 Jul 2005 15:32 GMT | 1 |
Backgroud: My company is currently migrating to .Net from PHP for a number of reasons, however we have one slight problem we would very much like to solve before moving to .Net (ok, many but this one is a toughie).
|
| Hoping some one here can help me, or at least point me in the right direction | 29 Jul 2005 14:45 GMT | 2 |
I know this dosen't really fit the category, but most of you ADO.NET guys do some reporting at some point in time. If you know a better place for me to put this let me know. I have a Crystal Report that is external to my application. It uses an XML
|
| Writing updates from a wide DataTable | 29 Jul 2005 14:40 GMT | 6 |
I have a DataTable with a large number of colums - 50 or more. I'm following the recommendations to use stored procedures to apply updates to the database, and using the Enterprise Llibrary. So I end up with a stored procedure with 50+ parameters, and an Update statement that ...
|
| newbie ado net questuon | 29 Jul 2005 14:21 GMT | 3 |
I am trying to get started with ado.net, coming from experience with ado. I have a simple SQL Server stored procedure which inserts a row and returns the value of the identity column for the inserted row (seel below). I have a method in a C# project which is simply going to add a ...
|
| Flat xml from typed dataset | 29 Jul 2005 11:37 GMT | 1 |
I use a typed dataset in my applicaiton. There are three levels defined in the .xsd, first level is member, which has child element named plan, which has child element named fund. The structure looks like: <xs:element name="mem">
|