Re: Two-way MySQL <--> FM9 connection Options, part II
- From: Lynn Allen <lynn@xxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Aug 2008 11:26:46 -0700
X-Trace
User-Agent: Unison/1.7.9
NNTP-Posting-Host: pool-71-189-225-222.lsanca.fios.verizon.net
X-Trace: news.bnb-lp.com 1219775204 pool-71-189-225-222.lsanca.fios.verizon.net (26 Aug 2008 14:26:44 -0400)
Lines: 23
X-Authenticated-User: vca037
X-DMCA-Complaints: Send abuse or DMCA complaints to abuse@xxxxxxxxxx
X-DMCA-Complaints: The subject line should contain only the 4 letters DMCA
X-Original-Bytes: 2115
Path: mail.derkeiler.com!t4!artnm!172.24.8.10.MISMATCH!t1!feeder.news-service.com!news.astraweb.com!newsrouter-eu.astraweb.com!proxad.net!feeder1-1.proxad.net!198.186.194.247.MISMATCH!transit3.readnews.com!news-out.readnews.com!news-xxxfer.readnews.com!207.99.111.53.MISMATCH!newspeer1.nac.net!border2.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news.bnb-lp.com!not-for-mail
Xref: mail.derkeiler.com comp.databases.filemaker:118306
On 2008-08-26 11:10:56 -0700, FastWolf <wolfsofast@xxxxxxxxxxxxxxxxx> said:
I think what Lynn means by "cleaning up" the data is taking the data
you get from SQL and making them compatible with your FMP solution.
The way I do this is: I import the SQL data into a table set up to
receive them. Then for each field that needs "cleaning up" I create a
calc field that performs whatever operations needed to do that. To
borrow Lynn's example, a typical date in SQL might be in the format
yyyy-mm-dd, but your FMP solution (and your users) might want their
dates in the format dd/mm/yyyy. So you would pull the yyyy-mm-dd date
from SQL into one (non-calc) field, then run a function on it in a
second (calc) field to reformat it to dd/mm/yyyy. That's an example
of the basic concept of "cleaning up" SQL data for FMP, if I
understand it aright.
Exactly. :)
--
Lynn Allen
--
www.semiotics.com
Member Filemaker Business Alliance
Long Beach, CA
.
- References:
- Two-way MySQL <--> FM9 connection Options, part II
- From: Diego B
- Re: Two-way MySQL <--> FM9 connection Options, part II
- From: Lynn Allen
- Re: Two-way MySQL <--> FM9 connection Options, part II
- From: Diego B
- Re: Re: Two-way MySQL <--> FM9 connection Options, part II
- From: FastWolf
- Two-way MySQL <--> FM9 connection Options, part II
- Prev by Date: Re: Re: Two-way MySQL <--> FM9 connection Options, part II
- Next by Date: Problem w/ Dynamic Sorts using a summary field
- Previous by thread: Re: Re: Two-way MySQL <--> FM9 connection Options, part II
- Next by thread: Re: Two-way MySQL <--> FM9 connection Options, part II
- Index(es):
Relevant Pages
|