hi,
I am working with the SQL-Toolkit in Labview 8.0.
I would like to implement the parametrized query with setting parameters.
How can I integrate wild-cards in my sql-query. At the moment the query
looks like this:
insert into test values(%TID%);
The TID value is filled with the parameter field. But it doesn't work. Any
suggestions?
--
Joachim