Search results

  1. M

    INSERT NULL in SQL from 4GL

    Progress9.1b SQL7.0 Hi all - I am using an ADODB command object to replicate/INSERT records from Progress to SQL. I am looking for the correct syntax to convert the unknown value (?) in Progress to NULL in SQL. Here's a snip of what I'm attempting: c-cmd:commandtext = "INSERT into...
  2. M

    INSERT NULL to SQL from 4GL

    Progress9.1b SQL7.0 Hi all - I am using an ADODB command object to replicate/INSERT records from Progress to SQL. I am looking for the correct syntax to convert the unknown value (?) in Progress to NULL in SQL. Here's a snip of what I'm attempting: c-cmd:commandtext = "INSERT into...
  3. M

    INSERT NULL from 4GL to SQL

    Progress9.1b SQL7.0 Hi all - I am using an ADODB command object to replicate/INSERT records from Progress to SQL. I am looking for the correct syntax to convert the unknown value (?) in Progress to NULL in SQL. Here's a snip of what I'm attempting: c-cmd:commandtext = "INSERT...
Top