Viewing 15 posts - 151 through 165 (of 237 total)
many thanks Lowell, especially for the quick reply
March 28, 2007 at 7:40 am
many thanks Luke and Ken, I'll give it a try and get back to you with the results
March 2, 2007 at 2:53 pm
I have colomns called date1,john,george,joe,fred
I'd like to be able to insert data in colomns date1 and one of the other colomns, but by passing in the name of the colomn...
December 4, 2006 at 8:25 am
I need to be able to pass the colomn name into the stored procedure that this insert query resides
December 4, 2006 at 8:15 am
thanks for the info, the reason for the dynamic is because the data could be put in anyone of 10 different colomns
December 4, 2006 at 8:00 am
Many thanks again to Jeff for his patience
November 17, 2006 at 6:57 am
Then the HTML/vbscript
<html>
<!-- #include file ="../include/connection.asp" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<%
dim strSPName, oConn, intRtnType ,rs, strValue , strOption,surl,dateofCall,aryParams(1),iRecCount,iPageNum , iPageSize , iTmpCounter
If Request.QueryString("page") = ""...
November 17, 2006 at 6:56 am
With Jeff's help I've come up with the following SP and VB script for a web based database that allows you to retrieve a small amount of records per page...
November 17, 2006 at 6:54 am
Ok Jeff, thanks anyway. Thanks again for the assistance
November 15, 2006 at 1:53 am
Jeff, I know I'm being really cheeky here, can you help with out with another problem, totally unrelated from this posting? although it's still to do with my intranet site
I'd...
November 14, 2006 at 9:18 am
Viewing 15 posts - 151 through 165 (of 237 total)