MySQL Forums
Forum List  »  Newbie

storing a large data struct/object in MYSQL
Posted by: Joshi
Date: July 12, 2005 08:43AM

hello,

I have the following structure

typedef __nogc struct RemoteDisplayInfoType{
int HistData [512][512];
int channelNdx;
double xVar[2];
double yVar[2];
double paAngle[2];

}RemoteDisplayInfoType;

I want to store this in MySQl database and retreive it back. I am using ADO.Net with managed c++.
Can anyone tell me how I can do that.


thanks
manisha joshi

Options: ReplyQuote


Subject
Written By
Posted
storing a large data struct/object in MYSQL
July 12, 2005 08:43AM


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.