Hello all;
Does any one know what is the problem with this SQL insert:
rsAppData2.Source ="INSERT INTO Data (FName,Serial,email) VALUES ('" & Request.Form("FName") & "','" & Request.Form("Serial") & "','" Request.Form("email") & "')"
It gives error in the ASP page
Thanks for reply
What I'm doing is communicating an ASP page in the net from the Vbasic project to do something like activating the software,
1- the exe posts a serial no. and email for example, with the syntax:
Inet1.Execute strUrl, "POST ", strFormData, "Content-Type...
How is it possible to invoke POST method with MSINET.OCX
control in a Visual Basic application?
We tried to use Inet.Execute method in this way:
Inet.Execute myURL,"POST","param1=value1¶m2=value2"
but ASP page doesn't retrieve any parameters. It seems that the ASP gets empty inputs
Have...
Hello All;
I'm trying to communicate with an ASP page that activate a program to send a key to the ASP and retrieve serial.
I'm using the Inet control with the Inet.Post
The ASP is working good (I tested it through the Explorer).
My problem is with the GetChuk. The return gives the State=12...
Hello All;
I'm trying to communicate with an ASP page the something like program activation that send the key to the ASP and retrieve the serial.
I'm using the Inet control with the Post prop.
The ASP is working good (Itested it through the Explorer).
My problem is with the GetChuck prop...
I'm asking about online registration of my app. using any given serial to the customer which he should write it along with his email and then pass it to the ASP and retrieve the passowrd from the ASP and then do some actions to run application.
I can write an asp that could do that
My specific...
Thanks to all of you
Yes I'm asking about online registration of my app. using any given serial to the customer which he should write it along with his email and then pass it to the ASP and retrieve the passowrd from the ASP and then do some actions to run application.
My specific Qu. is how to...
Hello
I can write down some Vbscript codes to ASP file to get serial number and calculates passowrd to that number and send it back as a response
The question is how to send that serial and also retrieve the response in VB application to register your application for example in a hidden way...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.