| Thread | Last Post | Replies |
|
| DataTable.New() and Rows.Add() not working right | 01 Jun 2004 19:56 GMT | 6 |
I'm using a SqlReader to read results from a query and insert them into a DataTable. The DataTable is from a DataSet which contains an Xml that was read in using ReadXml(). My problem is, only 1 row gets written correctly. The others don't have any
|
| [store procedure] + sqldatareader problem | 01 Jun 2004 17:46 GMT | 1 |
my simple store procedure like thiese:- CREATE PROCEDURE dbo.companyinfo_shipper_search @searchcode varchar(10) as
|
| Connecting to Excel via ADO.net: ISAM driver error | 01 Jun 2004 15:01 GMT | 3 |
I've got following problem: I'm trying to open a excel sheet via a ado.net oledb connection. but as soon as the function Open is called I'm getting an exception with following text: "Could not find installable ISAM driver". Looking in the msdn I found
|
| Child Table | 01 Jun 2004 14:59 GMT | 3 |
In ado.net cannot have table as child of more than one parent. Is there a way around this?
|
| Oracle Connection Pooling | 01 Jun 2004 14:39 GMT | 2 |
Hello, I am trying to figure out connection pooling. I found this article which discussed the various options available on the connection string, unfortunately it was for the "oracle" provider and not the "Microsoft Oracle provider". Where can I find the options which are ...
|
| TypedDataSet doesnot pass correctly in Web service | 01 Jun 2004 14:36 GMT | 1 |
I wrote (not using an automatic tool) a costum DataSet, called MyDataSet, that holds only costum DataTables, called MyDataTable that holds only MyDataRows. MyDataSet derives from DataSet, MyDataTable derives from DataTable, and MyDataRow from DataRow. The Tables collection of ...
|
| How to maintain state of the listbox while it is bound to Datasource? | 01 Jun 2004 14:10 GMT | 1 |
I have bound my listbox to a dataset. But when I select multiple choices from the listbox, when I again come back to that list box the selected items are lost I have 2 tabs. One has bounded listbox, so when I select multiple items and then go to the other tab and then came back ...
|
| DataTable.Select returns no rows on a date filter | 01 Jun 2004 10:35 GMT | 1 |
H I am using the DataTable Select to filter my data on a date column within the data table, as follows dr_DataRow = m_dt_ScheduleDataTable.Select("StartDate=#" & Format(dte_DiaryDate, "MM/dd/yyyy") & "#" This would appear to intermittently return rows, and I can't see why it does ...
|
| Cannot connect to SQL Server | 01 Jun 2004 08:21 GMT | 2 |
I am not connecting to my sql server running local.programming in VB.net Database programming with statement Dim OConn As New SqlConnection("Data Source=localhost\\KIRZAD-APPLE;Initial Catalog=Northwind;
|
| No Smart Device Choice | 01 Jun 2004 05:18 GMT | 3 |
How come My VB.Net environment does not contain the Smart Device Application Template to open the Smart Device Application Wizard. Any Ideas? Thanks Paul
|
| data access for WinForms | 01 Jun 2004 02:45 GMT | 2 |
I am looking for architectural solution for data access from WinForms. For WebForms I am using MS Data Access Application Block with few modifications. DataReader methods help a lot and this was a big boost for my project. For WinForms requirements are quiet different. For a example ...
|