Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum



Tip: Looking for answers? Try searching our database.

ASP

Recently updated threads


Thread preview

General ASP Topics (view all ...)Last Post  Replies
Manipulating the Dreamweaver Login Behaviour04 Jul 2008 13:14 GMT1
I'm using dreamweavers login behaviour to log people in, I've managed to
manipulate it a little as I have many sites using the same database, but I'd
like to manipulate it a little more, the behaviour so far is -
<%
Export very large excel hang IIS04 Jul 2008 08:25 GMT2
Here's the long story short.
At work we have to real-time generate a report(excel format) which involves
a number of table joining. So to export into excel contentType
'application/vnd.ms-excel' is used, and data are written as table, looping
Adodb.Stream - Problem download big files04 Jul 2008 07:59 GMT9
Hi!
I want to use ASP to download big files using ADODB.STREAM. It works very
fine with files smaller than 80 MB.
On the Webserver I can see that memory allocation and the process w3wp is
Recent round of SQL injection attacks02 Jul 2008 20:35 GMT1
We log hundreds of SQL injection attempts per day -- the type with
CAST(0x44004500... AS VARCHAR(4000)). It amuses me that the last thing the
attack does is DEALLOCATE its cursor. My SQL Server DBA tells me this makes
no difference. So...
ADOBD execute problem02 Jul 2008 20:16 GMT2
using ADODB in ASP pages we have this strange problem.
If we create an ADODB connection specifying the DNS server name instead of
IP server address, then sometimes, during call to Execute method we get this
error:
SQL Injection02 Jul 2008 19:38 GMT14
- - - - - - - - - IIS Log File Entry - - - - - - - - - - - - - - - -
GET /sresult.asp
title=(Your%20Love%20Keeps%20Lifting%20Me)%20Higher%20And%20Higher&artist=Michael%20McDonald&type=%25&category=%25&column=t_asc%3Cscript%20src=
http://www.advabnr.com/b.js%3E%3C/script%3E 80 - 76 ...
select query data type mismatch02 Jul 2008 16:44 GMT3
this works
sSQL = "SELECT *" & _
  " FROM Expenses2008" & _
  " WHERE Amount Like '%" & Request.Form("searchItem") &  "%'"
How to install Enterprise Library June 2005 on server02 Jul 2008 15:46 GMT2
How does one install the June 2005 Enterprise library (for .NET 1.1) on a
production windows 2003 Internet server?  
My web project works in my dev environment as all installs properly there
and am able to run Install Services.  I've read that this is because my dev

Database Access (view all ...)Last Post  Replies
ASP Login Database to Online Form Registration02 Jul 2008 19:40 GMT4
Hey. I'm just starting to learn ASP and I'm trying to figure out to do
things. What I want to do is have a Login page as well as a Create
Account page (both is ASP). The user would create an account (username
and password) which would be put into an Access databse. Then they can
xVzeSnVloqFq02 Jul 2008 04:57 GMT-
DSoLaf http://putaria.dnip.net
http://sexpartylog.dnip.net
http://passiov.dnip.net
http://sexkore.dnip.net
DB rooms booking26 Jun 2008 20:05 GMT15
I'm working on a rooms reservation system based on Access 2003 and then
realize an ASP web page to manage it.
I need a little help in creating the DB since my ideas aren't so clear.
First of all what I need is very simple:
Driver's SQLSetConnectAttr failed25 Jun 2008 16:14 GMT2
here is a simple form. it works well in my system. I hosted my site. but i
get the error
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
Importing XML data into a DB with ASP25 Jun 2008 07:38 GMT4
I'm trying to get information about a way to read an XML file within an
ASP page an then save data into an Access table...
Thanks for your support
Paolo
How do you use full text search without requiring exact terms?22 Jun 2008 14:00 GMT2
Right now I have a full text search going like this:
SELECT top 25 id, question, answer from [answers] WHERE
CONTAINS(question, '""" & search & """')
where "search" is the variable holding the form value the person typed
Syntax error reported near the "Select" keyword17 Jun 2008 19:07 GMT2
The code below results in a reported syntax error near the keyword "Select".
I copied most of this from a perfectly functioning application I worked on a
couple of years ago, that still works, just changing the references. I can't
see what it is referring to. The line number ...
Connection is busy with results for another hstmt17 Jun 2008 12:04 GMT-
I tried replacing code 1 with code 2 below on a busy web site (mssql2005,
iis7). The page failed when busy however giving the following error:
Connection is busy with results for another hstmt. Can anyone suggest how
this scenario can be altered to cope with many requests?

Components (view all ...)Last Post  Replies
Bare Linefeeds in SMTP Messages30 Jun 2008 23:53 GMT3
I don't know if this is the right forum. I was trying to send out email using
CDO.Message. (Windows 2003 Server with IIS 6) But some of our clients could
not receive our emails. I checked the SMTP server log, and found that
   "OutboundConnectionResponse SMTPSVC1 S79349 - 25 - -
You are about to access a Activex component11 Jun 2008 04:35 GMT-
We are trying to access a .net dll based method from classic asp code. When
the method is accessed, system gives a message "You are about to access a
Activex component". How do we suppress or stop this message from interfering
method access.
how can i getobect() whithout regsvr32i com?03 Apr 2008 16:14 GMT1
Guys,
I'm working on asp. the function of it is so limited , but as my space is
cheaper virtual host , It's impossible to use register or activex enchance
it .
Unable to run a Microsoft ASP application02 Apr 2008 18:19 GMT3
We have a vendor application developed in classic ASP which uses a vb
component.
When we try to invoke the url , it gives a message
Server object error 'ASP 0177 : 800aea5f'
Embed tag "src" issue25 Mar 2008 17:30 GMT1
In trying to embed a QuickTime video in an ASP page, the video fails
to load because there is a space in the URL to the video file.  (This
structure is supplied to us by a vendor and can't be changed.)
I have tried replacing the space with a plus sign and also with %20,
Accessing .NET DLL(s) from Classic ASP21 Mar 2008 03:26 GMT5
I have similar question that i saw yesterday (Calling .NET DLL from Classic
ASP), but we have achieved some good results and we can't go back but not
sure that approach is perfect or need more efforts or any better is
available?
Accessing .NET and other DLLs from Classic ASP19 Mar 2008 16:58 GMT1
Thanks for your reply. One thing I missed earlier was that we are also using
a VB6 version of component (dll) in our classic ASP website.
Also as i discussed that we have tested .NET 1.1, 2.0 and 3.5 COM interop
within ASP without any problem, but it fails sometime, with error i ...
.NET returning ADODB.Connection to ASP18 Mar 2008 21:08 GMT1
Could someone tell me if I were to return a ADODB.Connection from a .NET dll
to ASP, should I be able to use that connection?
My .net dll determines a connection based on a number of parameters and then
returns that string to the ASP application to fill a recordset and display
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage




©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.