Answered
Converting Access to SQL
I am converting an access to sql db. My access in one of the
tables, uses the column name current. When it transferred over to
sql it made it [current] because its a reserved word in sql.
I am pulling 20+ access dbs into one sql so each of these db's has the table with the word current in it. I dont want to have to go into each db and change each one.
I have tried '#a.[current]#', but receive A CFML variable name cannot end with a "." character.
I tried no quote marks and even double quote marks but to no avail.
Can anyone help?
Thanks in advance.
Sharon
I am pulling 20+ access dbs into one sql so each of these db's has the table with the word current in it. I dont want to have to go into each db and change each one.
I have tried '#a.[current]#', but receive A CFML variable name cannot end with a "." character.
I tried no quote marks and even double quote marks but to no avail.
Can anyone help?
Thanks in advance.
Sharon
