LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create longtext or blob data types in SQL using labview

Hello,
 
I am fairly new to SQL, and I'm using the labview database connectivity toolset.  Using labview 6.1
 
I am using the DB Tools Create Table vi to create my tables.  I want the tables to hold 1000 character strings.  But the longest string that I can insert seem to be 255 characters.  I think It is a limitation of the "String" data type in SQL so I need to use text or blob types.  The problem is I created a control for the "Column Information" field and I see the following selections for the data type. (String, Long, Single, Double, date/time, binary).  I dont see any selection for text or blobs.  How do I define another data type that is not part of the selection in the control?
 
Thanks for any help.
 
 
0 Kudos
Message 1 of 2
(2,550 Views)
I don't know about defining long text, but the equivalent of a BLOB should be the binary data type, which just holds the data you put into it without formatting it.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,537 Views)