November 11, 200322 yr FM db is currently importing data from SQL on web server via ODBC scripting. The SQL is fed from a web-based form. On the SQL database I updated a field to accept 8000 characters, so that it can be fed by a text area on the web page. However, when the script imports it into a filemaker record, the FM database only captures the first 1500 or so characters. I checked the target field in Filemaker and confirmed that there is no character limit in the validation. Any clues I'm missing? Is this a SQL issue or a Filemaker issue?
November 11, 200322 yr IMHO it is issue of clumsy FM ODBC implementation. You can connect FM directly to web via CDML and WebCompanion or PHP or Lasso. Or you can use some middleware (PHP or Lasso) to do the transfer. You can do scripted export/import. HTH
November 12, 200322 yr Author Believe me, that's not the solution here. I'm not looking to re-structure the whole architecture for this one minor issue. :-)
September 1, 200421 yr Newbies I have had a similar problem with Filemaker. The problem was that the text that I wanted to enter into a field was much larger than 65536 characters. So Filemaker took the matter into it's own dirty hands and made 65536 character large chunks of text which it entered into the field, and when the field was full - it threw the text away and inserted the next chunk. So I always ended up with the last 8000 characters or so from the text I wanted to enter. Before I had to go and buy some aspirin I realized what FMP wanted to do. Not a nice solution, but I hear that FMP 7 doesn't have this limit of just 65536 characters. But this is perhaps of no help to you...
Create an account or sign in to comment