vb 6.0中的运行时错误 [英] Runtime error in vb 6.0

查看:161
本文介绍了vb 6.0中的运行时错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


该查询在后端运行...通过前端(vb 6.0)无法运行...
任何人都可以帮助我...不接受斜杠"\"

从[EIPLDB \ MSSQLSERVER1] .earetail.dbo.fcbilldt中删除,其中shopcode =" FC00019"

预先感谢.

谢谢
H.Subbulakshmi

Hi,
This query is run in back end...through front-end(vb 6.0) this is not working...
Any one help me pls...Not accepting the slash "\"

" delete from [EIPLDB\MSSQLSERVER1].earetail.dbo.fcbilldt where shopcode=''FC00019'' "

Thanks in advance.

Thanks
H.Subbulakshmi

推荐答案

您需要使用正确的连接字符串连接到earetail,并通过代码使用delete from fcbilldt where shopcode=''FC00019'' .
您可以从 http://www.connectionstrings.com/ [
You need to connect to earetail using proper connection string and use delete from fcbilldt where shopcode=''FC00019'' through code.
You can get proper connection string from http://www.connectionstrings.com/[^]

Show your connection string if this doesn''t help.


这篇关于vb 6.0中的运行时错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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