[FX.php List] Filed name of the dial

William Downs william.downs at gmail.com
Tue Oct 27 03:59:54 MDT 2009


Hi there -

I have inherited a database with special characters in the field names
(in this case below the umlaut !)

example part of query = $new_job->AddDBParam('Vol_Länge',$VolL);

where oh where do I fix this ?

Returns an error 958

I tried $new_job->AddDBParam(utf8_decode('Vol_Länge'),$VolL); - of
course it came back with error 102

Great stuff - someone was thinking hard when they stuck this together :-)

Many thanks in advance

Kindest Regards

William


More information about the FX.php_List mailing list