LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

database access specific bug

Using database access components in Labview 8.2 to access a MS access database.
 
If a column is called "Language"  it cant be read or used.
 
Any attempt to read the column, or data within the column using sql or any other method will fail.
 
If the column is renamed, it will work.
 
Why is it so,.
Why is the column name "Language" specifically  singled out to not work in Labview database access vis.
 
 
0 Kudos
Message 1 of 2
(2,365 Views)
'Language' is a reserved word in SQL. The Access help lists these words and using any of them will cause the same problem.
0 Kudos
Message 2 of 2
(2,348 Views)