| Thread | Last Post | Replies |
|
| Recordset Paging - Not Showing records on next page | 28 Jun 2007 07:52 GMT | 3 |
When I use the next button no records show up on the next page... I've been going over this for half a day and can't figure it out. Any help would be greatly appreciated! <%@ Language=VBScript%>
|
| ASP button to Execute Stored proc in table Adapter | 26 Jun 2007 18:55 GMT | 2 |
Is it possible to add a stored proc to a table adapter and execute the proc inside an ASP button click event? I have a table adapter called Claimers and a sp called AddWatch. On the onclick event I would like to call the table adapter and execute the sp.
|
| Commenting in Sql | 25 Jun 2007 15:44 GMT | 11 |
I am using Adodb in Vb6 and Access 2000 i want to know how i can have some text commented with in Sql statement,
|
| Error with SQL | 21 Jun 2007 19:49 GMT | 3 |
I have: strsql = "SELECT * FROM tblTheCustomers WHERE CustomerID=" & session("CustomerID") & ";" response.Write(strsql)
|
| Working with Sessions for functions | 20 Jun 2007 05:39 GMT | 2 |
I have a problem. I'm having on my site a Session by the name "UserLogon" which will either have values "true" or "false". I want to use that information with a function so I will be able to make an
|
| Need help building query | 17 Jun 2007 02:40 GMT | 3 |
Using Access and ASP (going to migrate to something more robust when this is cleaned up): Given the following information (I know that one card has been assigned three times)
|
| Distinct records and NEWID() | 07 Jun 2007 02:27 GMT | 4 |
Using SQL 7 and classic ASP - Here's my query: SELECT TOP 7 f.id, v.vendor_ipk, featured_image_path FROM featuredselection f, view_vendor_default v WITH(NOEXPAND) WHERE
|
| Data source name not found and no default driver specified | 06 Jun 2007 01:47 GMT | 3 |
Hi, I have IIS and SQL Server2K on the same machine where I am trying to get an ASP file to return data. I can not get past this one error though: ERROR MESSAGE:
|
| Two queries versus one combined query | 05 Jun 2007 23:04 GMT | 2 |
I have a classic asp page that lists products. Right now, there is one query to get the list of products (from a product view), and then another query to get the individual merchant's information (from a vendor view). I am thinking that using one query for both is going to
|
| Login failed for user '(null)'. | 05 Jun 2007 17:02 GMT | 4 |
Getting the following error when attempting to access my web app from a machine other than my local machine (housing the IIS server). Error Type: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user
|