sarassaras

  1. 3 votes
    Vote 0 votes Vote Vote
    Vote
    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service

      You'll receive a confirmation email with a link to create a password (optional).

      Signed in as (Sign out)
      You have left! (?) (thinking…)
      1 comment  ·  General  ·  Admin →
      sarassaras commented  · 

      We can encrypt/decrypt/restructure it with TADSTable in not Server-Side Alias dictionary. In Server-Side Alias dictionary we cannot do that.

      We use a free table for a higher security than an admin.

      sarassaras shared this idea and gave it 3 votes  · 
    • 207 votes
      Vote 0 votes Vote Vote
      Vote
      Sign in
      Check!
      (thinking…)
      Reset
      or sign in with
      • facebook
      • google
        Password icon
        I agree to the terms of service

        You'll receive a confirmation email with a link to create a password (optional).

        Signed in as (Sign out)
        You have left! (?) (thinking…)
        14 comments  ·  General  ·  Admin →
        jeremym1234jeremym1234 responded

        We have some ideas on this, but would welcome any ideas or comments on what kind of functionality and utilties you would like to see.

        sarassaras commented  · 

        We can detect some problem but sometimes we can not fix it.
        - a memo corrupt: we must export to a new table
        - an invalid date: we must edit it
        - an invalid value: we cannot restructure it if an invalid value found in two or more field. we must edit it one by one before restructure it Or we must use FoxPro to restructure it.

        // detect table's problem
        TRY
        DROP TABLE #tmp;
        CATCH ALL
        END;

        SELECT * INTO #tmp FROM any_table;

        // detect field's problem
        TRY
        DROP TABLE #tmp;
        CATCH ALL
        END;

        SELECT any_field INTO #tmp FROM any_table;

        // detect record's problem for particular field
        TRY
        DROP TABLE #tmp;
        CATCH ALL
        END;

        SELECT TOP x any_field INTO #tmp FROM any_table;

        sarassaras gave this 2 votes  · 
      • 3 votes
        Vote 0 votes Vote Vote
        Vote
        Sign in
        Check!
        (thinking…)
        Reset
        or sign in with
        • facebook
        • google
          Password icon
          I agree to the terms of service

          You'll receive a confirmation email with a link to create a password (optional).

          Signed in as (Sign out)
          You have left! (?) (thinking…)
          3 comments  ·  General  ·  Admin →
          declined  ·  jeremym1234jeremym1234 responded

          On the SQL menu select “table passwords”, enter passwords for the tables, then run your query.

          sarassaras commented  · 

          It show only for 'Browse for Directory...' connection, not for 'Browse for Dictionary File...' connection.
          I request the same feature for 'Browse for Dictionary File...' connection.

          sarassaras commented  · 

          Please, don't decline my feedback

          sarassaras shared this idea and gave it 3 votes  · 
          sarassaras commented  · 

          Vote it

        • 2 votes
          Vote 0 votes Vote Vote
          Vote
          Sign in
          Check!
          (thinking…)
          Reset
          or sign in with
          • facebook
          • google
            Password icon
            I agree to the terms of service

            You'll receive a confirmation email with a link to create a password (optional).

            Signed in as (Sign out)
            You have left! (?) (thinking…)
            1 comment  ·  General  ·  Admin →
            sarassaras shared this idea and gave it 1 vote  · 
          • 20 votes
            Vote 0 votes Vote Vote
            Vote
            Sign in
            Check!
            (thinking…)
            Reset
            or sign in with
            • facebook
            • google
              Password icon
              I agree to the terms of service

              You'll receive a confirmation email with a link to create a password (optional).

              Signed in as (Sign out)
              You have left! (?) (thinking…)
              2 comments  ·  General  ·  Admin →
              sarassaras gave this 1 vote  · 
            • 27 votes
              Vote 0 votes Vote Vote
              Vote
              Sign in
              Check!
              (thinking…)
              Reset
              or sign in with
              • facebook
              • google
                Password icon
                I agree to the terms of service

                You'll receive a confirmation email with a link to create a password (optional).

                Signed in as (Sign out)
                You have left! (?) (thinking…)
                3 comments  ·  General  ·  Admin →
                sarassaras gave this 1 vote  · 
              • 45 votes
                Vote 0 votes Vote Vote
                Vote
                Sign in
                Check!
                (thinking…)
                Reset
                or sign in with
                • facebook
                • google
                  Password icon
                  I agree to the terms of service

                  You'll receive a confirmation email with a link to create a password (optional).

                  Signed in as (Sign out)
                  You have left! (?) (thinking…)
                  planned  ·  6 comments  ·  General  ·  Admin →
                  sarassaras gave this 1 vote  · 

                Knowledge Base and Helpdesk