如何将 .net 前端的电子邮件地址插入到 Oracle 表中?
现在,当我们尝试将来自 .net 前端的电子邮件地址插入 Oracle 表时,@ 符号应该在的位置出现一个冒号。我们怎样才能解决这个问题?
Right now we get a colon where the @ sign should be when we try to insert an email address coming from .net Front End into an Oracle Table. How can we get around this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请发布您正在使用的.Net 代码。
如果字符串在发送到 Oracle 之前没有在 .Net 端发生更改,我将在该表上查找可能更新该值的任何触发器。
Please post the .Net code you are using.
If the string is not being changed on the .Net side before being sent to Oracle, I would look for any triggers on that table that could be updating the value.