Search results for query: *

  1. H

    connect windows service to sql

    ok my promlem was about user account. i solved it.but i want to use "sql table dependency" in windows service app .but i have no idea about it.where i have to write my code? in onstart or main loop?
  2. H

    connect windows service to sql

    i connect to sql in windows form with this connection string: SqlConnection conn = new SqlConnection("Server =localhost;" + "Trusted_Connection=yes;" + "database=dataone; " + "connection timeout=30"); i want to connect it in windows service app but i cant . can u help me thanks in advance
Back
Top Bottom