all groups > dotnet ado.net > august 2007 > threads for august 29 - 31, 2007
Filter by week: 1 2 3 4 5
How to fill background of page with gradient
Posted by moondaddy at 8/31/2007 9:50:18 PM
I want to fill the entire background of a page with a gradient. As a test,
I first filled with a solid color like this:
<body style="background-color: #ccffff;" >
and the entire page was this color.
next I replaced that with a gradient style like this:
<body style="filter:
progid:DX... more >>
System.Data.dll Difference (Windows Server 2003 - Framework v1.1.4322 vs (Other Windows OS) - Framework v1.1.4322)
Posted by Mythran at 8/31/2007 1:31:38 PM
We are getting a serialization error and after a few hours of tracking the
"real" problem down, we found that the System.Data.dll file for the Windows
Server 2003 version of Microsoft .Net Framework 1.1 SP1 is different than
the rest of the SP1's for the other Windows operating systems. While... more >>
ADO.Net and transaction locking
Posted by Robert Strickland at 8/30/2007 1:14:23 PM
Earlier today I was in a discussion with the team's DBA on where explicit
database transaction locks should be placed - in the .Net application or in
the stored procedures. This can up when we ran into some concurrency
problems for our web application. Is here any guidelines or standards on
... more >>
ADO.Net and FoxPro 8 dbf file
Posted by BartMan at 8/30/2007 10:52:05 AM
Greetings,
I am devleoping a new application in C# which is suppose to perform a look
up of some data from a legacy database locally on the machine. The problem
is that this data is stored in a Foxpro 8.0 DBF file. It seems like my
connection string works, but how do I get access to a sp... more >>
The user is not associated with a trusted SQL Server connection
Posted by frank at 8/30/2007 10:50:03 AM
Hi,
I have an asp.net2.0 app with sql server express on another machine, I can
browse the pages in VS2005 Environment. When I created a virtual directory in
IIS, and browse the pages, I got the following errors:
----------------
Exception Details: System.Data.SqlClient.SqlException: Login... more >>
Multiple INSERTs to Oracle in a single command - how to?
Posted by Tomasz J at 8/29/2007 6:13:24 PM
Hello Developers,
I just cannot figure this out. How to separate multiple Oracle INSERT
commands, so my inserts execute as a single batch. Semicolon does not seem
to work - Oracle returns: "ORA-00911: invalid character".
Could anyone advise?
Tomasz J
... more >>
ADO.NET and MSFT Access 2007
Posted by Jeff Gaines at 8/29/2007 4:52:05 PM
I am using the trial version of Office 2007 (I am awaiting delivery of my
own version) having taken a large leap from Office 97.
I accessed the 97 version of Access using ADODB but, if it makes sense, I
want to try and learn how to use ADO.NET with the new version. I write
Windows Forms app... more >>
Database Mirroring Causes .NET Internal Network Provider Error 6
Posted by bryans NO[at]SPAM archtest.com at 8/29/2007 10:12:58 AM
When implementing database mirroring using SQL 2005, our .NET
Framework 2.0 Windows Forms Application clients are intermittently
receiving the following error:
Internal .Net Framework Data Provider error 6.
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection
owningObject)
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
hi
Posted by nalini at 8/29/2007 5:59:25 AM
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to S... more >>
|