Hi Gianluigi,
Well, after many attempts to create a recordset using your version of my db I continue to get an error: too few parameters expected: 1
Here is the SQL SELECT I was trying:
SELECT * FROM Query1 WHERE Id = MMColParam
And then MMColParam = Request.QueryString("ID") - ID is definitely the correct url parameter name
What am I doing wrong?
By the way, I did finally figure out how to create the UNION statement from dreamweaver. When I do, I'm noticing that sometimes everything works great, and other times, the navigation slider bar is too long. Take a look at these two pages:
This page - the thumbnail slider bleeds over into the Up/Down buttons
http://www.payneinvestments.com/SlidingImages.asp?ID=10
But pulling a different record from the same db, and everything works as I would expect:
http://www.payneinvestments.com/SlidingImages.asp?ID=8
Any idea what would be the cause?
Thanks
|
|
|