I'm working on data bases, and I'm using for that LabWindows/CVI8.0 + SQL Toolkit2.0.6. I need to store data, obtained from spc functions, in a table. I mean, I have an amount of data (doubles in a buffer, i.e.) that I want to store together, and retrieve later together too. I could do this with a map. But I have different number of data any time I want to put a record in the table I create previously. I need to store data from welding, and I'd like doing in one table only.
¿Does anybody know any method to store buffer data of different size in the same table?
It's me again. I've been looking for the answer on my own, and I discovered that there are fields, calling MEMO, in Access (my knwoledge about Access is limited, very limited). This type of fields allow you to record an amount of data (any kind of data) in a condense way, and the size of these fields is changeable. What I'm wondering now is how can I change the type of the field from SQL?