如何使用数据库发送短信. [英] how to send sms using database.

查看:250
本文介绍了如何使用数据库发送短信.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在表更新时发送短信,该怎么做,如果有的话请说明.

I want to send sms when table is updated, how it can be done, if any one done please explain.

推荐答案

在表更新时,执行触发器.在触发器中,执行存储过程.在存储过程中,编写用于发送SMS的代码.

另外,请查看此链接.它应该可以帮助您:如何使用SQL数据库从C#发送SMS消息 [ ^ ]

试试吧!
On table update, execute a trigger. In trigger, execute a stored procedure. In stored procedure, write code for sending SMS.

Also, have a look at this link. It should help you out: How to Send SMS Messages from C# using an SQL Database[^]

Try!


这篇关于如何使用数据库发送短信.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆