[Metakit] Mk4py

Eric S. Johansson esj at harvee.org
Wed Aug 3 09:25:14 CEST 2005


Luis N wrote:
> Yes, I was doing the right thing. I tracked my problem down to my
> connection, which was generated of the form:
> 
> 'Contacts[first:S, last:S, phone:S, email:S, notes:S]' 
> 
> instead of: 
> 
> 'Contacts[first:S,last:S,phone:S,email:S,notes:S]'
> 
> I didn't realize that the space between each column name mattered. 

I got burned by that too!  why do spaces matter and if the code can't be
fixed, could the documentation have a large *danger* marker on this
point?  in fact, exploring all of the aspects of the layout string would
be a useful addition to the documentation.

> 
> Works great now.

ditto.

having avoided databases for the past 25 plus years, I must admit
MetaKitm akes it reasonably painless (as long as you leave spaces out of
certain strings)

---eric


More information about the Metakit mailing list