Search results

  1. A

    Question RE ASP code generated by Access

    Greetings All, I have the following ASP code generated by MS Access, the code displays a table that can be viewed via a web browser. Currently the code displays the first record first and the last record last, is there a way to switch it so that it displays the last record first and the first...
  2. A

    Convert Long IP to String IP

    Greetings, I have used the following code to get a remote machine's IP Address: dim pc as string dim hostaddress as ipaddress pc = pcname.text hostaddress = Dns.Resolve(pc).AddressList(0) Now I want to convert this IP Address to String, how could I do that? I'm relatively new to this so...
Back
Top