Jump to content

Gael Anquetil

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Gael Anquetil

  1. Hello,

    I am using  NI_Database_API.lvlib on Labview 2017. I am tringot insrt multiple rows into table but I have the error : 'Semicolon seperatot is missing at the end of the query.'

    Plaese find below my command to insert two rows onto one table T_Column ( C_Name as String, C_Status as String).

    INSERT INTO T_Column (C_Name , C_Status)
    VALUES('21' , 'Not realised'),
    ('22' , 'Not realised');

    How do I must modify the query? Is it possible to insert multiple rows using Microsoft.oledb.4.0?

    Thanks for your help.

  2. Hello,

    I am trying to use classical touchscreen moves on my LabVIEW application. The problem is I really don't know how read the information coming from Windows indicating the type of move (zoom rotate, span,...)!

    I tried to use the Windows message queue library (using user32.dll) with the message WM_TOUCH and WM_GESTURE but nothing works. I don't know if it's compatible...

    Does anyone tried to do this? 

    Thanks for your help!

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.