2.117 FAQ-1053 How to allow changing data when Data Connector is used?

Last Update: 10/13/2021

Data imported by Data Connector is protected by default.

Free-Editing or Sorting of Data Imported by Data Connector

Users not concerned with data protection can bypass all sorting and editing restrictions by changing the value of LabTalk system variable @IPDC before you import your data.

  1. Select Preference: System Variables....
  2. In the Set System Variables dialog, type "IPDC" in Variable column and "0" in Value .
  3. Import data by Data Connector.

If you want to remove all restrictions for the current session only, click Window: Script Window and at the prompt type the following, then press Enter:

@IPDC=0

Methods for Managing Editing of Connector Data that is Already Imported

To modify data that has been imported via Connector, click the Connector icon Dadta connector icon connect.png and choose one of the following:

Fine-tuning Restrictions on Connector Data

There are other options for loosening restrictions on editing of Connector data, without completely removing protections. Again, this involves changing the value of LabTalk system variable @IPDC before importing your data.


For example, to allow sorting data imported via Connectors other than Text/CSV or Excel , but still prevent editing:

  1. Select Preference: System Variables....
  2. In the Set System Variables dialog, type "IPDC" in Variable column and "1" in Value .
    Allow edit data by DC.png
  3. Import data by Data Connector.

Keywords:import, connect data, CSV, TXT, DAT, Excel, Connector, sort column, sort worksheet, data integrity, data protection,