Search results

  1. K

    Search engine indexing problem

    Hi, I've noticed something fairly odd. Search engines index the IP address of my site rather than the site name. For example when searching for a particular word it returns the result on page: 123.456.789/somepage.asp - instead of- www.mysite.com/somepage.asp Any suggestions...
  2. K

    Current Recordset does not support updating...

    Hi everyone, I've got a problem, I first had my website running with an Access db, without any problems, since I moved it to MSSQL some pages generate an error I don't know how to fix. The error occurs when I try updating a record. This is the code: if request.querystring("repair") =...
  3. K

    Order by clause in MSSQL

    Hello, I just had my database converted from Access to MSSQL, but now I run into a problem. MSSQL doesnt seem to be able to order by text. I really need to be able to do this. I used this clause with access: SQL = "select * from members where status = 2 ORDER BY username asc; How can I...
  4. K

    Enom Domain Registration Configuration

    Hello, I would like the Domain Registrar Manager in my reseller account to support domain registration services with Enom. Currently if I click the "Domain Registrar Manager" link under the "settings" tab I only get a message saying it is active. I cannot change domain name prices or anything...
Back
Top