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

    select statement won't match polish characters stored

    HI, I'm trying to do a select statement to match the name of a town or district stored in my database, the fields collation is utf8_polish_ci and the name is ?ódzkie. When I try and match this to a record in the database it won't product any matches, because it's the way it's stored in the...
  2. intomuso

    Error can't use nested script

    This might be something else then, because when I click on the button below, the button disappears and I suppose so do the ability to use the <script type="text/javascript" src="swfobject.js"></script> scripts any ideas why that happens? <button type="button" onclick="doSomething('str');"...
  3. intomuso

    Error can't use nested script

    Hi, I wish it was that easy, but if you ad it outside the function, it won't be included when you call the function because it's out side the function
  4. intomuso

    Error can't use nested script

    Hi, I'm trying to include this javascript file <script type="text/javascript" src="swfobject.js"></script> in the function below, but get an error saying I can't use nested scripts. How can I use this file inside the function doSomething. Also how to keep all the page coding outside the...
  5. intomuso

    improving smtp server security settings

    Hi, I'm getting the following message from a network security scan (seems to be in linux terminology), does anyone know what I need to do in windows 2003 to stop this and what does it mean please? RESULT - "It is possible to enumerate the names of valid users on the remote host. Description...
  6. intomuso

    smtp server settings using CDO.message

    Hi Mark, That works a treat, thank v much for your help. gavin
  7. intomuso

    smtp server settings using CDO.message

    Hi Mark, yes I get '220 mymailserver simple mail transfer service ready' any other ideas? thanks gavin
  8. intomuso

    smtp server settings using CDO.message

    Hi, Thanks for the advice, I'm currently allowing any ip. these are the settings below. Access -> Authentification -> tick allow anonymous access Access -> Connection -> radio button on, All except the list below Access -> Relay Restrictions -> radio button on, All except the list below...
  9. intomuso

    smtp server settings using CDO.message

    Hi, I'm getting no emails through using the CDO.message object. It was originally working OK with the default SMTP virtual server settings. I then went and started trying to enhance the security by changing these settings for another purpose not to do with CDO.Message. Anyway I then returned...
  10. intomuso

    how to task schedule every 15 minutes

    Hi, I've looked in task scheduler in windowes server 2003 and I can only see an option for a certain time each day, week, year. Is there some way to activate a VBS script every say 15 minutes of the same day? Thanks for your help.
  11. intomuso

    people who liked x also liked y

    Hi, Thanks - I hope the query Where Exists will work in mySQL 3.23 I think the basic ideas you've given can be adapted declare @SongId int select @SongId = 23 select s1.SongID ,st.Songname,a.ArtistName I don't know if you can do that. Thanks for your help I'll let you know if it works
  12. intomuso

    people who liked x also liked y

    Hi, yes The SongPaid.SongID - > SongTable.ID ArtistTable.ID - > SongTable.ArtistID Hope you can make something out of it Thanks gavin
  13. intomuso

    people who liked x also liked y

    I'm trying to do a query which is way beyond my usual sql statements and I'm not sure what to use. I have 3 tables Songtable (fields - ID,Songname,ArtistID) SongPaid (fields - SongID,CustID) ArtistTable (fields - ID, ArtistName) So what I want to do is look into the "SongPaid" table and...
  14. intomuso

    Speeding up code database and sessions

    Hi This is so frustrating, I used your code above and the response.write was producing the correct information collected from the database. However it's being subborn and won't add it to the cart, the cart just displays an empty field so nothing is adding to the cart. is there anything...
  15. intomuso

    Speeding up code database and sessions

    Hi, I'm posting this as a continuation of earlier post below, where I haven't found a solution yet. Suggestions from some guys have improved the speed, but I can't make the session cart add, items to the cart in a loop. for some reason my original code although painfully slow, around 15...
  16. intomuso

    Speeding up code database and sessions

    Hi Thanks for all your help, I've taken on and re coded using all the tips, and as with genimuse's suggestion I've got the id in the query. It's quicker but the problem is it's not letting me add the details to the session cookie. All I get is the last record added. I can see from the sql...
  17. intomuso

    Speeding up code database and sessions

    Hi, I currently have a shopping basket which is fine for one item at a time. It loads fast enough. However I adapted the code so people can choose multiple items via tick box, these can sometimes number 10 or more at a time. It's very slow and can sometimes take 15 seconds to load, mostly...
  18. intomuso

    dynamically create www.mywebsite.com/clienturl using code

    Hi, Thanks I never thought of that, genius or what :) gav
  19. intomuso

    dynamically create www.mywebsite.com/clienturl using code

    Hi, I'm trying to create folders for bands. So they can have their own url e.g www.mywebsite.com/clienturl or as in www.myspace.com/thewho for example. I know how to and have done this manually. I create a folder, then put a default.asp page in that folder with a response.redirect to the asp...

Part and Inventory Search

Back
Top