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 Mike Lewis 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: *

  1. shameer21

    asp connection to asphostportal.com mysql database

    yes... I'll replace it. thank bro [bigglasses]
  2. shameer21

    asp connection to asphostportal.com mysql database

    ahaaaa I think I need replaced db_server = mysql.secureserver.net with my database hostname from the Hosting Control Panel. [bigsmile]
  3. shameer21

    asp connection to asphostportal.com mysql database

    I use this but error <% Dim oConn, oRs Dim qry, connectstr Dim db_name, db_username, db_userpassword db_server = "mysql.secureserver.net" db_name = "your_dbusername" db_username = "your_dbusername" db_userpassword = "your_dbpassword" fieldname = "your_field" tablename = "your_table"...
  4. shameer21

    asp connection to asphostportal.com mysql database

    Hello... I'm trying to connect via asp to a asphostportal.com mysql database on their server. I've created the database and added a users table. I have an opensource intranet (UAPortal) that is really plug&play, it comes with an Access database attached, so you just load it on your server and...

Part and Inventory Search

Back
Top