I using coldfusion to display and update data via webbrowser
the process it going great until i found a table with the "-" (xxx-xx)
and coldfusion query does not seem to recognized this time of naming standard
I tried
from chart-b
from [chart-b]
from [pub.chart-b]
from [pub].[chart-b]
from chart-b c
from [chart-b] c
from [pub.chart-b] c
from [pub].[chart-b] c
from "chart-b"
from "chart-b" c
but with not luck any ideas? I am missing something
thanks
the process it going great until i found a table with the "-" (xxx-xx)
and coldfusion query does not seem to recognized this time of naming standard
I tried
from chart-b
from [chart-b]
from [pub.chart-b]
from [pub].[chart-b]
from chart-b c
from [chart-b] c
from [pub.chart-b] c
from [pub].[chart-b] c
from "chart-b"
from "chart-b" c
but with not luck any ideas? I am missing something
thanks