Windows Service, MS SQL 2005 and late binding

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.
 
W

Willy Denoyette [MVP]

| 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top