Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

difference between two evals

Status
Not open for further replies.

DeCoDeR

Programmer
Jun 4, 2002
37
0
0
US
what is the difference between Eval("column_name") and Eval("[column_name")?

Read between the lines
 
There is no difference. the brackets surround a column name sometimes when columns names are also SQL keywords... ie if you had a column named int, description, select, etc.
 
but when i remove the brackets; sometimes it does not work, it throw an error ; something like " this table does not have this column"

Read between the lines
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top