| Thread | Last Post | Replies |
|
| How to select DISTINCT when using typed dataset and a ole data adapter? | 30 Mar 2004 22:04 GMT | 4 |
Is it possible to not get duplicates when using a data adapter, SelectCommand.Parameters and the Fill-method? I would like something that adds the DESTINCT parameter the select command. I have created all my select-commands in the designer.
|
| DataTable without Dataset | 30 Mar 2004 20:15 GMT | 6 |
I've got a class (MyClass) that has a DataSet (privateDataSet) as a private property. I'd like to give consumers of MyClass read-only access to a couple of the DataTables in the privateDataSet, as DataTables. What I'm thinking of doing is creating a public property MyClass ...
|
| Dataset Question | 30 Mar 2004 19:29 GMT | 1 |
I am using typed datsets in my application to persist user data. The problem I am coming across is how to map my business entities to the db structure (about 8 tables with data relations). I could create on typed dataset to represent the whole structure or break it up. What is ...
|
| Building SqlParameters: Design Time or Runtime ? | 30 Mar 2004 19:29 GMT | 5 |
I have never been a fan of building Input SqlParameters dynamically. I know ADO.NET does a pretty good job figuring out datatype and size. However, I like having the control and knowing I can affect the performance by building them myself.
|
| Keep generated DataSet internal | 30 Mar 2004 18:28 GMT | 1 |
I've got a C# strongly-typed DataSet that is being auto-generated from an XSD schema I've created. I see that I can change the access modifier for the generated DataSet class to "internal". However, it gets set back to
:public" any time I alter my schema (causing the DataSet to be ... |
| Why does SqlDecimal.Null apply only to SqlMoney? | 30 Mar 2004 17:37 GMT | 2 |
According to MSDN, the SqlDecimal.Null is applicable to the SqlMoney class: "Represents a null value that can be assigned to the Value property of an instance of the SqlMoney class."
|
| Urgent, plz help | 30 Mar 2004 17:33 GMT | 1 |
I just have a quick databinding question. I have 2 forms..... Form1 is my main form containing all the controls i want to bind the results of my query to Form2 contains a datagrid containing a list of guests in the database. The user can click on a row to select a guest. They ...
|
| ODBC Error - Need help connecting to access | 30 Mar 2004 16:35 GMT | 2 |
I get the following connectivity error. im trying to conncet to MSAccess 2000 any suggestions ? Server Error in '/EBtest' Application.
|
| Importing Date columns of an excel file | 30 Mar 2004 16:25 GMT | 2 |
I am importing excel file Data into .NET, and it works fine for one exception. My connection string: .Connection = "provider=microsoft.jet.oledb.4.0;"
|
| SqlException Violation of PRIMARY KEY constraint error | 30 Mar 2004 15:53 GMT | 3 |
I am trying to update a record in a SQL database through a web service but am getting this error: System.Data.SqlClient.SqlException: Violation of PRIMARY KEY constraint 'PK_Items'. Cannot insert duplicate key in object 'VideoProposalItems'.
|
| How to get the data from the dataset in an attribute format rather than Elements | 30 Mar 2004 15:42 GMT | 1 |
Is there a property we can set that will return the dataset.getxml in an attribute format rather tham elemets Please help Thanks Matt
|
| Best way to update data | 30 Mar 2004 15:27 GMT | 1 |
What is the best way to manipulate data (insert and update) in a aspx page ? I want to inset and update some data and I can't do it in SQL Server. I have to scan some tables and insert (or update) data in another table. I've tried something whith datasets but it haven't something ...
|
| Query is too complex and OleDbCommandBuilder | 30 Mar 2004 14:32 GMT | 1 |
I have a MS Access 2000 database table which has a large number fields. I am using the OleDbCommandBuilder to generate the SQL update command. The problem I now have is that the auto generated update Command is too large and fails with the following error "Query is too complex".
|
| Bind control by stringnames | 30 Mar 2004 12:08 GMT | 2 |
Dear reader I'm having a problem. 'How can I bind a control when I have the name of the control, name of the dataset and name of the field in table strControl = "txtCustomerName
|
| ORA-01036: illegal variable name/number | 30 Mar 2004 10:34 GMT | 1 |
I am using ODP.NET (Oracle Data Provider for .NET) in my asp.net application. I have a table in my oracle database called "equipmentgroup". When the page loads for the first time i retrieve all the records from the table to a dataset and save it to viewstate. Later on any addition ...
|