| Thread | Last Post | Replies |
|
| how to rectify System.ArgumentOutOfException | 19 Sep 2006 13:01 GMT | 1 |
I am krishna,software developer in chennai,india.I developed one application using visual studio 2005.I am using Dataview object in my application.it's working properly in offline but the online application display the following error
|
| DataView Problem | 19 Sep 2006 13:00 GMT | 1 |
I am krishna,software developer in KISOFT, chennai,india.I developed one application using visual studio 2005.I am using Dataview object in my application.it's working properly in offline but the online application display the following error
|
| Internal .Net Framework Data Provider error 12. | 19 Sep 2006 12:03 GMT | 8 |
I am using .Net Framework 2.0. And for accessing data Oledb data provider. This is used in a multi-threaded windows service. I am getting the following error on a select query. The stack trace is as follows.
|
| ODBC or OLE DB | 19 Sep 2006 11:36 GMT | 4 |
What should I choose ODBC or OLE DB? I need to connect to Oracle, SQLServer, Ingres and maybe MySQL. I am not using stored procedures. I cannot find any microsoft recomendations on there MSDN site.
|
| Character special in ADO ConnectionString. | 19 Sep 2006 09:08 GMT | 1 |
we have a function that defines the password of the user access the data base. This function was written initially in Delphi and the access to the data base is ADO. In this environment the access is made without problems. In C# with ADO.net when attributing the password is ...
|
| ORA-00020: maximum number of processes (%s) exceeded | 19 Sep 2006 01:44 GMT | 2 |
I have been using the OleBDhelper (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/daab.asp) with oracle. With a small group of people we recieved the following message:
|
| Output Parameter not being returned correctly - DAAB in ASP.NET WAP | 18 Sep 2006 21:46 GMT | 8 |
I'm using the DAAB Ent Lib (Jan 2006) for .NET 2.0, with VS 2005 Pro. My project is a Web app project (using the WAP add in). Background: I'm creating a survey system for our company, for which invites will target selected personnel among our customers via email. Each email will ...
|
| Row number in DataRow. | 18 Sep 2006 17:21 GMT | 3 |
I am iterating through the rows in a table through foreach statement. I am using DataRow object here to store the row from the DataRow collection. Within the loop I need to find out the current row number. I could have used an integer variable outside the loop and used it as ...
|
| Yet another issue with DataColumn inhertiance | 18 Sep 2006 11:14 GMT | 6 |
Since DataColumn is not sealed I would like to inherit from it and create my own. Unfortunately it seems that when serializing a DataTable with these columns, only DataColumn (the base) is serialized and my derived column is not.
|
| Error clearing Date fields | 18 Sep 2006 04:49 GMT | 2 |
I'm using an Access Database, and VB.Net 2003. One of my tables has, amongst others, 2 fields that are defined as Date/Time fields. with a format of Medium Date. In the VB Solution explorer I added a new form using the Data Form Wizard
|
| Related rows within a typed dataset: How to make them work? | 16 Sep 2006 08:31 GMT | 1 |
Good morning, I have a typed dataset that is composed of a few tables. I usually just use the typed dataset for loading / updating and working with data at the table level (and not at the DataSet level). In other words, I
|
| Testing for SQL2000 server availability? | 16 Sep 2006 00:56 GMT | 3 |
how can i test in my C# code that the sql2000 server is available or can be seen on the network? Right now when i connect to it it gives me an exception, and it takes a while to spit out the exception, i mean i can hide the exception message box, but the time it takes to open the ...
|
| Sybase ASE client to connect to Sybase System 11 | 15 Sep 2006 21:54 GMT | 1 |
I'm using .Net framework 2.0, Sybase System 11. I need the Sybase ASE cient to use to get data from a sybase data bse, but I can't find it. Anybody have it? Does anybody know where I can get it? I have looked out on Sybas.com, but its not there...
|
| Storing BLOB when you don't know the length | 15 Sep 2006 16:55 GMT | 1 |
I am currently using the following code to store a stream into a binary database field. This works but I want to start reading from a compressed stream where I will not know the length. Is there any way to add the bytes chunk by chunk until there is none left to
|
| Location of file written by WriteXML | 15 Sep 2006 16:48 GMT | 2 |
I am using the following code in an attempt to write my dataset to XML. Function GetRecordCount() as integer Dim strConnString As String = "Provider=Microsoft.Jet.OLEDB.4.0; Ole DB Services=-4; Data Source=c:\path\fmdb.mdb"
|