📄 readme.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -