| Thread | Last Post | Replies |
|
| "Script timed out" error | 31 Aug 2008 02:00 GMT | 4 |
I am trying to retrieve a data over web using SQL2005 and ASP page. I am still not able to fix my issue. "Script timed out" I think if I query data at SQL2005 directly, it takes about 2 min 38 sec.
|
| SQL Injection and DB user permissions | 29 Aug 2008 23:11 GMT | 3 |
I have a .asp web application (using MSSLQ SRV). I have actually taken it down after reading articles posted here and elsewhere, since it contains quite a bit of 'dynamic sql' and I KNOW that it' FULL of vulnerabilities to SQL Injection attach. I decided not to wait
|
| Problem with Stored Procedure | 25 Aug 2008 21:30 GMT | 2 |
I have this in my stored procedure: @PageID INT, @VersionID INT UPDATE Pages SET MainData = (SELECT MainData FROM Pages_Archive WHERE
|
| Get a month's days and merge with a table | 20 Aug 2008 03:32 GMT | 7 |
I have a time table: jobid | dayno | job 1 | 2 | Report finished tasks 2 | 4 | Check all forms
|
| #INCLUDE VIRTUAL | 20 Aug 2008 01:11 GMT | 1 |
What is difference between having ' / ' in front of the virtual directory name or not having. For example: <!-- #INCLUDE VIRTUAL="/include/ObjDef.inc" --> vs.
|
| What to do when you can't retrieve content from a DB | 19 Aug 2008 08:36 GMT | 2 |
I've got something bugging me and as i'm not a hard core programmer its got me beat - anyone who can point me in the right direction or help me solve it would be my hero for at least the next five minutes. Ok, here's the scenario - a corporate intranet, where selected pages
|
| Issue with retrieving large data over web using Stored Procedure | 15 Aug 2008 22:14 GMT | 12 |
I moved my stored procedure and tables from SQL 2000 to SQL 2005. I am having an issue to retrieve a large amount of data using previous stored procedure (sp) over web (ASP page). Other sp works fine, but one sp that retrieves large amount of data does not
|
| Getting info from Drop Down | 06 Aug 2008 20:29 GMT | 2 |
I'm trying to use a drop down list for the user to select an entery which will goo back to the database and grabs what the user selects then outputs a list using ConnectDatabase.asp. The problem is I don't know how to make input tags for a drop down? Hi I have a html file with ...
|
| Display Records in certain order (string contained in field) | 02 Aug 2008 21:59 GMT | 3 |
Just can't figure out how to do this.......... I have a simple asp page that desplays images from database. The query on my page: -------------------------
|