LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Database Connectivity Toolkit Create Table Column header characters

Hi All,
 
I am using the Create Table Example.vi and find that it will not allow characters other than alpha-numeric for column header names.  If I open Access and use design view and use many characters like (), /, [], etc Access accepts the input.
I am wondering if there is a work around for this problem.
 
regards,
Karl
0 Kudos
Message 1 of 4
(2,661 Views)

I have not tried this in access (I always use alpha-numeric charaecter for column headers) but often to use illegal characters in programming excape clauses are provided (usually \ proceeding the illegal character)  you should check your access programming docs.

 

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 4
(2,637 Views)
The escape in Access is brackets: [special_char].  Microsoft supplies some information on this, including known issues with special characters on this website.  The main point here is really to try to avoid special characters.

This KnowledgeBase article more specifically addresses this issue you are running into with LabVIEW. 

I hope this helps!
Brian A.
National Instruments
Applications Engineer
0 Kudos
Message 3 of 4
(2,623 Views)

Good to know, I will save this for when I need it (I am sure I will).  I am using more and more databases in my applications.

 

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 4 of 4
(2,609 Views)