5/10/2024 10:49 AM | |
Joined: 4/17/2023 Last visit: 11/7/2024 Posts: 7 Rating: (0) |
Hi Sava, Thank you for creating this wonderfull ActiveX component. - I tried to use it on WinCC Runtime V7.5 + SP2+Upd1 K7.5.2.1 of PCS7 V9.1. When I entried the query command to "SQL" item, there was error alarm as below "None of the dynamic libraries can be found or is not loadable: ntwdblib.dll ! Use TZConnection.LibraryLocation if the location is valid" -> So, it cannot connect to SQL server. - I also tried to configure it via VBscript as below, but it didn't still work "Dim c Set c = HMIRuntime.Screens("MENTA_GetListProperty").ScreenItems("ListOfProperty") c.TableFont.Name = "Tahoma" c.TableFont.Size = 16 c.MinColWidth = 100 c.HostName = "192.168.2.12,43200" c.UserName = "NU" c.Password = "123456" c.Database = "NUTRECO" c.SQL = "SELECT * FROM tb_PcsGetListOfProperties" c.IsConnected = 1 " How can I fix this error? Please give me advice. Please refer to pictures in excel file for detail. ------------------------------------------------------------------------------------------ AttachmentPictures.xlsx (260 Downloads) |
Last edited by: Jen_Moderator at: 05/13/2024 06:47:06New subject after splitting |
|
Follow us on