Array in MySQL table
Posted by: Chimni J
Date: March 14, 2012 02:39AM

Hi all,

i am using "C" language to communicate with MySQL DB.
i want to INSERT the individual elements of the multidimensional array into table.
and retriving them in same dataformat.


for ex.
int array[3][3];
i want to INSERT elements starting from array[0][0] to array [3][3].

INSERTion and retriving the 2D array from table is what i need here.

any idea/suggestion will help me a lot.
Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
Array in MySQL table
1020
March 14, 2012 02:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.