ODBC and Windows Service
Posted
by DNS
on Stack Overflow
See other posts from Stack Overflow
or by DNS
Published on 2009-10-30T10:36:39Z
Indexed on
2010/03/25
12:43 UTC
Read the original article
Hit count: 367
Hi,
I'm new to windows services and... you guessed it, I’m a bit stuck. Let me paint the picture –
I’m running a timed service that use an OdbcDataReader and SqlBulkCopy to (1) archive the data (2) normalize the data on a SQL box. When I run this code in a windows form proj. it works fine. Then, when I change the DNS’s Data Directory Path to a local drive, instead of the network share (just simulated the environment locally), it works as well.
I’m obviously missing something. Any help will be appreciated.
DNS
© Stack Overflow or respective owner