On Thursday, 17 October 2019 at 20:21:39 UTC, Andre Pany wrote:
On Thursday, 17 October 2019 at 19:05:44 UTC, Vino wrote:[...]Hi,I assume you are using this mysql package http://code.dlang.org/packages/mysql-native. (If not please check wheter the package you are using is vibe-d compliant.)The mysql package uses Variant from Phobos for storing values. For your example, you could write ```res.writeBody(row[0].toString());```Kind regards Andre
Hi Andre, Thanks it worked. From, Vino.B