6/9/2011 1:06 PM | |
Posts: 26 Rating: (0) |
I used WinCC with installed SQL serve 2005. I have an authorized WinCC version. |
6/9/2011 1:35 PM | |
Joined: 10/3/2010 Last visit: 10/31/2024 Posts: 1563 Rating: (192) |
Hey samurai, it's not a question if you have an authorized WinCC version with SQL 2005 but I think Komi means that there have been quite some discussions about using the installed SQL 2005 license for other purposes as what it was meant to be. |
B r g d s , |
|
6/10/2011 3:44 PM | |
Posts: 26 Rating: (0) |
Thanks for your instructions. I have a sql serve 2005 express version. Could i use it ? |
6/11/2011 4:03 PM | |
Posts: 291 Rating: (69) |
Hi samurai, Sorry for my delay!! Here's coming the sample you need. Firstly~ 1. please make sure that you've created your own Database("Tank_DB") & Table("Tank_TBL") as ~
( --Tank_Id int not null primary key identity(1,1), Time_Stamp Datetime, Tank_Name nvarchar(100), Tank_Mass real ) Secondly~ 2. please take SQL Express Edition instead!! Thank you! Thirdly~ 3. The followings are the codes you need: Modify where ".\WinCC" to be ".\SQLExpress"
Regards, Komi AttachmentWCC_RT_ToSQL.zip (203 Downloads) |
Last edited by: Komi at: 6/11/2011 4:05 PM |
|
Follow us on