Database Administration Program

I'm looking for a free ASP database administration script or program that will allow me to enter some basic server details and then connect to the MS SQL Server to perform basic database operations via web browser.

If you know of any programs that are free and actually work to perform these tasks, I would gladly appreciate a link to them.

View Replies


ADVERTISEMENT

CDONTS - Administration Of Feedback From SQL Database

I have a feedback form on my site that processes the feedback into a SQL database and also sends an email to my inbox.

What I need is to create an administration asp page that retrieves the records from the database and displays them on the page and then have a mechanism on the page for deleting the records and refreshing the page.

Has anyone seen any examples posted on the forum or may be able to point me towards some useful links.

View Replies View Related

Database Administration Tool Like Phpmyadmin

I have an Access Db. I need to manage this by a script. If you know phpmyadmin it is great for doing this. But it is for php and mysql. Is there any free script(s) for this?

View Replies View Related

Administration Offline

i have a web site and i made it's administration offline using asp. I want after I fill a data in the offline database, onclick a button this data sent online.

The problem is that the site contains images and i want to send it offline on database and at the same time send upload these images online on click this button. I want both actions to be from the same page or window.

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

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 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

Hacker Altered My ASP Program

Someone hacked my server and altered my ASP User validation code.Now, no matter what I do. I couldn't get a successful register.It keeps tell me "User name is already exist" even though it is NOT true.how to fix the problem n how to prevent it?

View Replies View Related







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