• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Looping over a structure of arrays

Participant ,
Oct 29, 2007 Oct 29, 2007

Copy link to clipboard

Copied

Hi Guys, I am trying to loop over a structure of simple arrays. The structure's second column contains a 1 dimentional array.
I can't seem to get the proper syntax for my loop.
TOPICS
Advanced techniques

Views

485

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 29, 2007 Oct 29, 2007

Copy link to clipboard

Copied

Given that a query object already is a structure of arrays, what exactly are you trying to accomplish?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 29, 2007 Oct 29, 2007

Copy link to clipboard

Copied

LATEST
I want to be able to dynamically loop over my query and decrypt it as I pass it into my structure. I have figured the code out to loop over the query and pass it to the structure. My problem now is whn I go to decrypt it I get this Error.

There has been an error while trying to encrypt or decrypt your input string: Input length (with padding) not multiple of 16 bytes.
How can I fix this?

Here is my code could it be because my varchar columns were not long enough. Here is my code.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation