| Thread | Last Post | Replies |
|
| SqlCommand SQL statement 'stuck' | 14 Apr 2005 00:46 GMT | 5 |
In the code below, I am trying to change the select statment to be "distinct" , ( i have also tried "top 1"), but when the code runs I always get the original query "Select city from doctors". Here is a code extract
|
| Possible to open Access Report | 13 Apr 2005 23:35 GMT | 1 |
Is it possible to execute an Access report via ADO w/o having to resort to using the Access automation server with COM Interop?
|
| Importing Excel data to Access | 13 Apr 2005 21:24 GMT | 7 |
What is the best practice when importing Excel data to an access database? Totto
|
| Oracle Data Providers (Connection Pooling & Transactions) | 13 Apr 2005 18:22 GMT | 4 |
I want to connect to Oracle 8.1.7 server through my application. I would like to know which .NET data provider will be the best option? Microsoft Oracle Provider or a ODP.NET provided by Oracle. Here server is hosting databases for many other applications and
|
| ADO error "There is already an open DataReader associated with this Connection" | 13 Apr 2005 18:21 GMT | 4 |
I have been reading somewhat about this error, but I am confused as to why mine is happening. I use a single, static connection from the instantiation of the form in my project. Against this, I run DataReaders and then close them immediately.
|
| Get worksheets from Excel | 13 Apr 2005 17:44 GMT | 1 |
I use the OleDb objects to connect to an excel file and retrieve data from a specified worsheet. What SELECT statement should I use (if there is an existing one) to retrieve the names of the worksheets in the file?
|
| Annoyance: Intellisense doesn't work for referenced typed datasets? | 13 Apr 2005 16:45 GMT | 7 |
Does anyone know why Intellisense frequently stops working for strongly typed datasets when the dataset is in a referenced assembly? Within the assembly where I have the dataset, it works fine, but outside of that assembly I can rarely get Intellisense to recognize anything ...
|
| DataRelation | 13 Apr 2005 16:43 GMT | 6 |
I have some data that is disassociated, I am trying to put an ad-hoc relationship into it so that I can get it hierarchical. What I need to do is create a relationship on two fields in a table. Is it possible to do this?
|
| Using Transactions in C# | 13 Apr 2005 16:21 GMT | 5 |
i have some wired behaviour using c#, ado and sql server. There are two tables on sql server: Order and Orderdetails. (Order_ID is primary key on Table Order and foreign Key on Orderdetails.)
|
| ANN: Using ADO.NET inside SQL Server 2005 with SQLCLR | 13 Apr 2005 15:48 GMT | 1 |
SQL Server 2005 enables the creation of procedures, functions, etc. using managed code. Since you can use managed code, sooner or later you'll want to access some data in the same or a different server, and for that you'll most likely use ADO.NET.
|
| registering provider | 13 Apr 2005 15:40 GMT | 5 |
Hi, if this is not the appropraite list, forigve me and point to the correct one. I have a custom .NET Provider implementation that follows all guidelines. I can connect tot he database, fill dataset, use it in all kind of query
|
| DataView / DataSet / ADO.NET HELP | 13 Apr 2005 15:39 GMT | 5 |
Ok I want to filter a dataset into a dataview and be able to reference back to the dataset from the filtered dataview. Example: 100 record dataset
|
| Multiple DataTables in Dataset | 13 Apr 2005 14:30 GMT | 8 |
I am returning multiple datatables from a stored procedure into a dataset. It keeps naming the datatables as "Table","Table1","Table2" etc. Is there a way i can change the sproc so that my datatables get created with a name ? The multiple select statements have multiple joins too ...
|
| Excel Report in VB.NET | 13 Apr 2005 13:25 GMT | 1 |
I am trying to generate Excel sheet using Provider=Microsoft.Jet.OLEDB.4.0; I am always getting the error while inserting data into any cell other than A.
|
| How to consume multiple result sets? | 13 Apr 2005 12:11 GMT | 3 |
I am using ADO.Net in VB.net application. .Net Framework 1.1. In a stored procedure I have multiple output parameters and multiple result sets. How to code for this in ADO.Net? I have used MyCommandObject.ExecuteNonQuery() when there were only output
|