<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/jackcess/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/jackcess/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 07 Jan 2025 06:24:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jackcess/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>Adding Columns to the Database</title><link>https://sourceforge.net/p/jackcess/discussion/456473/thread/db6a000575/?limit=25#b6b9/891a/8b5e/2161/cad8</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thank u. With the 4.0.8 it works correctly&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scheuraa</dc:creator><pubDate>Tue, 07 Jan 2025 06:24:40 -0000</pubDate><guid>https://sourceforge.net738bb50639462e398c5b8d50a88906cc2fcff856</guid></item><item><title>Adding Columns to the Database</title><link>https://sourceforge.net/p/jackcess/discussion/456473/thread/db6a000575/?limit=25#b6b9/891a/8b5e/2161</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;4.0.8 is released&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Ahlborn</dc:creator><pubDate>Sun, 05 Jan 2025 21:31:12 -0000</pubDate><guid>https://sourceforge.netfe1d8ff904d6e5b81d327ed9c2e921d0d082ccce</guid></item><item><title>Adding Columns to the Database</title><link>https://sourceforge.net/p/jackcess/discussion/456473/thread/db6a000575/?limit=25#b6b9/891a/8b5e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;the fix is in trunk and will be in the 4.0.8 release.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Ahlborn</dc:creator><pubDate>Sat, 14 Dec 2024 04:59:23 -0000</pubDate><guid>https://sourceforge.net78c28985c0f84dc40182541c16ab3be7cc7e9ae6</guid></item><item><title>Adding Columns to the Database</title><link>https://sourceforge.net/p/jackcess/discussion/456473/thread/db6a000575/?limit=25#b6b9/891a/7c08</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;interesting.  i was looking at the db format yesterday, and i was thinking the issue may be "fixed length" columns.  i was going to test something like an int, but didn't get a chance yet.  that definitely leads me to believe that it must be an issue with fixed length columns.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Ahlborn</dc:creator><pubDate>Mon, 02 Dec 2024 13:53:54 -0000</pubDate><guid>https://sourceforge.netd726dae7e7eaca3494bb8ba8e404122ee667878c</guid></item><item><title>Adding Columns to the Database</title><link>https://sourceforge.net/p/jackcess/discussion/456473/thread/db6a000575/?limit=25#b6b9/891a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hey, yes Text works, but DOUBLE and INT (Datatype.LONG) also didnt work&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scheuraa</dc:creator><pubDate>Mon, 02 Dec 2024 05:35:40 -0000</pubDate><guid>https://sourceforge.net5a81ecac861cc90b4029d18474933a5a50a9b331</guid></item><item><title>Adding Columns to the Database</title><link>https://sourceforge.net/p/jackcess/discussion/456473/thread/db6a000575/?limit=25#b6b9</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;have you tested adding another column type other than boolean?  i think the problem may be specifically adding boolean columns.  i used your base database and added a boolean column and got the same problematic behavior.  however, when i tried again with a text column, i didn't see any issues.  can you confirm if the problem only occurs with a boolean column?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Ahlborn</dc:creator><pubDate>Sat, 30 Nov 2024 01:03:44 -0000</pubDate><guid>https://sourceforge.net6ff21b53340f27d6b0b56ed0584806d5ff2ec48f</guid></item><item><title>Adding Columns to the Database</title><link>https://sourceforge.net/p/jackcess/discussion/456473/thread/db6a000575/?limit=25#c47b/d872/3e73/a4b2/91fc</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;perfect, thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Ahlborn</dc:creator><pubDate>Thu, 28 Nov 2024 15:33:49 -0000</pubDate><guid>https://sourceforge.netfc9dc60c5bae4708eb8046028cef67379970fbeb</guid></item><item><title>Adding Columns to the Database</title><link>https://sourceforge.net/p/jackcess/discussion/456473/thread/db6a000575/?limit=25#c47b/d872/3e73/a4b2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Yes the other one is the initial version. This is the broken one. I only changed the boolean and the String also changed to an empty String&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scheuraa</dc:creator><pubDate>Thu, 28 Nov 2024 07:21:31 -0000</pubDate><guid>https://sourceforge.neta5a37a2a150b94413f6399b1ddf54fc51f0c0c86</guid></item><item><title>Adding Columns to the Database</title><link>https://sourceforge.net/p/jackcess/discussion/456473/thread/db6a000575/?limit=25#c47b/d872/3e73</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;actually, i just opened the db and it appears that this is the initial version before it gets broken?  if so, could you then attach a copy of the database &lt;em&gt;after&lt;/em&gt; you modify it with jackcess and access?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Ahlborn</dc:creator><pubDate>Wed, 27 Nov 2024 20:21:41 -0000</pubDate><guid>https://sourceforge.netb10324d8962ef0677b842648ee933b01c55e6fab</guid></item><item><title>Adding Columns to the Database</title><link>https://sourceforge.net/p/jackcess/discussion/456473/thread/db6a000575/?limit=25#c47b/d872</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;is the database you provided the "broken" version?  if so, could you also provide a copy of the initial test database that you create before you modify it with jackcess?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Ahlborn</dc:creator><pubDate>Wed, 27 Nov 2024 15:24:13 -0000</pubDate><guid>https://sourceforge.netf982d88170824973cfdc598a499074e2fe7d59e6</guid></item></channel></rss>