| Recent Answers from Ashley Brazier |
 |
2008-07-22 apostrophie error: replace sSQL = "Insert into Detail values('" & Request("SerialNumber")& "', '" & Request("Equipment") & "','" & Request("User")& "', '" & Request("Office")& "','" & Request("Manufacturer")& "', '" &...
|
2008-07-16 asp update: if that didn't print anything out then there is something wrong with If Request("Submit") = "update" Then Check what value Request("Submit") is print by doing this before the If Request("Submit")...
|
2008-03-14 Using another db's tables: Hi, Do you have login details for both databases? If you do you can set up a DTA data transformation package on DB1 and schedule the package to run at certain times, this will then copy the data from...
|
2008-03-10 Open Crystal report 9 from ASP: Hi, Are you trying to open the .rpt file and then convert to pdf to print? if your just trying to view the .rpt file try this:- <%@Language=VBScript %> <% reportname = "announceReport.rpt"...
|
2008-03-10 Share data on a web page?: Hi Michael, I do not know of a company that does this, how ever if I have understood the scenario it wouldn't be that hard to make. You could get a freelance programmer to make it for you, just give...
|
| More Answers for "Active Server Pages Programming (ASP)" |