| Thread | Last Post | Replies |
|
| .NET Data Provider | 04 Oct 2004 18:19 GMT | 4 |
MSDN Documentation says " .NET Framework Data Provider for SQL Server or .NET Framework Data Provider for OLE DB requires the installation of Microsoft Data Access Components version 2.6 or later" .NET Framework Data provider for OLE DB uses the existing OLEDB thru
|
| Select method works for String but not DateTime.ToString? | 04 Oct 2004 16:29 GMT | 2 |
The problem is that this worked fine on my Windows XP machine, but did not work on any of several Windows 2000 computers at the client's location. The Select method would always return 0 (zero) rows even though we were working with the exact same list of files in both locations.
|
| Cannot perform '>=' operation on System.DateTime and System.String | 04 Oct 2004 15:44 GMT | 3 |
I have noticed this problem coming up in newsgroups before I have a slightly different variation on it. I have a dataview (dv) that I am filtering: e.g.
|
| SqlDataAdapter, DataSet and updates | 04 Oct 2004 15:05 GMT | 3 |
I am currently on my first ASP.Net application (Spell Checker), and have some confusion/questions regarding the ADO.Net part of it. I have a method that uses the SqlDataAdapter to fill a DataSet with results from a query. The DataSet contains a table of blocks of text from many ...
|
| Memory issue using OleDbConnection with SQL Server | 04 Oct 2004 14:31 GMT | 2 |
First of all, I'm not quite sure if this is the right place asking this question, it may very well be a SQL Server issue, but I'll start here. I have a problem with the SQL Server database "running wild", consuming all available system memory, when running a C# application that ...
|
| General Network Error & SQL Cursors? | 04 Oct 2004 13:57 GMT | 2 |
Has anyone experienced a "General Network Error" while executing a Stored Procedure that uses T-SQL Cursors? Of course this error has to occur at random times, so I don't know exactly what is causing it, but it is always with one specific stored procedure, and this stored ...
|
| Communication with External Application Objects from an ASP.Net Pa | 04 Oct 2004 11:55 GMT | 2 |
How would I go about writing an ASP.NET Page that could communicate with another applications objects, Example being I am writing a Website where I need to communicate with AutoCAD objects.
|
| Cannot access the added row using Table.Select method | 04 Oct 2004 05:27 GMT | 3 |
I am working on a windows application. I am facing a problem in accessing the added row of a table using Table.Select method. Following explains the problem Following is my table
|
| An Output parameter causes 80040e21 from Access 2000 | 04 Oct 2004 02:26 GMT | 5 |
I am trying to use output parameters with an Access database, but can't because I get an exception "Multi-step OLE DB operation generated errors" (-2147217887, 80040E21). I have been removing code to eliminate possible causes and got to the
|
| Newbie: Help with DataAdapter- Datasets | 03 Oct 2004 22:45 GMT | 2 |
I've been struggling with the following problem for a while now and although i made it work halfway i still dont think I understand the principles correctly.... I want to populate a few controls from a dataset, in other words they will
|
| NewRow fails when using XML document as Dataset | 03 Oct 2004 22:41 GMT | 2 |
I am using following code snippet to add another user in Users.xml: ------------------------------------------------------------------- DataSet dstUsers = new DataSet(); dstUsers.ReadXml("Users.xml");
|
| DataGridTableStyle thru code | 03 Oct 2004 19:48 GMT | 2 |
hey guys need a little guidance - even a reference or two. took VB.NeT in school but, they never seem to teach real world scenarios. anyway. learned Connecting Using SERVER EXPLORER and the wizzards for building Data Adapters and Configuring Datasets. all of which requires a hard ...
|
| Connection pool in WinForms app using Data Access Block is exhausting | 03 Oct 2004 11:15 GMT | 6 |
I have an application that is using Microsoft's Data Access Application Block in a WinForms Client/Server configuration. Recently, we have been having problems where an application is timing out and throwing an error stating that the connection pool is exhausted, requiring a restart ...
|
| Transaction Question..... | 02 Oct 2004 10:36 GMT | 6 |
I am using SQL Server 2000 and .NetFramework 1.1. Here is my transaction based database implementation gtrnSQLDB = gcnnSQLDB.BeginTransaction(IsolationLevel.ReadUncommitted) Since I am saying ReadUncommited, If any other application tries to access
|
| encapsulating dataadapter in another dll | 02 Oct 2004 04:46 GMT | 1 |
i have a vb.net app that has been running successfully for two years, version 2003 for almost a year. recently, i replaced all references to oledb.oledbdataadapter with mydll.dataadapter. since i cant inherit from oledbdataadapter, i
|