LabWindows/CVI

取消
显示结果 
搜索替代 
您的意思是: 

Store a data buffer in a table with SQL

Hi!

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?

Thank you.
0 项奖励
1 条消息(共 2 条)
2,907 次查看
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?

Thanks.
0 项奖励
2 条消息(共 2 条)
2,883 次查看