hi group my question is not for ASP directly. I have a demo application I put on my website. I want all users who want to download the demo will have fillup a...
Dan, I shall do the same.getting permission from the website.But the thing is how do we get the permission from the site administrator? I was trying to get...
leave id out of yuor INSERT statement ... __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). ...
Hello, I am trying to write to a file but the file script does not respond. I have a feeling that it is because of write access to one of my folders under...
i am getting this error ADODB.Recordset error '800a0bcd' Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a...
Hi Dial, ... This occurs from opening a recordset without having a current record - usually because no values matched the specific SQL statement you opened the...
dear all, please tell me how to make script login with member in active directory ?? Regards, S Tedy Yanleksana Web developer ... url: www.lembahteknologi.com ...
Hi, please help.. Have any of you encountered this error : Microsoft OLE DB Provider for SQL Server (0x8004D00A) New transaction cannot enlist in the specified...
Hi all, I'm developing LOG library which log all site activies. I want to calcalate sql execuation time in milliseconds. I don't find any function to get data...
A problem has arisen, and I am "prresuming" it is a problem with IIS5. I have been developing a site in Dreamweaver MX, It works fine on my server (Windows...
hi am am runnign an asp code that display Autors and book but i have this error accuring i was would some pllzz tell me were is the miss print in this strSQL =...
Hello I am currently developing a website in ASP, if I load the Search page of my website in I.E. all goes well. When I load the same page in Opera and I...
Caroline Matthews
Caroline@...
Jun 2, 2003 2:20 pm
1947
Hello to all members of the group. I wish you all the best of luck. My problem is that I have linked my ASP code with Microsoft Access database succesfully,...
A comment to this style, it might be better to use a autonumber column as a primary key in your database. This would avoid any duplication of the primary key...
Morning all. I was wondering if anyone can point me in the right direction with this bit of code. I am trying to enter course records into a database. A...
Hi All, I'm developing a Reporting tool for Log library generated for some application It's supposed to get a report that demonstarte the Orphan Resources of...
Hi Brian, ... You're not even using the RecordsCmd object, but the Conn.Execute, so I'd remove RecordsCmd completely. ... The part that throws me off is that...
Thanks for replying Shawn. Actually the extra comma was just a glitch created when I copied the code to my post. The actual SQL statement is longer,...
the erorr that i am geting is error '800a000d' type mis match ... Do you Yahoo!? Free online calendar with sync to Outlook(TM). [Non-text portions of this...
assuming your object originates from an ATL DLL change the type to 'Variant' Here is the documentation ...
Martin Gainty
mgainty@...
Jun 3, 2003 12:00 am
1957
Hi Lorraine, ... This is due to trying to assign a value to a variable that it doesn't apply to. For example, trying to set your (numeric) ID for a table to a...
this codes is not running and had errors to deletea certain row... pls... help me... <% if request("fID")="" then response.redirect "contact_us.asp" end if dim...