Windows Service, MS SQL 2005 and late binding

  • Thread starter Thread starter Arjan
  • Start date Start date
A

Arjan

Hello,

I am trying to develop a Windows Service that is able to connect to a MS SQL
Server 2005 database through late binding. However I am not able to find any
information about this. I hope that someone around here can help me with
this or at least point me to something useful. I am using C# (.NET Framework
2.0) and MS SQL Server 2005. The service will be running on Windows Server
2003.

TIA,
Arjan.
 
| Hello,
|
| I am trying to develop a Windows Service that is able to connect to a MS
SQL
| Server 2005 database through late binding. However I am not able to find
any
| information about this. I hope that someone around here can help me with
| this or at least point me to something useful. I am using C# (.NET
Framework
| 2.0) and MS SQL Server 2005. The service will be running on Windows Server
| 2003.
|
| TIA,
| Arjan.
|
|

What do you mean with "late binding"? You don't connect to SQL server using
"late binding".

Willy.
 
Back
Top