ASP Program Recommendations

I have tried two so far, ASP Runner and Iron Speed. Iron Speed has so many more features than ASP Runner, however, seems setup for use with SQL. I am simply using Access Databases, and not SQL. Does anyone have any recommendations on ASP Code Generating programs like ASP Runner, that do not require you to be using SQL Server and has more features?

View Replies


ADVERTISEMENT

Forum Recommendations

I am looking to install a forum / bulletin board on my site and would like any recommendations. It will need to be ASP based.I have heard of Snitz and believe this is a good one, but wondered what else is out there that others may have used?

View Replies View Related

Book Recommendations

I'm a PHP coder over 3 years of experience. For a good client of mine, I need to learn ASP for his project and I have to learn it fast

if any of you ASP developers can give ma a good book recommendation? I already have advanced knowledge in PHP/JavaScript & MySQL. So I don't need a beginner level book but a crash-course like book which won't start telling me what an array/variable is but instead start directly with intermediate/advanced ASP features.

I hope there some books out there for people switching from other languages such as PHP/Java to ASP. I guess almost all ASP projects also use MS-SQL as database back-end.

View Replies View Related

Book Recommendations

I have been a java/oracle/linux programmer for last 3+ years. I have
to build an application using asp and Sql Server. I am fairly
comfortable with ASP but not Sql Server.

Can any please recommend a book which is neither for beginners and nor
for advanced programmers using microsoft technologies. I am looking
for some thing
in middle.

I will prefer a book with examples on how to call SP's , getting
record sets, locking, performance issues with different components ,
recommended practices etc.

View Replies View Related

Recommendations For A Good Free ASP Forum ??

From the research that I've done so far, it appears that most of the Free Forum software out there, is designed for a PHP environvent/back-end.

Well, I know nothing about PHP (and dont have the time or desire right now to learn it), but I do know a thing or two about ASP.

I was wondering if anyone could recommend a good FREE ASP based Forum software. ????

View Replies View Related

Seeking Recommendations For Webserver/site Support Service

We are in need of someone to diagnose a nagging problem we've been
experiencing with our website over the pass few months that has been getting
worse. The site runs on a dedicated Windows 2000 server (IIS 5.0), and is
exclusively ASP.

The problem is the HTTP service has been having intermittent outages (other
services remain OK); a vast majority of the time these outages occur in the
night time hours. An outage last anywhere from a few minutes to hours.

View Replies View Related

Run Program

I am trying to run a program with a command line switch from vbscript.This is the code im trying:Code:

ReturnCode = WshShell.Run("C:Program FilesNorton AntiVirusNAVW32.exe c:", 1, True)

I guess Im just after the formatting like where to put the quotes.

View Replies View Related

Getting Name From Program.asp

I talked to my instructor and he was not sure but lets say I have URL - I know about Request.QueryString("name") for have URL and you get bob as the info past - but what if it is only ?andthename and do not use name=bob like in have URL and what I want is name = Request.QueryString("first entry") that is bob. That is all you get - how does that work - I have seen it before on pages but not sure they are asp - I think php can do it and I know it can be done with cgi.

View Replies View Related

Upload Program

Currently I'm developing upload program using vbscripts. I want to log all the upload actvity to the DB.

So I insert form and other input field in the upload form. My problem is, my upload program cannot accept Request.Form tag. But the upload activity success but I still cannot achive my target to log the upload activity in DB. Any solution to avoid this happened? Is there any input tag other than request.form? Pls guys really need your help in this.

Here the error code :

Request object, ASP 0206 (0x80004005)
Cannot call BinaryRead after using Request.Form collection.

View Replies View Related

Asp Forum Program

if its using access for db its even better.recommend a free one.

View Replies View Related

Chat Program In ASP

I would like a free Live Support script for my site...writtent in ASP. I found some, but they refresh the page to update the contents...I would like it to use a better, more-efficient way. Some features that would be nice, but not needed would be visitor monitoring and operator initiated chats, and the ability to push the user to pages. If there is any such script...could someone please tell me where I can find it?

View Replies View Related

Accounting Program

I am looking for an "Accounting Program" (even perhaps a CashBook) written in asp. There is gnuCash written in PHP -is there any equivalent in ASP ? I have searched most of the opensource webs, and cant see anything along these lines - does one exist

View Replies View Related

Calling A Dll In Asp Program

I have a vb program which initiates a powerpoint when run (with a click of a button). i made a dll for that program by opening the .vbproj in a textdoc and changing some values. I was wondering can we call this dll from an asp program so that the power point gets initiated from asp.

View Replies View Related

Call Another Program

With .asp,how do I call another program?I would like to have my .asp script make a call to a PERL script, wait for the PERL script to finish, and then continue with what is/isn't returned from PERL.

I know in PERL this is simply done: system(theASPprog.asp). No fork is created, so the PERL prog waits for the .asp to finish.How do I do this with ASP?

View Replies View Related

Classified Ad Program

simple, easy to implement Classified Ads program I could add to my Web? I can use Access pretty well but don't know much about ASP yet.

View Replies View Related

Run Program On Web Server

how to run a program on our webserver after a file has been uploaded? This is all server based. We have a requirement that an end user uploads a file to our web server. after the file has been uploaded the next line of code needs to call a program installed on the webserver that runs a remote command on our AS/400.

View Replies View Related

End Task Program

I need an end task program in VB6.0 (the source code). I have searched planet-source-code.com inside out and can't find just 1 regular end task program that works on my system. Is it because I am running on XP and they only work on ME and younger systems?

Anyways I need an XP, source, compatible version of the software. I am writing an interesting program, which once complete will tell you what its for (dont worry this one is totally legal ). It should list and then allow users to click END/close. I think its done through an API.

View Replies View Related

Call A Dos Program

I was wondering if its possible to call a program thru' asp pages. If yes, then how? For eg. I want to call abc.exe how can I do so? What if abc.exe is standalone program?

View Replies View Related

Run Program On Server

I need to run a program on the Web Server from an ASP page. The program requires two arguments. What is the solution for this. I am not very experienced with this.

View Replies View Related

How To Sent An Email From VBScript Program Under ASP/PWS?

I am learning ASP/VBScript using PWS under Win98SE. To send an email I need CDO object. In a book I am reading (very old one) it says that there are no CDO objects for PWS. Is there a Microsoft solution to sent an email in PWS?

View Replies View Related

Reeading .XML File In ASP Program

The XML file I am reading in my ASP program doesn't appear to have carriage returns. For example:

The XML file looks like this:

-<animal>
<name>Dog</name>
</animal>

but when I read it it looks like this:

<animal><name>Dog</name></animal>

I am opening the file with OpenTextFile.

I am trying to parse the file in my code so I really want it to look like this:

-<animal>
<name>Dog</name>
</animal>

Can anyone offer suggestions.

View Replies View Related

Program To Edit .adb File

I've taken on a website, which seems to use an '.adb' as it's database source. It connects to this using the microsoft Access driver, as it would an Access database.
I've Googled, and can't seem to find out how to open the .adb file and edit it.

View Replies View Related

Calling A Program From A Link

My web application with to have a chat room or instant messaging features.
But doing that is not worth as there are a lot of instant messaging software
out there such as MSN Messenger, Yahoo Messenger and ICQ.

So I plan to make a link in the page, so that when click on the link, the
appropriate messenger software will be executed.

Eg: click on the link "MSN", then it will call out the MSN Messenger
program.

View Replies View Related

CreateTextFile Halts Program

I got the following code from various ASP help sites:

dim filesys, filetxt, getname, path
Set filesys = CreateObject("Scripting.FileSystemObject")
Set filetxt = filesys.CreateTextFile("c:somefile.txt")

The third line causes the program to halt. I am on localhost. (I tried it without "c: too.) What is the problem?

View Replies View Related

Wscript.Shell Run Program

I am trying to use the Run method of WScript.Shell to run a program that creates image files on the server. When I run the program through the command line it creates a text file and a bmp file which is what it is supposed to do.

If I run it from an asp page it doesnt do anything, it also doesnt give me any error messages. I can run the same vbscript code in a standalone vbs file on the server and it works right. Code:

View Replies View Related

About Date And Automatic Run Program...

my problem is i want to retrieve/get the date 3 day early using asp code, for example this date 12/10/2004 and i want to know 3 day early from that date which is 9/10/2004, do u guys have any idea....

and i more question which is how to make a page automatically run a program when the time or date is set, after the time/date has expire then a program is run, i have no idea also.

View Replies View Related

ASP File Upload Program

Can any body give me a perfect link or program for file uploading program. Actually i have to write a program for mail attachment. And for attaching mail I have to give the virtual path of the attachment
file and it is possible only when file will be upload within a directory that is under virtual directory from physical path.

View Replies View Related

Visual Basic Program

I know we can write ASP with VB Script. Some people told me the big ASP
projects usually use Visual Basic for the business logic. Is that the case?
What I mean is an ASP project is the combination of server-side ASP code and
Visual Basic components (.cls)

View Replies View Related

Recordset Handling In ASP Program

I'm selecting data from an oracle table into my recordset in ASP program. The program reads all the data from recordset until end of file and then again move the record pointer to beginning by using 'MoveFirst' command.

The program works fine if there is less data in the record set say 15-16 records. The moment the data exceeds 100 records, it fails to get data from te record set after 'MoveFirst' command. In other words the data from the recordset is lost after 'MoveFirst' command.

View Replies View Related

Problem With Execute Program In ASP

I try to execute a program in ASP but i get an error. Even with script below i get 1 as result. What's wrong?

<%@ LANGUAGE="JSCript" %>
<%
var WshShell = new ActiveXObject("WScript.Shell");

var oExec = WshShell.run("cmd /C "ren :sssack.js
back2.js"",0,"TRUE");
if (oExec==0)
{
Response.Write("it works!");
}
else
{
Response.Write(oExec);
}

%>

View Replies View Related

Lead Control Program

I am looking for someone to write a program using ASP and Access. This would be a simple data base like a contact manager but only for tracking apointments and results.

I would love to donate to your favorite fund (XMAS or personal savings account) If anyone is interested please let me know. I have all the forms and reports ready to go from a filepro data base running in Unix so I know exactly what I want.

View Replies View Related

Upload File Program Asp

I want a program for file uploading in a folder in asp, and also wants a mail attachemnt program in asp.

View Replies View Related

Program For Delete File

HI can any body give me a program for delete a online file in asp.
Actually I have created a program for mail attachment. For attaching
the file first of all I have to upload the file in a directory but
after sending attach file the file should be remove from directory.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved