Hi, is there another way I can concatenate in MySQL other than using the Concat() function? Are there some sort of setting I can tweak where I can get MySQL to read the following:
"LastName"+', '+"FirstName"
The reason I need this is I"m trying to replace a Access DB that is talking to a third party application over ODBC. This application has a function to export data over ODBC and I'm trying to intercept it from Access.
Thank you very much
Joe