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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lazydays

  1. lazydays

    Split function containing INSERT

    After all that I have worked it out! set rs2use.source as the first query then rs2use.open then set rs2use.source as the second query then rs2.use.open So simple!! Thanks for your input guys!
  2. lazydays

    Split function containing INSERT

    This is the relevant part of the function I am working with. I need to spilt the Insert query into 2 and run them both. function quoteSaveQuote2DB() Set rs2use = Server.CreateObject("ADODB.Recordset") rs2use.ActiveConnection = MM_PrimaryLocal_STRING rs2use.LockType = 3...
  3. lazydays

    Photo upload preview

    Thanks! I'm not great with Javascript but will have a look!
  4. lazydays

    Split function containing INSERT

    DNG you are right - I need to update 2 seperate tables
  5. lazydays

    Photo upload preview

    Erm thanks...but the guy I am doing the site for wants to preview the photos before uploading - through the website. I could upload before the preview and then delete if the upload is not completed but why put that extra strain on the server.
  6. lazydays

    Split function containing INSERT

    Sorry but I don't think I explained it very well. I have a function that calls and executes a query. This query is an insert query. What I meant was that I know how to split the sql query into 2 parts, but I don't know how to make the function call both queries. Unfortunately I cannot post...
  7. lazydays

    Photo upload preview

    I have a script which uploads a photo to my server. However, I want to be able to preview this before actually uploading the photo. Is there any way this can be done in PHP?
  8. lazydays

    Split function containing INSERT

    Thanks DNG - how do I parse a different query from within the function?
  9. lazydays

    Split function containing INSERT

    Hi, I have taken over a website which has a function that inserts data to a table using the recordset. I need to split the insert query into 2 as we want to split the table being inserted into. This is fine - I can write the queries required, but I am used to PHP and am unsure of how to run a...
  10. lazydays

    "Browse" button

    OK, I have the browse box working now, but I do not want to open or save the file. I want to import it to a specific table in the database. How do I go about doing that? Thanks in advance!
  11. lazydays

    "Browse" button

    Hi, I want to be able to click a button and browse my hard drive and then import the selected file to the correct table. I have read a few threads about this, but to be honest, it goes over my head. I am new to VB programming so a guide for plebs would be gratefully received!!!
  12. lazydays

    Read receipts

    I think I already know the answer to this, but thought I'd double check! Is there a way to get read receipts when sending mail via php mail() function?
  13. lazydays

    Best way for remote access

    Thanks PCmad! Do you have any personal experience of any of those applications - and any recommendations? ;-)
  14. lazydays

    European hosting

    Hi, I am well aware that if you want to promote a UK website, then you host on a UK server, rather than a US server. However, I have a friend who will be having a .com domain who wants to target mainland Europe - specifically France, Spain and Germany. Can anyone advise me where we should look...
  15. lazydays

    Best way for remote access

    No worries! Thanks for the advice - will see what I can find! Maybe a free holiday to France ;-)

Part and Inventory Search

Back
Top