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 SkipVought 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: cheng8950
  • Order by date
  1. cheng8950

    Shopping cart automatic product numbering?

    u will need to do some scripting, either javascript, asp, php or others. write a for loop and increase image source photo number by 1. I don't know how you are passing the form parameters but you should need only one form tag for the whole page, pass the photo number and photo size to your cart.
  2. cheng8950

    cannot open user default database. logon failed

    Sounds like you don't have provided the correct logon information. Is your sql server setup using NT authentication or SQL Server authentication or both? If NT, did you NT domain password expired and are you connected to the network? If SQL Server authentication, did you type in the correct...
  3. cheng8950

    SQL Server 2000 Web Logins

    i have never done this before, what you can do is you can have your ASP page execute a sql server stored procedure that grant user rights to perform certain actions to particular objects within that database. check for GRANT in the book online. e.g: USE DBNAME GRANT SELECT ON TABLENAME TO...
  4. cheng8950

    Why does ASP work on PWS and not on IIS?

    I have not used PWS before but IIS has been pretty reliable for me most of the time. Do you have your IIS virtual directory properly configured? What kind of code do you have on that page? -cheng
  5. cheng8950

    Cannot update. Database or object is read-only. ??

    1. Make sure that the mdb file is not set to Read Only. 2. Make sure the IUSER_YOURMACHINENAME has write permissions to the mdb. Hope this helps. -cheng
  6. cheng8950

    Need help on recordset pagings! Please advice!

    http://www.serverwatch.com/tutorials/article.php/1493261 just do a search in google. hope that helps. -cheng

Part and Inventory Search

Back
Top