hi i want to do operation on image...i have extracted the pixels of small window of 15 X15..
now i want to save that matrix in ms access 2003. for the further opeartions....
have the data in 2-d array say a[15,15], and since there is no build in data type like array in ms access ...so i m not gettin how to proceed
so can u plz help me...

You can use a 1D array as a 2D array.

Just count the first 15 elements as line 1, the second 15 elements as line 2, and so on.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.