| Thread | Last Post | Replies |
|
| Syntax Error | 22 Mar 2004 04:29 GMT | 1 |
I am a newcommer to ADO.NET an just experimenting. I am having a lot of difficulty. I cannot find a syntax error that causes an exception when trying to update an access 2000 table from a dataset.
|
| Typed Dataset Hijinks | 22 Mar 2004 03:18 GMT | 4 |
I have a typed dataset with a table schema which includes columns from multiple sources. I have the final schema structure defined in the typed dataset. I use a temporary table filled from a select statement and then add the additional columns to the temporary table. At this ...
|
| Updating database with dataset | 21 Mar 2004 23:50 GMT | 11 |
VB.NET question. I have a number of textboxes bound to a dataset. When I change some text in one of the textboxes it is nicely updated in the dataset.
|
| Table.Compute Woes (URGENT) | 21 Mar 2004 21:42 GMT | 19 |
The code below is suppose to take data from a dataset and total it by month. What it is doing is best represented by a spreadsheet. It seems to be completely ignoring the filter set down.
|
| Error collection (Sybase) | 21 Mar 2004 20:32 GMT | 1 |
I'm currently working on a project that uses ASE 12 as its DBMS. In the office I've installed ASE 12.5 Developer Edition, and at home I've installed ASE 12.5.1 Developer Edition. Also, I'm using Oledb classes from .NET Framework 1.1. My problem is when Sybase returns any error, for ...
|
| Coverting databse from access to oracle | 21 Mar 2004 15:41 GMT | 4 |
I want to upgrade an access database to oracle. It can surely be done manually, but is there any tool available or any efficient method. Thanks
|
| BindingContext with NonTypedDataSet - How? | 21 Mar 2004 15:04 GMT | 2 |
I try to write a dataentry screen and as a storage I use a standalone Non-Typed DataSet where I save and load my data into a XML file... It seems that via the BindingContext I can't reach to the DataTable in my DataSet...When I put a DataGrid onto the form and bind it to my ...
|
| DataView.AddNew and DataView.Count | 21 Mar 2004 06:51 GMT | 5 |
Im trying to determine if the last row in the bound Datagrid is selected so that i can add a new row to the datatable. the datagrid alternates display of different datatables so the # rows is not fixed. I cant check if the current row = DataView.Count because DataView.Count ...
|
| Dataset | 21 Mar 2004 01:26 GMT | 1 |
I create and Fill a dataset through code. How can I share this dataset with other forms in my app, without doing another fill. Thanks, Richard
|
| What to do with a Null Value that is returned from a Select. ?? | 21 Mar 2004 00:49 GMT | 5 |
Can anyone help with this please? I have the below code, which I want tp check if an email address exsists in my SQL database. It works fine if the email address is found, but if the email address does not exsist, it chucks out the
|
| last record | 21 Mar 2004 00:45 GMT | 1 |
how do i get the last record in a dataset in ado i would use rs.movelast, now how do i do that in ado.net?
|
| Caching a dataset.. | 20 Mar 2004 23:34 GMT | 12 |
I'd like to persist a DataSet between page calls. Can someone give me specific code (VB.NET) examples of doing this using ViewState as well as an example using the Application Cache (I know how to get the DataSet, so please pick the example up from there)?
|
| Bug in Oracle Client | 20 Mar 2004 17:41 GMT | 2 |
I am using oracle client. Simply filling a dataset with oracle dataAdapter. But in dataset some rows are corrupted. It is replacing last few characters with "\0 The same code works fine if i use OleDbClient. Again the same code works fine with Windows2000 serve but gives the same ...
|
| DatSet, XML and Type DataSet transfer data | 20 Mar 2004 10:28 GMT | 3 |
I'm developing ADO .NET application. I have dataset inside my code and I write an XML file from my dataset. After that, I write program test to create type dataset from that XML file. I create new type dataset and use ReadXml method to load data from an XML file but there is an ...
|
| General execption on some machines? | 20 Mar 2004 09:55 GMT | 1 |
Hello NG on some machines (NT4, but sometimes also new XP) ADO.NET/VB.NET-programms won't run when an access to an oracle db is necessary. The programs terminate with "General execption on thread xy.". .NET without DB-functions will run (framework and mdac 2.7 installed). The ...
|