Viewing 9 posts - 1 through 9 (of 9 total)
How would I structure it so that it does not pose a SQL Injection risk?
April 30, 2008 at 12:31 am
The system is housed on an internal network with no external access, so security is not on the forefront of the clients requirements.
April 29, 2008 at 3:16 pm
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...
April 29, 2008 at 3:09 am
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...
April 29, 2008 at 2:55 am
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...
April 29, 2008 at 2:36 am
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...
April 29, 2008 at 2:23 am
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....
April 28, 2008 at 10:13 am
Awesome, thank you all.
The Query returned the correct results and the Join enabled me to put it all together
Thank you once again.
April 28, 2008 at 7:28 am
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...
April 28, 2008 at 6:46 am
Viewing 9 posts - 1 through 9 (of 9 total)