Extract Data In Good Format
i get some data from a session variable.(the session variable gets this data from another page).I want to display the data in a formatted manner.
View Repliesi get some data from a session variable.(the session variable gets this data from another page).I want to display the data in a formatted manner.
View RepliesTrying to extract tab delimited data from several zipped .txt and .jpg archives into a database on the fly. I know there are some components out there to help with this, but this has to run on a regular web host (win2k) and I don't have the ability to install components on the server.
View Replies View Relatedhey everyone, does anyone knows how to extract data to extract from XML documents through the use of ASP or VB applications .
View Replies View RelatedI currently have an excel flat database, it contains a computerName and it has a list of parts associated with it next to the cell value of computerName.There values that are offsetted to the right are the parts associated with the computer name. I was wondering through ASP could i have a dropdown of the computerName, when clicking submit it will find the offsetted values to the right.
View Replies View RelatedIs it possible to extract meta data (resolution, copyright, aspect ratio etc)from an mp4 file onto a web page? If so, how?
View Replies View Relatedi want to import data from excel and save it in sql server data base.my problem is how open excel file and read it cols by cols or rows by rows.
View Replies View RelatedI have an XML file containing this: ....
View Replies View RelatedI have to extract data from excel data to convert it into access. the problems lies that it takes data from excel only 50 rows after that it says syntax error.not able to find whattt is the error as upto 50 records everything is working fine.
View Replies View RelatedI'm extracting data from word document (maybe table) and save the data into database using ASP. Do I need to create a template or bookmark for data entry?
View Replies View RelatedDatabase procedure's condition -
IF i_as_on_date >trunc(sysdate) THEN
Database(oracle 8.1.7) date formate - dd/mm/yyyy
webserver data format (IIS5.0 hosted on win2k server) -mm/dd/yyyy
purpose - how to pass date's so that it both work in syncronised manner? can you write code of getting data format of webserver through asp page?
I want to get data in a specific format. For example i have 10 names in database and i want to show these 10 names in this format.
Name1 Name2
Name3 Name4
Name5 Name6
........ ........
....... .........
how it could be possible.
I want to get data in a specific format.For example i have 10 names in database and i want to show these 10 names in this format.
Name1 Name2
Name3 Name4
Name5 Name6
.. ...
... ....
how it could be possible.
I have a DB field (Access2k) with a field who's data type is "currency". If I do a plain ol'
numberVariable = rs.Fields("price")
the data is not formatted (ie: $9.50 becomes 9.5)
Is there a way to format the value in ASP, or to bring the field's data type over when querying a DB?
We are creating a multi-region ASP application which will be using SQL Server 2000. As our users exist in multiple location i.e. UK, US, Australia how can we distinguish that the date the user is entering is captured correctly i.e. no confusion with DD/MM/YYYY format.
I guess to remove database ambiguity I am going to use the format YYYYMMDD format but how do I know in the first place when the user entered 01/06/2006 that the user meant 1st June 2006 or 6th Jan 2006.
I've written many pages that emails the content of a web form, but the data
formatted very nicely. Is there a way to have the content of the submitted
form data via email in XML?
I have 2 table, tblCart and tblItem.
The structure for tblCart
CartID
Date
The structure of tblItem
ItemID
CartID
Name
a Cart containing several Items, it's one-to-many relationship.
I want to display Every Cart with the items in one webpage (ASP or PHP).
It would appear like Code:
Is this possible to check if a text box on form.htm is in mm/dd/yyyy format before submitting to asp page?
if you enter say 2/2/04 it gives a incorrect date format error. The asp page uses this text box in the select statement for a db2 table query that is a date field.
I just want to ask if it is possible to output the data from "DataGrid" in MSWord or MSExcel format. If yes, How to achieve it?
View Replies View RelatedI will be eternally greatful if someone can provide snippet of code,
URL or reference material that shows how to display data in a "n
colums * n rows" format.
I am new to ASP and have looked everywhere that I could, but I have
not found an example where data can be formatted to be displayed in a
3 * 4 foramt, like many of the professional sites would do (actually
rows and columns can be any number of rows and columns) All the
examples that I have seen, show data displayed in a top down format.
I need to allow user to save dataset to their computer in Microsoft Money
format. I searched internet for help on this but found nothing helpful. I
also chatted with MS Online Concierge to no avail.
If you could, please provide pointers to steps how to accomplish this. If
you will provide the steps yourself, please be very explicit in what you
provide.
How can I use ASP to read data in an Excel file and than write it in the format of XML?
View Replies View RelatedDoes anyone know of any good ASP books in PDf format?I am new to ASP and I would like to do some reading on the subject.
View Replies View RelatedMost of my ASP programming experience is on NT4.We recently upgraded (replaced) our NT4 webserver with Win2k3 Web Edition.I am looking for a good book that I can go through that will show me the new and different ways IIS6 does things. I found out that some things still work from my old web site, but they no longer work on the new site.
View Replies View RelatedI've been doing ASP by hand-coding in either Homesite or Interdev for years. I have been using Dreamwever for static sites that I make on the side. I recently was asked to make a form which will store info in an Access database, and thought it would be a good chance to learn how to use Dreamweaver MX's ASP capabilities.
Haven't tried it yet, but reading up on it, it seems that it forces you to use Session variables. I'm not a big fan of session variables, and want to avoid them. Anyone here use DW MX for ASP?
This questions is a little one sided, I used to have the connection to the database on the site until I learned about the global.asa and since then all my sites have used it. I don't know the benefits of this file vs any other methods so I have to ask. But first let me explain.
I have a site, one of the many using the global.asa, it works 2 Microsoft access databases that run pretty much simultaneously on the site. Today, my host sends me an email telling me that they are open constantly and it's causing them problems on their shared server. So I modified the asa to close the database after every session and the host I had done so. They replied shortly after saying that a session could be open for 20 minutes before closing and they did not see this amend as helping the problem. So I'm looking for an alternate method.
The site itself is a collection database with over 1,200 user accounts, I have absolutely no idea how many of these user accounts are actually in use, but that is how many registered users there are in the database. Most of the regular users probably visit every day or two and I know that the admin (of about 8) visits daily to update the records unless there is nothing to add.
I've been given 7 days to solve this problem or they will close this particular site down. So in this case, is global.asa a good idea? If not, what method could I use to minimise the database being opened?
I need to learn ASP. Can anyone recommend a good ASP book for me. Also is there a good ASP manual online such as PHP.net for PHP.
View Replies View RelatedI am an intermediate ASP programmer looking to start learning .NET and am
looking for a good book to start learning from. Anyone have any
recommendations on a good book to get me started?
Can anyone find fault with this code? I wrote in in hopes of preventing users from "breaking" SQL queries and getting places they shouldn't by using SQL Injections.
Code: ....
Ive been making asp sites for about 2 years, but my first "real" site is going to be going live soon. Im currently seeking out a reliable hosting company based in england to host this website. Has anybody got any ideas of a good host? Ive been searching around for some time, but have not come across any that looks good enough. Im not after a dedicated server, shared hosting will do.
View Replies View RelatedI looking for a tutorial on charts/graphs which would take information from the DB table. I have a column about 31000 records and numbered field of 001-0022. I hav another field which contains texts.
What I'm looking for is to show graphically on a scale of 001-022 as in the first field how many time does the search criteria appear.
For example: I search a keyword "hello"
and the graph would show 001: 30 times, 002: 4 times...022: 1 time, but as a chart.
I think it would be nice to add a percentage calculation too.
I have written a few functions that are used on several pages throughout my site and am wondering what a good exection time might be (generally). The inital page a user is faced with after logging in pulls data from several different tables and displays 40 rows all together.
The execution time for this particular page is the slowest at approx. 950 ms to 1400 ms.
This seems awfully slow. This is probably because I am executing 10 different stored procedures instead of one (I thought it would be too big of a challenge to write a single select statement and parse through all the data). What sort of execution times are acceptable to most of you? What do you usually shoot for?
I'm looking for some script sites that do things like ecards, calenders, journals etc. Do you know which are the top 3 for ASP?
View Replies View RelatedI have the tables set up in Access, viewing in column format on ASP pages but now the company wants the schedule reports to be in a wall-calendar type format. I've searched and found calendar scripts but I need one that's creates a table resizable to a report size format. Using the existing MS Access db I've written is also a plus.
Any suggestions on where to start?