| Thread | Last Post | Replies |
|
| Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding | 01 Sep 2006 00:54 GMT | 1 |
We use ADO.NET / SQLProvider against SQL2000 for our web application. We have started to see more and more of these errors: Exception Type: System.Data.SqlClient.SqlException Errors: System.Data.SqlClient.SqlErrorCollection
|
| Question about SqlCommand.Parameters.Add() method. | 01 Sep 2006 00:45 GMT | 5 |
I'm currently programming an ADO.NET application for SQL server. I notice that the SqlCommand.Paraterers.Add() method require 4 parameters which are parameterName, SqlDbType, Size, and SourceCOlumn. The question is with Size parameter:
|
| How to refresh datatable from datasource | 31 Aug 2006 22:05 GMT | 5 |
in a network-winforms-application based on a access database I've got the following problem: user A starts software user B starts software
|
| NewRow, RowState, and Detached with a CommandBuilder | 31 Aug 2006 18:59 GMT | 1 |
I'm using the ADO.NET 1.1 framework and have this ADO.NET dataset I want to use to add and/or update records on the physical SQLServer table it came from. I am using an ADO.NET commandBuilder to automatically generate the update and insert SQL commands.
|
| Help with Output Parameter Statement | 31 Aug 2006 18:00 GMT | 5 |
All: I am running a stored procedure via code but need help with the sytax for the output parameter as mine is wrong, Sorry, but I am just learning. Here's my incorrect section, more is listed below:
|
| Problems with using ODP.NET provider | 31 Aug 2006 17:17 GMT | 3 |
I'm using this query Select Distinct(prj.Name) as PrjName, prj.oid as PrjOid From SITE61.PRJMGTProjectRoot prj, SITE61.CORERELATIONDEST ic, SITE61.PRJMGTDatabase pd
|
| Sorting | 31 Aug 2006 16:43 GMT | 8 |
When I sort a number I get a lexicographical sort 1 11 112
|
| Connecting to Oracle Database. | 31 Aug 2006 14:45 GMT | 2 |
Greetings All, I am writing a small test app in C# .Net 2.0 that needs to connect to an Oracle 10g database. I need to use Microsoft's data provide System.Data.OracleClient to connect to the database and I need to connect as "SYS." There seems to be no provision for connecting as
|
| Data Access Layer and Business Logic Layer in ASP.NET 2.0 | 31 Aug 2006 13:36 GMT | 1 |
Hi friends, how ru all, I have a question about creating Data Access Layer and Business Logic Layer using ASP.NET 2.0 and VB.NET, which is the best way, and what is that best and optimized solution for creating DAL and BLL.
|
| UDL in ADO.NET | 31 Aug 2006 13:32 GMT | 5 |
In ADO the preferred[1] way of specifying the connection string was using an .UDL file. What is the preferred way to do this in ADO.NET? // Anders
|
| CommittableTransaction leaves open transactions on server? | 31 Aug 2006 08:44 GMT | 1 |
System.Transactions: TransactionScope and CommittableTransactions leave open transactions on server. I'm having problems with commited or rolled back transactions leaving open transactions on the database server.
|
| Name change, can't find origin of error | 31 Aug 2006 08:13 GMT | 8 |
I've recently made a name change on a few database tables. I thought I got all the name changes done in the front end reference. However, this one eludes me. I've checked all the classes listed in the error trace. I've done full text searches across all the documents of the
|
| Need some help on forms | 31 Aug 2006 03:25 GMT | 6 |
YO...., I NEED SOME HELP HERE ! Actually, I got some info from a good guy called ScottT, but I need more. You see, I'm kind of stuck in here. I need to connect two forms. But the problem
|
| why ever use structs vrs. classes? | 31 Aug 2006 02:09 GMT | 4 |
I have a hard time recalling what was the basic rationales for using structs instead of classes in a C# program. Could anyone point out the reasons?
 Signature Thanks in advance,
|
| Closing a connection returned from separate class | 30 Aug 2006 22:14 GMT | 3 |
I have a solution - just a test one - where there are two projects. One is a simple windows form with a text box called txtClient & a command button. The command button eventually calls a SP that has a parameter @ClientName. The other project is a class library that has a class ...
|