<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 1: Can't handle long text fields nor carriage returns</title><link href="https://sourceforge.net/p/access2sql/bugs/1/" rel="alternate"/><link href="https://sourceforge.net/p/access2sql/bugs/1/feed.atom" rel="self"/><id>https://sourceforge.net/p/access2sql/bugs/1/</id><updated>2006-06-25T15:33:19Z</updated><subtitle>Recent changes to 1: Can't handle long text fields nor carriage returns</subtitle><entry><title>Can't handle long text fields nor carriage returns</title><link href="https://sourceforge.net/p/access2sql/bugs/1/" rel="alternate"/><published>2006-06-25T15:33:19Z</published><updated>2006-06-25T15:33:19Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netcc55b59ecc990859253f964c3e4c2b4cf086f271</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am trying to convert a database in which one of the&lt;br /&gt;
tables holds elaborate descriptions of locations.&lt;/p&gt;
&lt;p&gt;Access to SQL truncates long texts and doesn't escape&lt;br /&gt;
carriage returns.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;INSERT INTO&lt;br /&gt;
tarief(id,locatie_id,omschrijving_voor,prijs,omschrijving_na)&lt;br /&gt;
VALUES (29,11,"maandagmiddag of vrijdagmiddag",600,"");&lt;br /&gt;
INSERT INTO&lt;br /&gt;
tarief(id,locatie_id,omschrijving_voor,prijs,omschrijving_na)&lt;br /&gt;
VALUES (30,12,"Maandag t/m vrijdag.&lt;br /&gt;
Zaterdagochtend: € 369,74.&lt;br /&gt;
Maandagochtend om 09.00-09.30",135.79,"");&lt;br /&gt;
INSERT INTO&lt;br /&gt;
tarief(id,locatie_id,omschrijving_voor,prijs,omschrijving_na)&lt;br /&gt;
VALUES (31,12,"Zaterdagochtend",369.74,"");&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>