Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I have been told that Pro*C/C++ now supports using structures as host variables. How does this work with the array interface?

0
Posted

I have been told that Pro*C/C++ now supports using structures as host variables. How does this work with the array interface?

0

You can use arrays inside a single structure. See page 3 – 21. However, you cannot use an array of structures with the array interface. See page 3 – 22.

0

You can use arrays inside a single structure, or an array of structures with the array interface. See “Host Structures” on page 3-34 and “Pointer Variables” on page 3-41.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123