Hi Ken!
If I understand very well your problem! the database is not recognizing this collumm. By want i saw the collum was created . but we would have to analize the SQL command in complete. Just a shot! Maybe in your sql command you are join two tables or more and if is true you most to specify the origin of the field. Like this:
SELECT T01.FIELD01 , T02.FIELD01 FROM TABLE01 T01 , TABLE02 T02 WHERE T01.FIELD01 = T02.FIELD01
I hope i helped you !
Post the sql command in complete.
Tony Bacellar tonybacellar@gmail.com delicious.com/tonybacellar
Ken Lim wrote: