[FX.php List] Filed name of the dial

Steve Winter steve at bluecrocodile.co.nz
Tue Oct 27 07:20:51 MDT 2009


Well, no... because if the field in FM is called
	Vol_Länge
and you try and do a find on
	Vol_Lange
then instead of getting a 958 you're going to get a 102 field not  
found, so it's still not going to work...

Cheers
Steve


On 27 Oct 2009, at 12:57, David Ness wrote:

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

Steve Winter
steve at bluecrocodile.co.nz
m: +44 77 7852 4776
3 Calshot Court, Channel Way
Ocean Village, Southampton SO14 3GR

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20091027/a4b415a8/attachment.html


More information about the FX.php_List mailing list