Jump to content

How To Save Data From User To A Server On Internet?


Recommended Posts

I need to do some basic logging for billing purposes from a users computer to a SQL Server on Internet.

I've been trying with direct inserts to the database from my AutoIT script with ADODB but this doesn't work because ADODB isn't installed/allowed on the users computer.

I was thinking of opening Internet Explorer in hidden mode with parameters in the querystring and then grab them and insert to the database as I am sure I can do this without problem since Internet Explorer exists on the users computer.

Is there an easier way to post data without opening Internet Explorer? I know this consumes a lot of memory and can generate problem if the page isn't opened properly.

Grateful for fast answers!

Regards,

T

Link to comment
Share on other sites

HI,

maybe you can use ftp to store the data on the server and then have a script on the server that checks for new files and works them up.

Just a thought.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...