Re: Manipulate the result set in the Proxy
to solve the
"attempt to concatenate field '?' (a nil value) " problem, you need to change all the row[0] for row[1]
in Lua, array indexes start at 1, not at 0, I think this was different in proxy 0.5
There is already a bug report for it
http://bugs.mysql.com/bug.php?id=35689
Diego Medina
Web Developer
http://www.fmpwizard.com
P.S. Please read
this post if you are going to post code
Subject
Views
Written By
Posted
4723
April 10, 2008 08:32AM
Re: Manipulate the result set in the Proxy
2362
April 10, 2008 09:29AM
2466
April 10, 2008 09:50AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.