Huanghonglu
Programmer
Any one know how to set up the db connection for the Macola DLLs? Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim mf As New IMMasterES.iMasterFiles
Dim im As New IMMasterES.cItemMaster
mf.ConnectToDatabase ("Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=001;Data Source=ISPRING121\ES")
im.AddNew ("MYITEM")
im.ItemDescription1 = "My New Item"
im.Update