Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AstroPower
  • Order by date
  1. AstroPower

    I need help in this INSERT Statement in the ASP

    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
  2. AstroPower

    Using POST with MSINET Control to comm with ASP

    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...
  3. AstroPower

    Using POST with MSINET Control to comm with ASP

    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&param2=value2" but ASP page doesn't retrieve any parameters. It seems that the ASP gets empty inputs Have...
  4. AstroPower

    Using the Inet.GetChuk to read from ASP

    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...
  5. AstroPower

    Problem inUsing the Inet.GetChunk

    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...
  6. AstroPower

    How to send and retrieve data from ASP by Vbasic application

    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...
  7. AstroPower

    How to send and retrieve data through ASP like registering application

    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...
  8. AstroPower

    How to send and retrieve data through ASP like registering application

    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...

Part and Inventory Search

Back
Top