Jump to content

fahirsch

Newbies
  • Posts

    4
  • Joined

  • Last visited

fahirsch's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I don't have an iPhone (only an iPod) so I can't test it. But I presume it does. Photos on the Photo app can get copy-pasted
  2. Yes http://help.filemaker.com/app/answers/detail/a_id/7744/kw/update/related/1
  3. I wrote Actual about my problem. This is the reply:
  4. As part of learning how to use FM Pro 9 and MySQL I built a FM base called testbase that has one table with three fields: 'id', 'apellido', 'nombre'. I also created an MySQL base also with 3 fields named the same way. 'id' is integer, the other two text (varchar). I created a simple script (a loop) in FileMaker that includes the following Execute SQL script step: "INSERT INTO cliente (id,apellido,nombre) VALUES (" & testbase::id & ",'" & testbase::apellido &"','"& testbase::nombre &"')" The script works on all records except when either apellido or nombre includes accents or other high ascii characters. Instead I get an error: "ODBC Error: [Actual][MySQL] You have an error in your SQL syntax. Check the manual etc." What am I doing wrong or what should I do?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.