| Thread | Last Post | Replies |
|
| Problems with Stored Procedure and Date | 25 Aug 2007 17:24 GMT | 8 |
I apologize if this is a double post. I tried earlier and it didn't appear to post. I'm passing data to a stored procedure in SQL Server 2000 and am having trouble with the date parameters. If I pass a date it works. If
|
| trying to capture IP address of PC that submits data to Access db | 23 Aug 2007 08:56 GMT | 4 |
I have a form on a site where users submit some data. I have had a problem with someone submitting garbage data, I can delete it but would like to stop it. I started capturing IP addresses using the code below to write the IP to the access db where the other data goes. I have ...
|
| How to rewind a recordset from Cmd.Execute | 22 Aug 2007 17:38 GMT | 2 |
I want to invoke the Execute method of a Command to obtain a record set, then reuse that record set twice. A rough code outline appears below. It appears that the record set return from Command.Execute is non-rewindable, however; upon attempting the second "MoveFirst" I get this ...
|
| Problem with retrieving values in a combo box from a query | 21 Aug 2007 23:31 GMT | 5 |
I am trying to retrieve values from a query in a list box. However, it is giving me no recordset. Although I get recordset when I query this access database. Any help for resolution on this is appreciated. Thanks CODE:
|
| I cant run asp.net web application | 21 Aug 2007 09:13 GMT | 1 |
I cant run asp.net web application project.. error is windows authentication is not set.. my os is windowsXP help me plzzz
|
| ASP Classic: Database problem | 21 Aug 2007 08:02 GMT | 1 |
Hi, I am currently trying to get back into ASP and have begun looking at an old webpage I developed some years ago, it was fully functional back in 2002 and I had it up and running with no problems. I have just recently bought a new PC with Windows Vista Home Premium on it and ...
|
| GroupBy GridView | 13 Aug 2007 14:51 GMT | 1 |
Hi, I got stuck with GridView control while binding it from a datatable. As my requirement is i want to show my grid in "Group By" passion. Suppose i have feilds like Order,OrderDetails,OrderDate and i want to Group this by
|
| Detect the name of the ASP.NET user | 09 Aug 2007 20:10 GMT | 1 |
I am making a ASP.NET application that connects to a database. I want to distrtibute this to my customers that may have different Windows OS, so my installer must handle different windows versions. In my installer I am using the following SQL statement to enable ASP.NET to
|
| newbie problem with stored procedure return value | 09 Aug 2007 19:03 GMT | 3 |
For the life of me I cannot get the following stored procedure to return a value in a classic asp vbscript page. Can someone please help a poor soul? Here is the SP that returns the next order number available for use: CREATE PROCEDURE ap_GetOrderNumber2
|
| Outputting a bitmap from an Access database | 09 Aug 2007 13:20 GMT | 3 |
I have an access database with a field of "OLE Object" that has bitmaps. I'm trying to output these bitmaps to an ASP page viewed in a webbrowser. This is how I'm attempting to do this now:
|
| Constructing secure queries in classic ASP | 07 Aug 2007 16:25 GMT | 17 |
I am familiar with the SqlCommand object available in .NET (VBScript or C#) which provides a powerful security feature by using a template in conjunction with SqlParameters. I have been searching without success to determine whether classic ASP with VBScript has something ...
|
| database connection issue | 07 Aug 2007 13:34 GMT | 4 |
We are moving to SQL2k5 & attempting to utilize mirrored databases. I gave a connection string to our developers to use in the ASP (classic) pages: "Provider=SQLNCLI;Server=10.0.0.1;Failover Partner=10.0.0.2;Initial Catalog=dbName;UID=SQL User Name;Pwd=Password;"
|
| generating html | 07 Aug 2007 09:59 GMT | 8 |
(Further to "24hrs static content".....many thanks) Currently our web site is pulling all pages from a database, dependent on querystrings. I wish to set up different system:
|
| Column Count -vs- Table Count performance trade-offs? | 01 Aug 2007 08:30 GMT | 2 |
Greetings, folks. Hoping someone here can give me even a half-informed (or at least well-argued) opinion on which route to take for better performance (or indeed if there actually will be any difference) between these two options;
|