| Thread | Last Post | Replies |
|
| Union Tables from Different Sources | 02 Mar 2004 06:14 GMT | 1 |
I am retriving data from a Text File, Oracle and SQL. Is there any way that I can perform a Union of Three data.tables from 3 Different Datasets. Thanks
|
| create dataset from xml | 02 Mar 2004 02:52 GMT | 5 |
Is there someone know how to create dataset from XML format on .NET. Thanks, KPH
|
| How to prohibit inserting existing row in datatable | 02 Mar 2004 01:01 GMT | 4 |
suppose i have a dataset populated using dataadapter. i bind the dataset to a windows datagrid. i accepts new record through textboxes not through the datagrid. how can i detect if the data entered is already existing to the dataset before the update command of the dataset is
|
| Design issue using ADO.NET and ASP.NET | 02 Mar 2004 00:24 GMT | 2 |
I have an MS Access database that contains one table with the following information: Date Gallons
|
| Foreign key in a datagrid | 01 Mar 2004 22:18 GMT | 1 |
I have a Dataset with 2 tables : TBL_CUSTOMER ---------------- Cust_ID
|
| Relations Not Created in Typed Dataset | 01 Mar 2004 22:17 GMT | 2 |
Can anyone tell me why my datarelations are not showing up at run time when I instantiate a Typed dataset that I created in the Visual Studio 2003 visual designer? I have dragged two table on to the designere and created a relation between the two tables and generated a typed ...
|
| Filling dataset in thread throws an exception | 01 Mar 2004 21:56 GMT | 4 |
I have a problem with SqlDataAdapter.Fill method called from a thread causing an SEHException to be thrown (which originates deep from unmanaged Windows code). Let me show schematic code: class MyClass { Timer timer ;
|
| error.. oci.dll | 01 Mar 2004 21:51 GMT | 3 |
vb.net oracledataadapter connection Error: OCI.DLL
|
| Found Serious Bug! | 01 Mar 2004 20:31 GMT | 15 |
If you have a datatable connected to a dataview. And In that dataview you have a "Sort" property set to a value; And
|
| System.Data.OracleClient | 01 Mar 2004 20:26 GMT | 4 |
Couldn't understand why following line of code is failing <%@ Import namespace="System.Data.OracleClient" % I am getting following error BC30466: Namespace or type 'OracleClient' for the Imports 'System.Data.OracleClient' cannot be foun
|
| Oracle.DataAccess.Client vs. System.Data.OracleClient -- use which? | 01 Mar 2004 20:21 GMT | 4 |
When I started working on an ADO.NET application that accessed Oracle 9 on the backend, I downloaded and installed ODP.NET from Oracle (http://otn.oracle.com/tech/windows/odpnet/index.html) which gave me the Oracle.DataAccess.Client namespace.
|
| 'System.Data.EvaluateException' problem | 01 Mar 2004 19:39 GMT | 1 |
Why do I get a 'System.Data.EvaluateException' when I do DataSet.Table(strTable).Rows.Add(DataRow) ? My DataRow have 2 fieldas than I filled with a primary key (numeric) and a text field (string). To generate that line, I did DataRow = DataSet.Table(strTable).NewRow.
|
| A simple binding question | 01 Mar 2004 17:36 GMT | 3 |
Hi all, this might be a simple question, but then again maybe not. I'm binding a text box in a Windows form to a column that does not allow nulls. The problem is, if I do AddNew, the user leaves the field blank, and I call EndCurrentEdit, I get a "null not allowed" exception. What I ...
|
| aspnet_wp.exe (PID: 2756) stopped unexpectedly. | 01 Mar 2004 17:31 GMT | 2 |
Trying to use the System.Data.OracleClient provider. I can create the connection but when I try to open it the browser craps out and I get a page that says "Server Application Unavailable - The web application you are attempting to access on this web server is currently ...
|
| Designing Inventory and Payroll Applications in .NET | 01 Mar 2004 16:57 GMT | 1 |
Anyone having experience in desiging payroll and inventory applications in Dot Net please guide me through the process of designing these kinds of Apps in VB.NET. Such as How to gather system requirements? how to design logical model,Physical model etc.
|