Forum: Visual Basic 4 / 5 / 6 Jan 20th, 2009 |
| Replies: 1 Views: 743 Found my problem. I was passing 4 params. I found an article on Parameter Sniffers in 2005 SQL. Once I added another set or params with an existing value it all worked great.
@param1 int,... |
Forum: MS SQL Jun 6th, 2008 |
| Replies: 9 Views: 2,348 looking in your db i noticed that you do not have any orders in February. This will be one reason why you cant pull anything from the first query. change the date to 6/2/2008 and BAM its full of data... |
Forum: PHP Jun 5th, 2008 |
| Replies: 50 Views: 4,999 My pleasure. Ill keep trying to break it for ya lol :) |
Forum: MySQL May 30th, 2008 |
| Replies: 3 Views: 895 you are pulling from all rows in the db. your variable will only display the last rows info. but yes that should work for using that var later in the page. |
Forum: PHP May 29th, 2008 |
| Replies: 50 Views: 4,999 i will volunteer for testing |
Forum: PHP May 28th, 2008 |
| Replies: 12 Views: 2,747 Your welcome. Glad I could help. |
Forum: PHP May 28th, 2008 |
| Replies: 6 Views: 694 you can get an idea how this works if you look at this article http://www.dmxzone.com/showDetail.asp?TypeId=2&NewsId=3992&LinkFile=page1.htm
on page 3 it talks about doing this with php/mysql. |