sybase12连接问题
<p>我用C#+ASP.NET 连接sybase数据库,不知道为什么总是不对,提示:</p><p>ERROR Insufficient information to connect to the data source.<br/>ERROR Invalid attribute in connection string: Srvr.<br/>ERROR Insufficient information to connect to the data source.<br/>ERROR Invalid attribute in connection string: Srvr. </p><p>我的连接语句是:</p><p>strconn = "Driver={Sybase ASE ODBC Driver};server=SERVER;Database=test;Uid=sa;pwd=123;";</p><p>sybase版本是12.5 系统是2003 。请高手帮个忙,谢谢!</p>[此贴子已经被作者于2006-10-21 14:09:44编辑过]
<p><font size="2">试试这个格式:</font></p><p><font size="2">"User=myusername;Password=mypassword;Server=kmhp3;Port=5120;Database=PROD100;Charset=iso_1;Connect Timeout=0"</font></p> <p>上面是open client的方式,如果是odbc方式,可以在odbc配置里面先测试以下,看看能否连接,如果不行,是否是驱动的问题,可以到sybase网站上下一个新的</p> 我在XP的系统上面试了,我上面的连接语句没有错误,可是在2003的系统上面就不行了,不知道是不是sybase 在2003系统上面还有别的要求呢?
页:
[1]