Hi all,
I need to create a windows service in c# that references a object in another applications (this object has stored procedure,datab ase connectivity etc). Using the windows service i need to connect to a database then query a table and display the info.
I have no idea on how to do this. Now i have created the windows service and referenced the object, but i have no idea on how to connect to the database via a windows service and display the info.
Can anyone help me. Please.
Thanks.
I need to create a windows service in c# that references a object in another applications (this object has stored procedure,datab ase connectivity etc). Using the windows service i need to connect to a database then query a table and display the info.
I have no idea on how to do this. Now i have created the windows service and referenced the object, but i have no idea on how to connect to the database via a windows service and display the info.
Can anyone help me. Please.
Thanks.
Comment