We need to see both code samples to see what they are actually doing. There are some subtle details to how the code works we can't know unless we see it. Then...
I'm rather new to ASP. I'm trying to get a value from one field in one record (using the primary key to select) in an Access database table, add 1 to that...
... You don't say what code you are using to SELECT the one record and delete it. If you do know the primary key the query: Update [accesstablename] SET...
Dear All, I have an ASP file containt the following code which is not working fine. Only the HTML part displayed. No ASP part diplayed. Some nothing will de...
I am looking for a tutorial that shows me how to check someones exchange inbox for new messages. I am creating a customer feedback tracking system. I'd like...
I am looking for a tutorial that shows me how to check someones exchange inbox for new messages. I am creating a customer feedback tracking system. I'd like...
... The code at: http://www.learnasp.com/learn/dbSQLdelete.asp will execute any SQL statement (Update, Insert, Delete) and the Update Statement Update StoCost...
Hello folks, I wonder whether some kindly soul might lend an ear to my database upgrade troubles. Some months ago the technicians at our server made a partial ...
http://www.cdolive.com/autoreply.htm will get you started. It is one of the many ZIPPED samples at that excellent site that shows "mailbox walker" code. ... ...
Hi, My name is Alessandro, and I have a problem: I want to access a server ftp with my .asp. I want to connect in server and copy the files for my machine. I...
On the asp page, how do I get the following to format as currency when the page is run: <%=FP_FieldVal(fp_rs,"L_PRICE")%> As it is, the resulting output looks...
Hello folks, [I'm re-sending as the letter doesn't seem to have made it to the list. My apologies to anyone who receives this twice.] I wonder whether some...
I was dying to answer this but deep in many task including finally getting a TOC for my ASP.net lessons @ http://www.learnasp.com/freebook/learn/toc.aspx to...
hi all iam having one table in sql server and the datas r entered in to the table in Arabic language,when i try to display the values in the asp page its not ...
To Set The Language Code For ASP Page Use CodePage Directive in the first line LCID controls the currency and date setting for specific country Try this: ...
Hi, I have Access 97, and have created some reports and queries. I want these reports to be exported to MS Excel and called thru ASP when required. Help me,...
Charles, Your offer is greatly appreciated. I'm waiting to hear back from the host server regarding the Project connection details. With any luck the process...
In IE? Which version? When you look at Text; Encoding on that page what menu item is selected by default. ... [This E-mail scanned for viruses by Declude...
Glad to see the approach at: http://www.learnasp.com/learn/speedappdata.asp made even more useful. The idea of writing HTM files was truly ingenious ...
I have a small access database and need to extract records from it using a search facility. This part I have managed, except that where the record contains an...
Charles, With the details provided by the system administrator I've been able to successfully create a Project in Access DB. I've had no trouble at all viewing...
Here is the World's Fastest Listbox concept modified to suit the needs of our database. Basically, the cached data is written to a HTML file, which is then...
... It is just like Access. Any new table your create in an adp is automatically created in SQLserver. If you open a mdb file in one Access instance and paste...