readme.txt

来自「掌握学习.net开发的非常好的资料」· 文本 代码 · 共 20 行

TXT
20
字号
How to create the sample database in SQL server:

1-Open "SQL Server Enterprise Manager"(EM)

2-From "Tools" menu, open "SQL Server Query Analyzer"

3-Open "chartsample.sql" in SQL Server Query Analyzer

4-Press "Execute Query" in toolbar(F5)

5-Edit the "DataGenerator.aspx" file and set the connection string to valid value for your server. e.g.
"server=your server name;uid=your user id;pwd=your password;database=chartsample;"

6-Load "DataGenerator.aspx" in your browser to add sample data to the chartsample database. e.g.
http://yourdomain/dotnetcharting/database/SqlServer/DataGenerator.aspx

7-To run any given sample against the new SQL server database rather than the 
included access database change the "chart.ConnectionString" property to your
valid SQL Server connection string. e.g.
"server=your server name;uid=your user id;pwd=your password;database=chartsample;"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?