Post to HTTP With paramerters
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hi,
Please could some of the experts out there advise on the best way to
acheive the following please. . .
In a SQL table, I have a field that when it drops to below 5, i want
to automatically run a Stored Procedure that then connects to a URL
to
run a ASP.NET script.
IE:
In table users, there is a field called Money.
When Money reaches < 5
Run Stored Procedure
The Stored Procedure then 'somehow' sends a trigger to a URL with
paramerters as per below
www.mydomainname.com?money=4&name=peter
Any help/guidence appriciated as i am really lost on where to start!
Thanks
H
.
Relevant Pages
- Error using money datatype parameter and DBNull.
... I am getting an error executing a SQL Server stored procedure with parameters of type ... .Parameters.AddWithValue(PRM_ActualCost, mActualCost) ... in the table is defined as a nullable column of type money. ... "Implicit conversion from datatype nvarchar to money is not allowed. ... (microsoft.public.dotnet.framework.adonet) - Re: [PHP] Calling a stored procedure
... I have a stored procedure on my Informix server. ... can make enough money to pay someone else to do it for you. ... The thing to pay attention to is the instantiation. ... (php.general) - Re: Views vs Stored Procedures, whats the difference?
... I hope you are not suggesting you embed SQL queries into the application? ... A stored procedure logic will be exactly as fast as the algorithm you ... I understant that SQL Server supports hints. ... implementations (nestedloop, merge, hash, ..) on decent sized tables, then ... (comp.databases.ms-sqlserver) - Re: Stored Procedures - Patterns and Practices
... >published the reasoning behind its opinions. ... I disagree that the debate in SQL Server related discussion forums ... If the natural key is long or spans too many ... I want to call a stored procedure that adds a customer ... (microsoft.public.sqlserver.programming) - Re: Issue with retrieving large data over web using Stored Procedu
... how do I go about analyzing a stored procedure with selecting ... Is there any tool in the SQL Profiler that analyze each Trace? ... "Active Server Pages error 'ASP 0113' ... This email account is my spam trap ... (microsoft.public.inetserver.asp.db) |
|