I'll post code if requested, but I'm not convinced it is a coding issue. I upload a pdf or excel file to a mssql (2012) database. When I download the file I get "There was an error opening this document. The file is damaged and could not be repaired." This doesn't happen with text files, images...
I have a click event which is supposed to delete an image. I have a dropdown which displays all the images in a folder. When I try and use the dropdown selected value, the image is not deleted. However, if I pass the name of an image, the image is deleted. In the code below, when I hard code the...
I have a web form which has a multiple select dropdown list. The dropdown data is bound from a table. On submission the selected items are pushed to an mssql table.
I have an edit version of the form where the various data is read into the form allowing the user to edit the fields and resubmit...
I have a project which is to create a hipaa compliant transcription process. One of the parts of the process is to upload a Word document. The Word document is then accessed by a transcriber. The transcriber edits the Word document and saves the document.
The Word document cannot be saved to...
I have a project where users will need to open a Word document inside a browser. The users opening the Word document will allow/set IE to open Word in a browser. I figured using com would be the way to go.
I have a Windows server where I installed PHP 5.2.11. I have been able to write php...
I am trying to create a text file by reading data from a MS SQL database. Some files will have 600,000 or so lines. I want to initiate this through a browser. The browser is timing out, and the files are not complete. Here is the basic code I'm using.
$link = mssql_connect($server, '$user'...
I have a couple of sites sharing a database. There will be a small number of images. Currently each site has a seperate image upload process where the image is stored on the server and the path is stored in a MS SQL table. I have been trying to use the image data and not the path so I can read...
I have a project where I will need to POP hundreds of gmail accounts into Outlook and then filter the emails. I know there is a limit of how many POP accounts Outlook Express will read when set to auto send/receive. Is there a limit on the number of POP3 accounts I can set up in Outlook or a...
I've been learning a lot about ASP.NET. The help I've received in this forum has/is excellent.
I want to upload a text file from one server to another server.
On the first server I want to have a textbox where a user can enter some text. When the user presses the submit button, I want the...
I want to read a web site's IIS log for instance of certain images and pages. I can not seem to get the site to log events in real time. I have opened IIS, right clicked on the web site, gone to properties and on the web site tab, chosen the properties option in the enable logging panel.
I...
I am sure this is easy, but I'm a little lost as to how. I want to create a link in an email with variables and have those variables inserted into a SQL DB when someone clicks on the link.
The link would be something like:
http://www.mysite.com/myscript.aspx?id=12345&email=mike@mike.com...
I have two drop down lists. I want to dynamically change the option values in one list based on a selection in the other list.
Can someone get me started on how to do this?
tia... mike
I am new to ASP.NET. I have been looking at several tutorials. I can do some pretty simple stuff except get an insert to work. Ok I can connect but can not do much else with a MS SQL database.
There has got to be a simpler way. Here is what I've been trying.
<%@ Page Language="VB" %>
<script...
I have an XML file which appears to be generated from a Pivot Table. What I need to do is find an instance of something in the each <z:row> element. If the something exists, remove and push the element to a separate file. After each element with the something in it has been removed from the...
Does PHP place a maximum numbers of characters that can be used in a database file name.
I have a mssql database connection that uses
"[abnavalthisnot-data-newsnow]"
All my scripts run just fine.
I created a test database by appending test to the database name. Now I have a connection using...
I know this is a common question. I've looked through the FAQ's, done countless searches on the net, looked in my MS Visual C++ .NET book, and yet I still am having a hard time doing what "should" be simple, and that is check to see that a numeric entry is valid. I want the input to be a float...
I am using PHP to grab some text from a text field in a database. The text is inserted into a form textarea. Is it possible to color instances of a word within the textarea. I would like the user, when viewing the text in the textarea, to be able to quickly see instance of a word, like...
I have multiple MS SQL queries. I want to create an associative array with the first query. With each addtional query I want to add elements. Here is the code I'm working with (only using two queries):
$planning_1 = mssql_query("
select count(distinct cdc_id)as Planning_Count,office_name...
I have a mssql query which returns the following:
state name category quantity freshness
New York Ange Frey On-Line Researcher 2 181
New York Casey Cregg Governmental Rptr 61 30
New York Casey Cregg Governmental Rptr 100 60
New York Casey Cregg Governmental Rptr 36 90
New York Casey Cregg...
I have a table, within a MS SQL server database, with a varchar set to 8000 characters. I have written a query to return the field in a result set and print it to a web document using PHP. In Query Analyzer, after setting the result field length option to 8000, I'm able to return the full field...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.