Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: ASP and SQL Coding Help

    How would I structure it so that it does not pose a SQL Injection risk?

  • RE: ASP and SQL Coding Help

    The system is housed on an internal network with no external access, so security is not on the forefront of the clients requirements.

  • RE: ASP and SQL Coding Help

    My sincere apologies, through wanting this done quickly I overlooked the fact that the AddressLink table is actually named Address_Link, when I changed it it worked fine as per your...

  • RE: ASP and SQL Coding Help

    Sorry about the code,

    I had various error messages, ones saying I needed a semi-colon (when I placed the code after the WHERE clause) others just saying SQL Error on-screen (I...

  • RE: ASP and SQL Coding Help

    I appreciate that using * is overkill and uses up resources, but for testing purposes I just added it, the actual code will specify 7 Columns, 5 from the Company...

  • RE: ASP and SQL Coding Help

    I see where you are coming from, Here is my code so far to get the first part of the postcode and return the addresses of those that match (Thanks...

  • RE: ASP and SQL Coding Help

    Once again thanks for the help.

    I have another issue,

    I can get back the first line of address and postcode just fine as they are both held in the Address Table....

  • RE: ASP and SQL Coding Help

    Awesome, thank you all.

    The Query returned the correct results and the Join enabled me to put it all together

    Thank you once again.

  • RE: ASP and SQL Coding Help

    It is pulling the correct data from the first SELECT statement now, Thankyou both, but I have another question.

    How do I use the Results of the First Query in the...

Viewing 9 posts - 1 through 9 (of 9 total)