DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Data bind from a user array

Is there a way to bind an user array (instead of SQL_BindChannel) to the data channels?

0 Kudos
Message 1 of 6
(3,168 Views)

Hello Larry,

no there is no such alternative. An please be aware that SQL_BindChannel is categorized as an obsolete function in DIAdem.

 

0 Kudos
Message 2 of 6
(3,137 Views)

what is the new function to bind data to channels?

0 Kudos
Message 3 of 6
(3,131 Views)

if I use ADO (instead of ODBC) to query data from the database, how can I load that into data channels?

0 Kudos
Message 4 of 6
(3,127 Views)

Hello Larry,

the replacement for those functions is ADO. The online help for DIAdem comes with a detailed example showing how to read data from a database using ADO. Just type "ADO" in the DIAdem online help

 

0 Kudos
Message 5 of 6
(3,125 Views)

I've found DIAdem function ArrayToChannels() which may work for this purpose.

0 Kudos
Message 6 of 6
(3,113 Views)