|
GetRows Trying to learn and use GetRows. I'm using the example on: http://www.aspdev.org/articles/asp-getrows/ Without GetRows(), the below recordset will return 100+ manufacturer names. With GetRows(), I get nothing. What am I missing? thanks <% Dim rsManuf Dim rsManuf_numRows Set rsManuf = Server.CreateObject(... 14 Mar 2008 12:05
I need help I am trying to do research on how to establish a premium text messaging service. I finaly found a service to use and they tell me that I need In order to connect you need: An HTTP client stack capable of establishing an SSL connection, sending HTTPS GET requests and processing the response (examples: Microsoft... 13 Mar 2008 13:46
SessionStateModule.PollLockedSessionCallback error with Dundas Con I am running into an error after installing MS07-040 during the upgrade to ..NET 2.0SP1, and cannot get support through the standard call in lines. Additionally, the web entry forms are not accepting my product id number or MSDN access code to allow me to enter a support request. So, I'm asking you dear reade... 12 Mar 2008 13:51
Exception handling source line number I am using global.asax to handle my web application exceptions and have configured it to create event log entries for errors that occur and to display an error page advising the user to contact the helpdesk. I have an intermittent uninitialised object error that I am not able to reproduce in test and for which I... 12 Mar 2008 10:34
Create output of the ASP file in PDF file Dear All, Am generating one report using ASP file in MS-Excel file. Pls advise me how to take the same report in PDF format. Waiting for reply. Thx & regds SSG ... 12 Mar 2008 07:50
Templates Hi all I have to develop an application for client where I have a html template file and a word document files as input files and I need to generate a html files based on thes two input files . Word document may contain images,table,links,text etc. I am here to ask the Gurus advise. Which language should... 12 Mar 2008 19:24
Executing a VBS file from an ASP page Good Morning I used to be able to Execute '.VBS' files from ASP pages. I think the facility stopped in IIS6 Security feature I guess - any work arounds available ?? Thanks Pete (Northolt UK) ... 12 Mar 2008 02:40
Accessing AD using ADSI LDAP provider in ASP I'd like to get some user account properties using .asp script. When I try to use ADSI WINNT provider it works fine except that I apparently cannot access some properties such as objUser.managedObjects. I have this simple code: <% Set objUser = GetObject("LDAP://CN=Users,CN=FisrtName LastName,DC=MyDomain,DC... 13 Mar 2008 10:29
A safe array of bytes is expected as an argument Hi there, I am using the ASP to PDF component from www.asppdf.com and have an unusual problem when displaying a blob from the database. When there is an image stored in my SQL2000 field of type image, and I use this: Params = "x=337; y=408; scalex=.33; scaley=.33" Set SigImage = Doc.OpenImageBinary(rsMotor(... 13 Mar 2008 00:54
Reading Text file from ftp server Hi: I need to read a simple txt file where there are some variables. I've done this a lot of times but in this case I have something different: the text file is located at an ftp server. The FTP server has anynomous access. Anyone know how can I do this? Thanks! ... 10 Mar 2008 14:36 |