cpuwzd,
By definiton of the ADO layer, when doing Parameterized Queries, you must specify all parameter values.If you leave them empty, it results in ADO trapping errors rather than using a default (or NULL) value. Since this is defined by ADO as an error, there is nothing that can be done from the LabVIEW side. To avoid that:
1) Use SQL statements rather than parameterized queries if empty values have to be sent.
2) Check the string length to make sure none of the entries are null, or append a know character like a space or tab to all string inputs.
Regards,
Cyril Bouton
Applications Engineer
National Instruments
Cyril Bouton
Active LabVIEW Developper