[FX.php List] Filed name of the dial

David Ness dness at bondedbuilders.com
Tue Oct 27 06:57:57 MDT 2009


Of course, for those of us not used to typing characters with umlauts and other special characters, why not just use your editor to do a 'global' search and replace, replacing 'ä' with 'a', etc, etc.

As long as you're confident that the previous developer didn't have use both variable names 'Vol_Länge' and 'Vol_Lange' (who would do such a crazy thing?), you should be okay, no?

 
David Allen Ness
Database Systems Administrator
Web Applications Developer
 
 
-----Original Message-----
From: fx.php_list-bounces at mail.iviking.org [mailto:fx.php_list-bounces at mail.iviking.org] On Behalf Of William Downs
Sent: Tuesday, October 27, 2009 6:00 AM
To: FX.php Discussion List
Subject: [FX.php List] Filed name of the dial

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
_______________________________________________
FX.php_List mailing list
FX.php_List at mail.iviking.org
http://www.iviking.org/mailman/listinfo/fx.php_list


More information about the FX.php_List mailing list