vb 连接 sybase 问题
之前的连接是没错的,但我发现这个写法 在 connectionstring网站上说明的不一样。
首先是在ODBC中用Adaptive Server Anywhere6.0 连接sybase数据库文件的。
然后在VB中 写法是这样的:Str = "Provider=MSDASQL;Persist Security Info=False;Data Source=" & DSN
这个写法 怎么用的是 msdasql 不知道为什么也能运行。
有标准的连接办法?大家写一下
谢谢。
我在 http://www.connectionstrings.com/sybase-adaptive#p40 上面没找到 适合ASA6.0的连接 奇怪了。
[解决办法]
写法没错。
也可以写成connectionstring 上的。