all groups > inetserver asp db > december 2006
( Revised )How to prevent our client from using Scripting.FileSystemObject
Posted by Chris at 12/22/2006 4:53:47 AM
I offer web space for our client to host their website. We offer them to
upload asp files.
How can we prevent our client to upload asp files which are delete or change
files in our server.
For example, using the Scripting.FileSystemObject to delete our system file.
Set objFSO =
CreateObj... more >>
Reviewing my code. Displaying a BLOB image through a browser
Posted by bfiser NO[at]SPAM gmail.com at 12/20/2006 5:12:36 AM
I need to display a blob image from a database through my web browser
and I am struggling big. Below you will see the error message I'm
getting as well as my code for ASP and my HTML code. Any advice is
greatly appreciated. Thanks
This is the error I get when I try to open my asp page. ... more >>
data access
Posted by Hugh Welford at 12/19/2006 2:28:22 PM
Hi - trying to restore IIS in win XP pro with access2000 after complete
re-format in order to test a develpment website offline.
IUSR_hughlaptop is set up as the internet user account, and this user has
been granted full access tp tyhe data file through the securities tab. The
directory hie... more >>
Group by with subtotals
Posted by rcjokibbe NO[at]SPAM netzero.com at 12/17/2006 11:10:04 AM
I can't figure out how to get the subtotals into my table. This is a
group by SQL using a Do Loop to move through the records.
I would like my table to look like this:
Toner
Date Price Quantity Total
Date Price Quantity Total
Date Price Quantity Total
... more >>
please check my asp code
Posted by iskofajardo NO[at]SPAM yahoo.com at 12/17/2006 12:08:57 AM
hello... can somebody tell what is the error of my codings? coz i want
to create a search control... this is suppose to be the flow, at first
run i declare a ServerVariable which is ("Remote_Addr") to detect the
ipaddress... i also have a textfield in my form which must show the
"CompName"
th... more >>
asp textfield value
Posted by iskofajardo NO[at]SPAM yahoo.com at 12/13/2006 8:23:24 PM
how can i display a certain value inside a textfield? suppose i have a
table inside my data base, there were 2 columns inside my table. one is
idNumber and the other one is the correspnding name of the Employee...
my conditions is like this, if i found the idNumber in the record, the
value of ... more >>
NTFS permission for IUSR
Posted by Hugh Welford at 12/13/2006 8:22:31 PM
Hi,
I am recovering from hard disc failure and reinstalling everything.
I am using IIS installed locally on WIN XP PRO to test website offline
using asp to access data in an access.mdb
My installation of IIS seems OK and html pages load fine. However pages
requiring data access do no l... more >>
asp
Posted by iskofajardo NO[at]SPAM yahoo.com at 12/12/2006 3:32:11 AM
can somebody give a simple control/example using windows API with asp
or asp.net?? or somebody can tell me anything regarding with the
relationship between windows api to asp?
thanks in advance
best regards,
francis fajardo
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
asp
Posted by iskofajardo NO[at]SPAM yahoo.com at 12/11/2006 11:53:02 PM
hello there... i'm just thinking about the windows api with asp.. is it
posible to attach or put the windows api code inside the asp? because i
want to retrieve a client computer name. so i decided to use the
windows api, is it possible? can somebody give me sample?
another question, how can i... more >>
ASP - MYSQL select problems
Posted by kevinfairs NO[at]SPAM googlemail.com at 12/11/2006 1:48:49 AM
I have an asp application, which looks at three database tables, and
retreives results, the SQL is not massively complex, but long
sConnection = "my connection string goes here"
Set strCon = Server.CreateObject("ADODB.Connection")
strCon.Open(sConnection)
set rsView = Server.CreateObject("ADODB... more >>
How to get the No of Affected Records in ASP + ADODB + Javascript ?
Posted by visu at 12/6/2006 5:15:33 AM
anyone give a look at my problem.
Here is my problem.
This is a snippet in my ASP project
here in i ve used javascript as the scripting language..
var lngRecsAffected=0;
var sql="update tbl_usermaster SET pass='" + newPass + "' where
uname='admin' and pass='"+ oldPass +"'" ;
RSCommand.Com... more >>
|