>>>I have a Filemaker Pro database table that needs to be imported to >SQL Server > >Was your Filemaker database on a Mac or under Windows? > >If it was on a Mac, you may have a Mac to Windows conversion problem. > >Also, re your pages under CF 5 or CFMX? > >-- >_______________________________________ >REUSE CODE! Use custom tags; >See http://www.contentbox.com/claude/customtags/tagstore.cfm >(Please send any spam to this address: [EMAIL PROTECTED]) >Thanks.
The DB was originally on Windows. Apparently, Filemaker uses a "vertical tab character" to represent carriage returns within a field. When expoerting from FM to CSV, these characters are converted to an "ASCII 11" character. If I try the following on a CF page, the "ASCII 11" characters are replaced with line breaks (which is what they should be): #Replace(myRecordset.myField,"#chr(11)#","<br>","all")# I guess I will replace all "ASCII 11" characters in the DB with <br>'s. These charcaters are causing most of the problems. The others are things like "TM" and apostrophe charcters that FM uses. I will look for the ASCII representations of these and do a separate find and replace to handle. Unless anyone has a better idea... :) Thanks! Mike ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223438 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

