02-08-2020, 10:32 PM
Hi Joao Lira,
I experienced something similar the first times I tried my HTTP.SYS application. My application used a ado dbcoonnection and adoquery to retrieve data from a sql database on a sql server.
My problem was solved when I created a username with which the application could logon on as a service (service start logon) AND I allowed the same user to access the database.
Local system was not sufficient, even though the windows logged-on user was admin.
Regards
Soren
I experienced something similar the first times I tried my HTTP.SYS application. My application used a ado dbcoonnection and adoquery to retrieve data from a sql database on a sql server.
My problem was solved when I created a username with which the application could logon on as a service (service start logon) AND I allowed the same user to access the database.
Local system was not sufficient, even though the windows logged-on user was admin.
Regards
Soren

