Have a database table of makes: Rover, Nissan etc
and a database table of car models with the make ID assosciated.
Will have a dropdown for makes based on the makes table, database driven.
Then when a selection is made for the make, i need the model dropdown to appear and populate itself...
I have a table that contains a memo field which has lots of information in it. I wish to search through each row in that table and return of count of how many times a word occurs for each row.
I know the COUNT() function counts the number of rows but I need to count the number of occurances in...
I need to be able to search through a database of property bookings and retreive all properties that are available within the date range specified.
For example:
Arrive: 7 Dec 2005 for 7 Nights.
So availability of a property needs to be: 7 Dec - 14 Dec
I assume I will have a table of...
Hi
I am running the following code to UPDATE a few rows in a table. The corresponding INSERT statement runs fine and many other UPDATE statements work fine so I know the permissions are OK.
Any Ideas? It doesnt throw any errors up, just times out!
strSQL = "select * from pages where page_id="...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.