Creating Windows Service
-
Hi To ALL, can i access SQl server database in windows service application in VB.NET. If so pls give some hints Thanks Mahesh
-
Hi To ALL, can i access SQl server database in windows service application in VB.NET. If so pls give some hints Thanks Mahesh
Yes... Use Google. Seriously... DB access is DB access reghardless of what the client (application) is. Al a windows service is is an exe file run under a different context... Probably ther biggest issue you might have is security access tothe DB. You might have to either impersonate a specific user in your DB access code or run the service under a speciai account that has access to the DB.
George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
My Blog[^]