Hi everybody!
I have a ASP Application (using Session object) which is running fine on my machine with Windows 2000, IIS 5.0 with MySQL. I moved the application on an Apache Server with ASP Support enabled and MySQL. And I receive the following message:
"Internal Server Error
The server...
Hi everybody!
I have here a strange situation. I have a Crystal Report in ASP showing some data from the Database. I log in to the application, open the report, eveything is fine.
Then, I update some data and open again the Report. But the Report is not bringing the latest information from the...
Hi everybody!
When I press a button on my page a function is inserting a record into the DB. After this action if I press the refresh button from IE the function is called again.
How can I prevent this situation from happening?
Thanks,
Durug
From what I know, there is no solution for that in ASP.
Maybe if you play with Javascript ... Still don't except the similar functionality from Access autocomplete.
Durug
Hi,
I have a combobox which is populated dynamicly when the page loads. Lets say it
<select name="Test">
<option selected value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>
</select>
What I'm trying to accomplish: in the...
Hi everybody!
I have a web server certificate and somehow Win2000 is corrupted, so we will have to format and install again the whole server.
What is the procedure to backup the certificate and install it again after installing Win2000 back again.
Will the certificate still work? What...
Hi everybody!
Here is the story:
we have an application that we didn't designed that is inserting data into a DB.
Since we don't know how it works, we add an insert trigger for a table which will every time when a new record is added, insert the same information into another table into a DB...
Thank you, you convinced me to post my "secret" trigger :)
I think only the select statemnt is causing some problems
SELECT @PR_ID = m.PR_ID , @title = p.TITLE, @Code_F1 = m.CODE_F1
FROM inserted m, grs1000.proginfo p where m.INFO_ID = p.INFO_ID
AND m.CODE_F1 is not null...
Hi everybody!
I use SQL 7.0 and I implemented an insert trigger on a table. Now, apparently nothing is happening.
How can I debug the trigger? Or how can I make sure it's working?
Thanks,
Durug
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.