Uploading/Transfering Data From Offline To Online Using ASP

Can you pleaseeee let me know if what I am attempting to do is possible? ....and how. I have a Access database at backend of my ASP site. I need to update the existing database everyday and add new records as well. I dont want to give the Client access to the web site using FTP and the database will be too heavy to reupload and replace everyday. Is there a way in which I can design a page locally/offline which will pick up only the records modified/added today locally using IIS server and another page online will add those records to my database online?

Alternatively is there a way to coordinate the two databases - online and offline by updating only the current/last modified records..

View Replies


ADVERTISEMENT

Offline Access DB Into Online?

I'm currently trying to teach myself PHP. I have what I think should be a simple task however I don't even know if it's possible. Is there any way to make my small desktop MS Access database of customers an accessible web application.

My dream would be to find a command in the file menu that says "Publish to Web" but my life could never be that easy. I don't have the time nor the desire to learn ASP so I would like to know what the easiest way to get this data online would be.

View Replies View Related

Online Excel Presentation Of Data From Database

With ASP I store the result from form (textboxes and checkboxes) in a
Access 2000 database.

Now I want to use a Excel worksheet for presenting the data. What I
want is partly to online present the data, and partly to be able to
print the sheet.

As I understan I have to start with a HTML-table and use <%
Response.ContentType = "application/vnd.ms-excel" %>
Right? Code:

View Replies View Related

Transfering Output To MS Word Or Excel

The website sends users through a series of questions. When they are done they can view there results and open a printer friendly version, but my boss wants the user to have the option to send their answers to Word or Excel so they can either change their answers or the layout of whatever. Is there a way to do this?

View Replies View Related

Transfering Variables, But Using Response.Redirect

I have a page that contains a link. When a user clicks the link, the link runs a new page that the client does not see (i.e. server side only). The new page looks at a database to see if certain conditions are true. If they are, it updates the database and redirects the user back to page 1, where the client will see the updated information.

However, if the database conditions are false, the client will be redirected back to page1, but will have an error message saying that the database could not be updated.

So overall it looks something like:

PAGE1 ----> DATABASEUPDATER(checks conditions)

IF CONDITIONS=TRUE THEN
UPDATE STUFF
RESPONSE.REDIRECT(PAGE1.ASP)
ELSE
DONT TOUCH DATABASE
RESPONSE.WRITE("conditions have not been met")
XXXXXXXXXXXXXX
END IF

-----------------------------------------------------

My problem is deciding what goes in the XXXXXXXXXXXX section.

I have looked for other examples of this but I could not find something this specific....

If i use Response.Redirect, the explorer will go back to Page1.asp but will not display the error message and the client will not be aware that there is a problem.

If I use server.transfer (to put control back into the hands of page1.asp) or server.execute (to just run Page1.asp within the current script) the actual page that the user is looking at is not Page1.asp - they are actually looking at DatabaseUpdater.asp with Page1.asp executed inside it....unfortunately I require it to be Page1.asp itself, which is why i cannot work out what to put there.

Looking at other threads on similar topics, it might be possible to add something to the session variables or something and then get Page1 to look for whether a certain thing is written as a session variable (if that makes any sense!)

View Replies View Related

Uploading Data In MB,s

I have a website where I am using PHP to have my visitors upload large files. (up to 225 MB) However many shared hosting plans limit it by 2 MB. Their php.ini file is set as max_file_upload 2MB and tehre is no way to overwrite it. ( i tried many possible solutions) .

I am thinking to have it rewritten using ASP but I am not sure whetehr ASP has similiar limitations, or any files that sets the parameteres as the one for php.ini file.

View Replies View Related

Uploading Data

I need to upload text, image data through logging in with admin account of my portal. and I want to display dynamic hyperlink in a page so that other user can see the uploaded data. I have no idea how to do this.

View Replies View Related

Uploading Binary Data

How is it possible to upload binary data (like images or MIDI files) to the server? the code to (if necessary) a password protected FTP account?

View Replies View Related

Data Loss On Uploading A Database

I'm using an access database that gets information from a web form using ASP. The problem is that is when I want to update the database (fields for example)

I have to download the database, update it and then upload it again and that causes the data entered (and not included in the database which I downloaded) to be lost when I upload the database that is on my system. Is there a way to solve this problem?

View Replies View Related

Offline ASP / CD

I may sound strange but that is what I want:
1'm in the process of creating a product search in ASP
using SQL server.

My management wants the developed web application
to run from a CD which will be given to customers and
consultants.

I suggested them to give the web address instead but
they are of the opinion that not all are internet-savvy and
might not have always-online internet connection.
I'm using ODBC to query SQL server and would it be possible
to run asp through CD itself What can be done in this stage.
Any good suggesstion and help would be grately beneficial

View Replies View Related

ASP Offline

Is there any way to create a page in ASP offline?I'm pretty sure I've heard of it, but I want to create a contact page (using CDO) and will be on vacation over the next few days.

View Replies View Related

Offline Develop

is it possible for me to develop a website
offline, and using CDO. How i can know that, the script I wrote at offline
and run at localhost will work when I host it on the webserver. I try to
write a website which allow to send order form to email. Now I facing the
problem, because I need to test it at localhost.

View Replies View Related

Offline Web Development

Currently using WIN 98 + PWS for off line web development.Will WIN 2000 PRO support PWS? or does it have IIS5 bundled with it, or does it support no web server at all?

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

Take Access Database Offline

How do I make an access database offline or not available for users from the internet using asp code. My Sample:

My users authenticate against an access database but on a weekly basis, I would like to make it not available, to do my updates.

View Replies View Related

Page Is Offline/dead

I am trying to create a function that will check to see if a page is currently offline or down. If it is, then it will display an error message instead of a 404 page, and if it is online, then just display the page requested.

View Replies View Related

Developing Offline ASP Application

I am developing an asp application that requires data collection to occur both offline and online. Rather than redevelop the same asp pages used for online collection in another application like visual basic, I would like to be able to use the same asp webpages offline.

However, I can not seem to find any good solutions for offline use of ASP pages. I am hesitant to install PWS on each user using the application and would like to look at other options. I found an application that claims to "compile" ASP code (ASPExplore), but I yet to get it to work properly.

View Replies View Related

Who Is Online?

Developing a community website, and want to be able to maintain a database
of members currently online on the site. I can save their ID as they log
onto the site, but dont know how to tell when they leave it??

Any ideas please?

Also, anyone know of an asp Instant Messaging script that can interface with
the on-line database I will be maintaining??

View Replies View Related

Pdf Online

which is the best to generate pdf file and print table data..

View Replies View Related

Who Is Online

i need to view a list of logged in users...
now i got loginlogout thing going on...but if the user will not logout he will be still logged on for the system...
the only rule i want (on this code that i don't know how to wrote) is how to set timeout of 1 hour...that id the user had not moved or did nothing for 1 hour he automaticly will be offline for the system.

View Replies View Related

Best FSO Online

I am lookign for an indepth FSO tutorial not something i can copy and paste but something i can actually learn from. I have found things that do some of the stuff that i need it to do but i know down the line somewhere i will come up with problems if i dont write the code myself.

View Replies View Related

Who's Online

I saw this on a post in this forum:

<%
Public Sub checkClientConnect()
If Not response.IsClientConnected Then
session.abandon
response.Clear
response.End
End If
End Sub
%>

If I put that on a page it doesn't write anything.. so how does this script work? Is it somehow supposed to write how many users are online?

View Replies View Related

Online Questionnaire Using Asp

Want to create a web page that asks users certain questions and then when clicking the submit button the info get sent via email.

Obviously will create a form and then will have text boxes for each question. Correct me if I am wrong but the aspmail object is limited to a few fields.

View Replies View Related

ASP Online CSS Editor

Is anybody aware of an ASP-based online CSS editor? I'd like to be able to manage my site's CSS files online. Ideally, I'd like to be able to change the colors and such online, then have ASP write the changes to the styles.css file. I know I could have dynamic asp tags throughout my site that would pull the styles from a database, but I'd like to just write to the text file. I haven't seen anything in aspin or hotscripts, so I was wondering if anybody has seen something out there.

View Replies View Related

Online Calender

I am having a go at building an online calender and I am using icons to display events on a certain date.
I would like to show 1 icon for events that are in the future (for example blue square) but another icon for events that have passed (example grey square). All I have in the DB is the actual date of the event.

View Replies View Related

Online Store

I am looking for some ASP - SQL server 2000 online store application that i can buy for my company. This store is completely internal for the company and will be on our intranet server and will be utilized by the company employees to buy company merchantdize.

Also at this time there will be no credit card processing as the amount of purchase will be deducted from the payrol. I will be needing the shopping cart and product view. Later if we provide the credit card processing, we have already installed PayFlowPro from verisign and do creadit card procesing on our main site.

Does any one know such application that i can integrate with our style sheets and general layout?

View Replies View Related

Online Guides

I plan to setup a website which will give help guides on DIY.
I want to allow people to submit their own guides while allowing them to have a link to thier own site to help promote thier company.
I want to be able to have a directory of all the guides with a nice simple layout.
Does anybody know of any good free or cheap scripts that will allow this?

View Replies View Related

OnLine Visitors

I wanted to ask for a help for my site. I want to make script that will show the number of visitors, how many visitors are curently on the site.

View Replies View Related

Online Videos

If anyone is familiar with Camtasia, they should know that it can output
files in various formats... SWH, WMV, AVI, Quicktime, etc.

I would like to output the files in SWH format since it includes a Flash
interface with player controls, etc. There are limitations on the size of
the video with this format. I'm not sure what they are right now.

Anyway, I would like to begin publishing the videos to my website that is
written in ASP.

Can anyone give me any points in the best way to handle this or if there are
any online tutorials or third party components for managing online content
in this way.

I realize I could create a table and assign various fields and simply put
the content into the database. This is likely the best approach, but then I
have to deal with an admin page because our end users won't have the ability
to use Enterprise Manager or Query Analyzer to update the table using raw
SQL. Code:

View Replies View Related

Online Dictionary...

I'm planning to construct an experimental mini online dictionary. The core of the dictionary is, of course, the smart 'search' function.

So I'd like to know if it would be better to use asp instead of php for such a search function (and...why!).

View Replies View Related

UPS Online Tools

Has anyone ever set up code samples for using UPS online tools I need it
for international shipping. I've been trying to setup the tools myself. Some
countries work fine, others produce validation errors. Other errors include
no shipping solutions between origin and destination. When I manually check
on the UPS site, they resolve without problems

View Replies View Related

User Online

I have a login script and everything, I just have one problem. The thing is, is that I want to check how many users are online. It is very simple to do that, but is there a way to check when their user-session ends, or something? In the database all it is is a simple yes or no under "online" and if they are logged in it goes to "yes" and if they access a page while logged out, there is no way to check if they are online or not.
How should I go about doing this?

And if you give me a code, can you please tell me how it works so I can easily modify it(It's just that it'd take a lot less time with you explaining it, than me figuring it out All I need is a simple wording

View Replies View Related

Online Questionnaire

I want to build an online questionnaire, and i dont know where to begin. whats the best way to go about this? sessions?process:user fills up questions/survey user can go back to previous pages to recheck answers then when user is done, when he clicks on submit, the answers are emailed to me.do i need a db for this?

View Replies View Related







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