摘要:
I'm describing here the procedure how to localize CrystalReportViewer in .NET 1.1 framework, in an _almost_ proper way (i.e., we actually create a satellite assembly containing resources). We have to ... 阅读全文
摘要:
Problem: Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection. 可以连接本机的SqlServer上面的数据库,但是连接服务器上面的有问题,原因如上。在百度和Google中查找相关的帮助都是这是因为没有使用SQL SERVER和WINDOWS的混合登陆模... 阅读全文
摘要:
在.net执行sql脚本的简单实现 郑佐2004-12-25 看到csdn社区经常有人问在.net中如果执行sql脚本,下面是使用C#调用cmd来执行osql实现脚本的执行。 using System; using System.Data; using System.Collections; using System.Xml; using System.IO; using Sy... 阅读全文