| Thread | Last Post | Replies |
|
| Problem adding aggregate datacolumn to datatable | 30 Nov 2006 20:43 GMT | 3 |
I've tried with: dsAESWS.Tables["aes"].Columns.Add("F35_GROSSWEIGHT_TOTAL", typeof(decimal),"Sum(Child(dsAES_aes-aes_packages).F35_GROSSWEIGHT)"); dsAESWS.Tables["aes"].Columns.Add("F35_GROSSWEIGHT_TOTAL",
|
| Why does insert command not work in a transaction? | 30 Nov 2006 16:38 GMT | 4 |
Why does the insert command not work in a transaction? I am using OleDb with MS Access and ADO.Net and VS 2003.net I create the connection and dataadapter initially in a function and return them so I can reuse them
|
| DataGridView bound to TypedDataSet - Update causes Concurrency Violation | 30 Nov 2006 15:36 GMT | 5 |
I have a Windows Forms Application with a DataGridView which is bound to a typed DataSet. For reasons specific to the application, I add a record to the database table when a button is clicked on the form. This button creates a record with default values so the user only has to
|
| Generate a database from XSD? | 30 Nov 2006 08:35 GMT | 2 |
Does anyone know if it is possible with .NET to load an XSD file and use that as a database schema template to generate a new database? I had hoped I could load the XSD file into a System.Data.Dataset object, and then pass that to something like a
|
| Multiple Tables SELECT command with Microsoft Access 2003 | 29 Nov 2006 19:15 GMT | 2 |
For various reasons I am accessing data from an access database with multiple tables. I am unable to upgrade to SQL Server (even the express edition), so I have to do this in access. At the moment, my sql statement is as follows:
|
| including odp.net dlls in an msi | 29 Nov 2006 18:13 GMT | 2 |
I have a C# Desktop application that uses ODP.NET as the data provider. I want to find out if there is a way to include ODP.NET dlls along with the application MSI. Just including the Oracle.DataAccess.dll within the msi does not work. Maybe I need to include ODP.NET within a ...
|
| More advanced examples for the impatient "newby" | 29 Nov 2006 16:10 GMT | 31 |
Well, I've taken poetic license with "newby" having been programming for more than a couple dozen years, but I have recently started studying .NET and ADO.NET, leveraging my experience with other frameworks such as Borland's VCL, and MS' MFC, and technologies such as
|
| Internal connection error | 29 Nov 2006 04:46 GMT | 7 |
I found that when I fill over 10,000 records to a dataset, there will be an error "Internal Connection error". Please help.
|
| DataSet Question -- Simple Concept? Beginner to 3-Tier asp.net | 29 Nov 2006 04:44 GMT | 3 |
I am trying to be a thorough coder and create an app in layers. I can do it using the sqldatasource but I really want to try creating the app with tiers....thus.... If I use VS2005 to create a typed data set, I see that I can allow VS
|
| VS 2005 datatable.copy NoNullAllowedException | 29 Nov 2006 04:34 GMT | 2 |
I am getting a NoNullAllowedException when I try to add a datatable to a dataset by using dataset.tables.add(datatableOld.copy()). I checked the AllowDBNull property on the column of datatableOld that was throwing the exception and it is set to "true". I am not sure why I am ...
|
| TableAdapters and HasChanges | 29 Nov 2006 04:32 GMT | 1 |
I am really confused about TableAdapters, Datasets in general. I have added them to my Windows Form simply by dragging fields onto my form. Now, when the user presses the Cancel button, and I want to determine that something has changed, ie, If Me.MYDataSet.HasChanges = False,
|
| Catalog of tables in an SSCE database | 28 Nov 2006 21:12 GMT | 6 |
What objects and services do I use to visualize the collection of tables and the table's collections of columns in a SSCE database file. Something parallel to excelConn.GetOleDbSchemaTable() but for SSCE to allow me to see the contents very quickly. The Data Source Display inside ...
|
| SqlException | 28 Nov 2006 19:15 GMT | 1 |
I have the following code to open a database. Since I don't have the db as specified in the connectionString, the connection.Open() will throw an SqlException. My question is why it opens the "SqlException occured" dialog before it goes to the catch block? Is there a setting to ...
|
| DataTable/DataSet in Business Object Class | 28 Nov 2006 17:38 GMT | 1 |
I am implementing Business object, but while implementing this I want to have DataTable or DataSet as part of Business Object. For example, I want to bind controls directly to these Business Objects. So please suggest me how can I achieve this??
|
| send fax using Vb.net through rightfax | 28 Nov 2006 14:42 GMT | 2 |
I want to send fax using vb.net coding through rightfax. I have referred rfcomapilib.dll. An error has been occured when i create a object of the faxserver during running.
|