Jump to content

Harvey

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Harvey's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. the problem is that the example that I made does not work, although it should be when flatten the string or give me error or corrupts the data
  2. probably not much I explained well I have to convert in string the data to transmit to the client and then reconvert because being a generic function not know the type of data
  3. I must transfer to tcp-ip protocol the extraction of ado-tools, but i have some problem in the conversion in string If I convert the array with "varinat with flattened string" or "flatten to string" i have the error or corrupted the data If I convert every variant in string, after flatten the array and rebulit the variant array, i can't retur to original data you can advise how to transfer these data via the protocol tcp-ip?
  4. I use ADO--Toolkit for the connection between labview and database access. But I have trouble converting dates read in labview data. because in every country the date is different '1/30/2008 1:23:16 PM' Converted into '00:00 DD/MM/YYYY' '30/01/2008 13.23.16' Converted into '13.23.16,000 30/01/2008' There is a tool to determine date format in the operative system or ADO date format? Or automatic converter? Other problem is with the numbers point or comma '100,00' Converted into '10000'
×
×
  • Create New...

Important Information

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