Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vadarv

    Read,write and delte from access by strSQL

    Dim objConnection Dim strConnectionString Dim strSQL Dim objCommand strConnectionString = "Provider=MSDASQL;DSN=SampleDSN;UID=;PWD=;" strSQL = "Delete from WINCC_DATA Where ID=1" Set objConnection = CreateObject("ADODB.Connection") objConnection.ConnectionString = strConnectionString...
  2. vadarv

    read, write and delte in access strSQL

    Hia! I'm a total amateur to VBS but need help on a VBS script. This is used in a HMI system from Siemens called WinCC, used for process viewing and control. What I need to is to write to a table in Access, then read these values and then delete records (rows) in Access. By using help functions...
  3. vadarv

    Read,write and delte from access by strSQL

    Hia! I'm a total amateur to VBS but need help on a VBS script. This is used in a HMI system from Siemens called WinCC, used for process viewing and control. What I need to is to write to a table in Access, then read these values and then delete records (rows) in Access. By using help functions...
  4. vadarv

    Reading, writing and deleting records in access database, Please help!

    Hia! I'm a total amateur to VBS but need help on a VBS script. This is used in a HMI system from Siemens called WinCC, used for process viewing and control. What I need to is to write to a table in Access, then read these values and then delete records (rows) in Access. By using help functions...

Part and Inventory Search

Back
Top