<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - Microsoft Access</title>
        <description>Forum for Microsoft Access migration issues.</description>
        <link>http://forums.mysql.com/list.php?65</link>
        <lastBuildDate>Sun, 19 May 2013 03:50:39 +0000</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?65,584959,584959#msg-584959</guid>
            <title>Dropping a field in view (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,584959,584959#msg-584959</link>
            <description><![CDATA[ Hi, I'm a newbie in MySQL.  I live in a MS Access world most of the time.  <br />
<br />
I want to link a MySQL table remotely using the ODBC connector.  I've learned that it's not &quot;secured&quot;, but I've no idea what that means.  Does it mean the data can be intercepted through cyberspace during transmission?<br />
<br />
If it is unsecured, then I would like to only grab the non-critical information from the tables.  I don't think it is possible to link a save query (I can be wrong), but I've learned that you can duplicate and link a virtual table which turns to VIEW.  Is there a way to drop a column in view?  I tried the same SQL to drop a column as you would for a table, but it's a no-go.  Can anyone help? If it's not possible to drop a column in VIEW, can anyone suggest how I can accomplish what I'm doing, which is to link a table with certain columns only?]]></description>
            <dc:creator>Rolex Man</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Sat, 27 Apr 2013 13:25:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,584836,584836#msg-584836</guid>
            <title>normalization &amp; calculated fields (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,584836,584836#msg-584836</link>
            <description><![CDATA[ I ported my large end user developed Paradox database of 18 years to an Access\MySQL database this past year. In preparation for retirement next year I'm now working with IT to normalize part of the database to remove calculated fields as they work on porting some of the Access forms and reports to php web forms.<br />
<br />
Relevent Part of Model: <br />
`orders` 1 to many `jobs` 1 to many `lineitems` 1 to 1 `biditems`. <br />
<br />
Calculated Fields to remove:<br />
`lineitems`.`extended total` = `lineitems`.`units` * `biditems`.`price`. <br />
`jobs`.`jobvalue` = the sum of related `lineitems`.`extended total` records<br />
`orders`.`ordervalue` = the sum of related `jobs`.`jobvalue` records.<br />
<br />
Everything is (re)calculated with a stored procedure when lineitems are added or updated.<br />
<br />
If I remove the calculated fields in `lineitems`, `jobs` and `orders` I know how to use queries to calculated these values on the fly for reports.<br />
<br />
What do I do to show these calculated control values in the form? The Orders form has a subform showing the jobs rows for an order and the jobs subform has a subsubform showing the lineitems rows for each job. I can handle the lineitems subform but not the jobs subform `jobvalue or orders form `ordervalue` fields. I can't base the forms on aggregation queries because of the need to update fields. <br />
<br />
For the `jobs` subform `jobvalue` field I tried a row source expression: <br />
<br />
=Sum(<br />
IIf([jobno]=[Forms]![frmJobs]![frmLineitems].[Form]![jobno],<br />
[Forms]![frmJobs]![frmLineitems].[Form]![units]<br />
*<br />
[Forms]![frmJobs]![frmLineitems].[Form]![price],<br />
0)<br />
)<br />
<br />
This gives an error. Even if it works summing the above expression in an equivalent expression to calculate the ordervalue as sum of jobvalues seems very messy. It's even more complicated since there is an second parallel field earnedvalue at each level which is value * percentcomplete.<br />
<br />
I'm open to ideas.]]></description>
            <dc:creator>Daniel Hofer</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Thu, 25 Apr 2013 20:27:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,584226,584226#msg-584226</guid>
            <title>Excel formulas (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,584226,584226#msg-584226</link>
            <description><![CDATA[ Hi <br />
Sorry wrong forum]]></description>
            <dc:creator>Malcolm Debono</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Thu, 18 Apr 2013 09:54:29 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,583651,583651#msg-583651</guid>
            <title>ODBC 5.2 Connectors (infinite parameters) (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,583651,583651#msg-583651</link>
            <description><![CDATA[ Hi members<br />
<br />
Just starting to connect from Access.02 Front End to remote MySQL using ODBC above.  In the configuration dialog of this, there are so many parameters in the &quot;Details&quot; and am not sure what must be use &amp; what not.<br />
<br />
To avoid disconnection which will occur after a short time, i tick the &quot;Enable automatic reconnect&quot; &amp; &quot;Dont prompt on connecting&quot;.  With this everytime a form is opened, it just do it without asking or tell you that there is no connection yet.  However after leaving the form for some time, it still report the the connection is lost. How to fix this?<br />
<br />
Essentially i would appreciate a specific link to some basic write up on the use of this infinitely interesting &amp; width DB in the vast ocean.  Smile.]]></description>
            <dc:creator>Mike Yin</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Thu, 11 Apr 2013 09:19:02 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,582925,582925#msg-582925</guid>
            <title>Can't add records from ACCESS some tables (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,582925,582925#msg-582925</link>
            <description><![CDATA[ I exported a few tables from an Access Db to MySql.  Now I notice that some of the forms allow new records &gt;* and on the most important one (of course) the add record asterisk is 'greyed out'.  Why is this?]]></description>
            <dc:creator>Jim Attrill</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Tue, 02 Apr 2013 12:07:25 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,582282,582282#msg-582282</guid>
            <title>Access to MySQL, ASP website (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,582282,582282#msg-582282</link>
            <description><![CDATA[ Hi all<br />
<br />
Completely new to MySQL and need some advice.<br />
<br />
Currently I'm using MS Access on my ASP website for the shop.<br />
I'm thinking of changing to MySQL (I have the facilities to due so with my host), my one concern is the web pages, will I have a massive job on my hands changing code or is it pretty much compatible?]]></description>
            <dc:creator>Mac Browne</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Mon, 25 Mar 2013 00:00:55 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,581886,581886#msg-581886</guid>
            <title>How to repair corrupted MS access data (2 replies)</title>
            <link>http://forums.mysql.com/read.php?65,581886,581886#msg-581886</link>
            <description><![CDATA[ Have you lost your saved data from existing MS access files than what steps have have to follow please share your opinion <br />
<a href="http://www.unistal.com/access-recovery.html"  rel="nofollow">http://www.unistal.com/access-recovery.html</a>]]></description>
            <dc:creator>Undelete Files</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Fri, 26 Apr 2013 06:59:29 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,581682,581682#msg-581682</guid>
            <title>Importing backup from Access 2003 into Access 2007 (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,581682,581682#msg-581682</link>
            <description><![CDATA[ When I restore a backup taken from MySQL Community Server 5.5.30 under Windows XP from tables used by an Access 2003 database (.mdb) onto the same server version (32 bit) running under Windows 7 64 bit used by an Access 2007 version of the same database (.accdb) multiple record locks are reported when running a function that attempts to update multiple records.<br />
<br />
Is there some way of avoiding this problem by changing the setup for the backup method? Currently I use the backup from MySQL Administrator 1.2.17.<br />
<br />
Can I unlock the records/tables on the Windows 7 system?<br />
<br />
All help gratefully received!<br />
<br />
Murray]]></description>
            <dc:creator>Murray Muspratt-Rouse</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Mon, 18 Mar 2013 09:09:35 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,581280,581280#msg-581280</guid>
            <title>MS Access ODBC connector Flags (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,581280,581280#msg-581280</link>
            <description><![CDATA[ So this question has been bugging me and affecting our data analyses for some time now. Now that we have large tables and getting larger every month since a monthly import just keeps building on existing data to make them larger and larger (the largest right now is 1GB!), we need to know what some of the suspect parameters mean and figure out a way to optimize the connection between the MS Access frontend and the MySQL Server backend.<br />
<br />
I had previously looked at <a href="http://dev.mysql.com/doc/refman/5.0/en/connector-odbc-usagenotes-apptips.html"  rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/connector-odbc-usagenotes-apptips.html</a><br />
<br />
The section that begins with &quot;If you have very large (long) tables in Access, it might&quot; is the paragraph that seems to make a relevant point. <br />
<br />
My problem is:<br />
<br />
1. Whenever I try to select different flag options, and then close the Access db, and reopen, the dsn will prompt again asking for credentials and I can see that the flags go back to the way they were to begin with (in my case, the only flag set is Allow Big Results). I guess this would be overcome by opening the dsn through Control Panel and selecting the flags I want to set (hasn't reprompted me upon opening the database so can't see if it is going back to the settings it had, like as if it is 'hard-coded' in the DSN -- see #2??)<br />
<br />
2. Not too clear about what the Return Matching Rows (2) and Allow BIG Results (8) flags do to help open the large (long) tables (I mean, I looked them up in the MySQL Reference Manual, but need to hear an expert's language rather than how they describe them). I selected those by opening the DSN through Control Panel, and then opened the Access DB, and tried to open the largest table, but then came up with an error &quot;ODBC--connection to 'MySQL ODBC 5.1 Driver [IP address] failed'  ??<br />
<br />
If anyone can let me know how to easily resolve this issue, I would be greatly appreciative and thankful.]]></description>
            <dc:creator>Luke Bourke</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Wed, 13 Mar 2013 22:55:20 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,578420,578420#msg-578420</guid>
            <title>Converting Access 2003 to Access 2007 (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,578420,578420#msg-578420</link>
            <description><![CDATA[ 8 years ago I designed, programmed and installed the first of a number of Access 2003 databases under Windows XP, using MySQL Community Server to hold the 'master' tables. I am now attempting to install those databases under Windows 7 with Access 2007. I have restored a backup from the Windows XP system, which is running Community Server 5.1.1, to create a new catalog on Community Server 5.5.10 running under Windows 7. I have tried using the Access Linked Table Manager to change the DSNs to one pointing to the catalog on the Win7 system, but Access finds an error and restarts (a total of 4 links have been updated). I have also tried removing all the links from the Access database and then importing them. My final attempt was to export a table from the Access database and then import a link to it. This failed as well.<br />
<br />
Is there anything I can do to convert the tables held on the the server on the WinXP  system or on the Win7 system to cure the problem? All suggestions gratefully received!<br />
<br />
Problem solved! The solution was to add a 64 bit connector, even though the server is installed as 32 bit.]]></description>
            <dc:creator>Murray Muspratt-Rouse</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Mon, 04 Feb 2013 08:27:13 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,577357,577357#msg-577357</guid>
            <title>What  are new features in latest version of Microsoft Access (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,577357,577357#msg-577357</link>
            <description><![CDATA[ I need some information about new features in latest version of Microsoft Access. I am using Ms Access 2000 but not installed the newset one, Now i am interested and want to know more about it.]]></description>
            <dc:creator>STANLEY FERNANDEZ</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Tue, 15 Jan 2013 06:19:50 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,576606,576606#msg-576606</guid>
            <title>Slow OBDC Connection (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,576606,576606#msg-576606</link>
            <description><![CDATA[ I've been using Access 2007(64b) as a front-end to my organization's internet MySQL database to create stylized custom reports. Initially the website used MySQL version 3.5.1 and my ODBC connector used a 3.5.1 driver. Ad hoc query response time was good and response time for a MySQL view was very good. The website was just upgraded to MySQL 5.5.29 and as a result Access query response time has gone from a few seconds to several minutes, even on the MySQL views.<br />
<br />
I set up a new connector using the latest driver (5.2w), however response time is still slow.<br />
<br />
Using CPanel, query response time is very good, roughly the same as with 3.5.1.  I've double checked my internet connection speed and it remains at the normal 18meg/sec download.<br />
<br />
Any thoughts and suggestions would be greatly appreciated.<br />
<br />
Marty]]></description>
            <dc:creator>Marty Owen</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Fri, 28 Dec 2012 17:01:47 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,574674,574674#msg-574674</guid>
            <title>Why is there no tool for migrating MS-access to mysql (4 replies)</title>
            <link>http://forums.mysql.com/read.php?65,574674,574674#msg-574674</link>
            <description><![CDATA[ Hello,<br />
<br />
even after a long search on mysql and google I could not find any definitive answer.<br />
<br />
So: Is there or is there not a tool for migrating MS-access to mysql that can be found on the mysql-website ?<br />
<br />
- Mysql-workbench will NOT do this.<br />
<br />
- The mysql-whitepaper &quot;A Guide for Migrating From Microsoft Access to MySQL&quot; specifically fails to mention any solution that is still working. (But at least now I am registered)<br />
<br />
- Any tools that previously worked are marked &quot;end of lifetime&quot;<br />
<br />
<br />
I am aware that enough googling will find third party-tools, mostly commercial. Please do not reply with any third-party links (thx)<br />
<br />
<br />
So does mysql/oracle have anything for this or has this subject somehow been abandoned?<br />
<br />
<br />
THX<br />
stn]]></description>
            <dc:creator>c n</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Mon, 04 Feb 2013 14:29:04 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,573755,573755#msg-573755</guid>
            <title>ODBC Call Failed error When using Parameter (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,573755,573755#msg-573755</link>
            <description><![CDATA[ I am trying to setup an MS Access frontend to a MySQL database for reporting and query purposes.  One of the reports, accepts a few parameters and then runs a query with those parameters to return results.  I always receive and ODBC Call Failed error.  If I manually write the query with the value in the parameter it works fine.  I've also been able to determine that this will work if the field I am comparing is integer, but not varchar.  So it seems to me that the query being sent is malformed, but I'm not able to determine how.  Suggestions?]]></description>
            <dc:creator>Craig Froehlich</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Wed, 14 Nov 2012 13:59:57 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,573069,573069#msg-573069</guid>
            <title>MS Access 2010, Windows 7, 64 bit  - ODBC error 3146 (ODBC--Call Failed) after 8192 SQL Update requests (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,573069,573069#msg-573069</link>
            <description><![CDATA[ I am consistently receiving an error:<br />
    3146 (ODBC--Call Failed) ...<br />
after 8,192 successful SQL update requests from an MS Access 2010 front-end VBA procedure to a target table on the MySQL backend.  I have tried this with three different target tables and consistently receive the same result.  <br />
 <br />
I am using MS Access 2010 on a Windows 7, 64 bit Intel i7 machine (new computer, new installation) with MySQL as a backend.  MS Access and MySQL are both running on the same computer, as this is a development environment.  MySQL and the ODBC connector are both the latest version.  I have three very large tables (18 M rows, 3 M rows, and 1 M rows) loaded in MySQL that I am trying to update using an MS Access Visual Basic for Applications (VBA) procedure.  <br />
<br />
My Access VBA procedure iterates through the target table collecting data (adOpenForwardOnly and adOpenReadOnly) and then issues an &quot;UPDATE &lt;table name&gt; SET &lt;target field&gt; = &lt;value&gt; WHERE id= &lt;primary key&gt;&quot; SQL request.  This works correctly until the procedure reaches the 8,193rd record, when I get the error.<br />
<br />
I have tried this with each target table several times and consistently see this failure.  Because it consistently fails after the 8192nd attemps, I am thinking this may a configuration problem, but I cannot figure out how to fix it.<br />
<br />
Can anyone tell me if this is a configuration error or a bug?  Any assistance is greatly appreciated.<br />
<br />
Chuck]]></description>
            <dc:creator>Chuck Clark</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Tue, 06 Nov 2012 13:30:25 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,570645,570645#msg-570645</guid>
            <title>Windows 7 firewall stops MySQLv5.1.65 noinstall (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,570645,570645#msg-570645</link>
            <description><![CDATA[ Dear Forum People:<br />
<br />
      Windows 7 refuses to allow mysql.exe as an allowable program for passing through Windows firewall.  Apparently because MySQL v5.1.65 is a &quot;noinstall,&quot; this disqualifies it.  What is an acceptable workaround for Windows 7 to allow me to use this version, as my programs are incompatible with later MySQL versions!<br />
<br />
Help!<br />
Yshua]]></description>
            <dc:creator>Yshua Calkins</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Wed, 10 Oct 2012 18:21:26 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,569320,569320#msg-569320</guid>
            <title>ODBC 4-byte UTF8 error and MS Access 2010 (8 replies)</title>
            <link>http://forums.mysql.com/read.php?65,569320,569320#msg-569320</link>
            <description><![CDATA[ I have Access 2010.  I installed the ODBC driver (v5.2) and I am running MySQL on Ubuntu 11.10 with MySQL version 5.1.63.<br />
<br />
I am able to connect to the database, and get the tables linked.  I can input numeric data (integer).<br />
<br />
But I can NOT input text data in fields.  I get the following error<br />
<br />
<br />
ODBC--insert on a linked table 'tBought' failed.<br />
[MySQL][ODBC 5.2(w) Driver][mysqld-5.1.63-0ubuntu0.11.10.1]Server does not support 4-byte encoded UTF8 characters. (#0)<br />
<br />
<br />
<br />
I have looked all over, and this is the best I can come up with.  I may be totally wrong on some of this, but this is what I think I've discovered thus far.<br />
<br />
Access 2010 uses 4-byte encoded UTF8, whereas MySQL 5.1 doesn't support that (3-byte only???).  So changing the collation has done nothing for me.<br />
<br />
I then installed MySQL 5.5 (an a different computer) and it works just fine. I can link the tables and everything gets entered.<br />
<br />
So, is there a way to make the ODBC driver work with Access 2010 and MySQL 5.1?  I have other databases that in my original 5.1 install, and I would like to avoid upgrading.  Especially since 5.5 is considered &quot;testing&quot; in the repositories still.<br />
<br />
I'm hoping there is a way to work around this problem and make the ODBC driver work.  Any ideas?]]></description>
            <dc:creator>Nert Skull</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Tue, 06 Nov 2012 02:11:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,568210,568210#msg-568210</guid>
            <title>Experiencing slow run times when Access linked via ODBC to MySQL table (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,568210,568210#msg-568210</link>
            <description><![CDATA[ Our company has an Access database that we propose to move to a more robust platform.  The initial investigation has involved running the Access code against tables linked ODBC to external databases.<br />
<br />
Our first timings were running Access code against the internal Access tables.  With the .MDB file on the network drive, our Task took 8min37sec.  We moved the .MDB to the local hard drive, and the run time went down to 2min17sec.<br />
<br />
Our second step was to move the data table (189,000 records and 94 fields) into a database on Microsoft SQL Server.  We linked from Access to the table on SQL Server, and got run times of 2min08sec.<br />
<br />
Our third step was to move the same table into a MySQL table.  We linked from Access to the table in the MySQL database on the network drive, and ran out of patience before the run completed.  Step 3B was to move that MySQL database to the local C: drive, and link to that.  Our run time was 32min27sec.<br />
<br />
Summed up; Moving Access .MDB to local drive made things faster, linking to MS SQL Server on network made things faster, but even MySQL on the local hard drive is really much slower.<br />
<br />
I hope that I have done something wrong, perhaps I have some setting configured incorrectly. I have all the latest files, since I just downloaded them, and I accepted the default options during the installs.<br />
<br />
Any advice that you can give to a newbie like me will be greatly appreciated.]]></description>
            <dc:creator>H L</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Tue, 11 Sep 2012 20:36:02 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,567568,567568#msg-567568</guid>
            <title>MS Access and MySQL Query Browser (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,567568,567568#msg-567568</link>
            <description><![CDATA[ A SELECT all query in MS Access returns all rows in a table.  A SELECT all query in the MySQL Query Browser on the same table returns only roughly two-thirds of the rows.  A SELECT WHERE query on the same table in the MySQL Query Browser doesn't return a row if the WHERE value is past the roughly two-thirds of the rows.  Is there something in the setup or an INI file I haven't set correctly?  Thanks.]]></description>
            <dc:creator>Harry Branson</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Thu, 06 Sep 2012 21:08:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,566456,566456#msg-566456</guid>
            <title>Microsoft Access 2010 - Linking Tables (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,566456,566456#msg-566456</link>
            <description><![CDATA[ I am having problems getting all my MySQL 5.0.92 tables to link up with my MS Access 2010 interface.  Some of the tables will work fine, but others will crash Access when I try to link them.  They all show up in my list when I select the database and a test of the database connection works fine when setting up the ODBC connection.  I have the option for allowing big results sets checked and the debug log turned on, but debug returns no messages other than showing the connection.]]></description>
            <dc:creator>Joe Chambers</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Mon, 27 Aug 2012 22:40:44 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,565555,565555#msg-565555</guid>
            <title>Write Conflict Using Access as Front End (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,565555,565555#msg-565555</link>
            <description><![CDATA[ I have an Access 2007 connecting to my MySQL table via ODBC.  I've read everything I can find on this problem.  I've got a TimeStamp column, no booleans and only one numeric and it defaults to zero.  I was having trouble getting the dates in the right format so I exported the data from Excel as a tab delimited text file after changing all the dates to English(UK) YYYY-MM-DD.<br />
The TimeStamp column was created via an SQL statement (alter table members change `tsChanged` `tsChanged` TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP) since EarthLinks 2.11 phpMyAdmin would not let me do it directly.<br />
<br />
Everything is fine for any new records I create in either Access or via phpMyAdmin directly on the server.  However, any of the records I imported cannot be edited via Access - I get the dreaded Write Conflict message.  I tried an update query on the MySQL server, and updated the TimeStamp to NOW() but that did not fix the problem - I could still edit the records I created after the import but not the imported ones.<br />
<br />
Also, I checked the ODBC connector option for &quot;Return matched rows instead of affected rows.&quot;<br />
<br />
I am deperate.  I've tried everything I can think of and every suggestion that I've found to no avail.<br />
<br />
Please help if you can!<br />
J. J. Campbell, Arlington, VA]]></description>
            <dc:creator>JJ Campbell</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Sun, 19 Aug 2012 17:05:25 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,564257,564257#msg-564257</guid>
            <title>Database plan? (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,564257,564257#msg-564257</link>
            <description><![CDATA[ Can I get some advice, are these things possible?<br />
<br />
Database plan:<br />
1.	Design database in access then split to front end access and back end to mysql.<br />
2.	Setup users and passwords<br />
3.	Setup users level rights (users can only change their data) (grant users rights to view other data or not)<br />
4.	Setup administration to view all data.]]></description>
            <dc:creator>steve campbell</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Tue, 07 Aug 2012 14:37:34 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,563911,563911#msg-563911</guid>
            <title>Read MS Access table from MySql StoredProcedure (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,563911,563911#msg-563911</link>
            <description><![CDATA[ Really need to select from MS Access table in MySql stored procedure.<br />
Any thoughts?<br />
Thank you]]></description>
            <dc:creator>David Blochstein</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Fri, 03 Aug 2012 20:26:04 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,563879,563879#msg-563879</guid>
            <title>How to connect by using ODBC....... (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,563879,563879#msg-563879</link>
            <description><![CDATA[ How to connect to MsExcel, MsAccess by using ODBC ? Please help me.........<br />
<br />
Thank you <br />
Bizworldusa]]></description>
            <dc:creator>Bizworldusa gcm</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Fri, 03 Aug 2012 15:45:00 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,563411,563411#msg-563411</guid>
            <title>Just Connecting my database (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,563411,563411#msg-563411</link>
            <description><![CDATA[ Hello fellows,<br />
<br />
 i'm just facing a problem while connecting database, its gives me error tell me please what to do with this problem ? <a href="http://www.rockpaki.com/"  rel="nofollow">http://www.rockpaki.com/</a>]]></description>
            <dc:creator>salman baig</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Tue, 31 Jul 2012 09:29:58 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,562528,562528#msg-562528</guid>
            <title>Help me to stop using MS Access (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,562528,562528#msg-562528</link>
            <description><![CDATA[ I've been using MS Access for years but about 4 years ago I switched over to Ubuntu and open source applications. I want to get away from MS Access but don't know where to start. I'm not sure if its because I have use MS Access for over a decade or it truly is a decent UI. In access, you design your tables, queries and then go into a nice for builder to create the front end. Nice drag and drop stuff, menuing systems, the works.<br />
<br />
I've been looking for a similar front end to MySQL that is open source but haven't found it. I don't know if that's because I'm not searching for the right thing or if they just don't exist. What in the world do you folks use to build your GUI on top of the database? <br />
<br />
Thanks]]></description>
            <dc:creator>Craig Orput</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Tue, 24 Jul 2012 02:01:34 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,560158,560158#msg-560158</guid>
            <title>change/translate access function switch() in to CASE clause for pass-through query (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,560158,560158#msg-560158</link>
            <description><![CDATA[ Hy guys. I'm lost here. I had this multiple query cascade but then I changed my back end from native access to MySQL. And cascade of queries suddenly became way too slow. So I sat down and I'm trying to &quot;translate/rewrite&quot; them in to on big pass-through query with multiple sub-queries. Actually I had a great success and everything before this last step runs without problem and EXTREMELY fast :)! Hurray for MySQL!<br />
<br />
But now I'm stuck in one LAST FINAL STEP :)!<br />
<br />
What I got is:<br />
    SQLString = &quot;SELECT T1.DATUM, T1.ID_SeznamURE, T1.ZasedeniTermini AS ZasedeniTermini, &quot; &amp; _<br />
                    &quot;(SELECT Avg(ZasedeniTermini) &quot; &amp; _<br />
                    &quot;FROM &quot; &amp; sql_QryURNIK_ZASEDENI_TERMINI_SESTEVEK &amp; &quot; AS T &quot; &amp; _<br />
                    &quot;WHERE  T.DATUM = T1.DATUM  AND T.ID_SeznamURE BETWEEN switch(T1.ID_SeznamURE - T2.mini &lt;= 2, T2.mini, T2.maxi - T1.ID_SeznamURE &lt;= 2, T2.maxi - 4, true, T1.ID_SeznamURE - 2) AND switch(T2.maxi - T1.ID_SeznamURE &lt;= 2, T2.maxi, T1.ID_SeznamURE - T2.mini &lt;= 2, T2.mini + 4, true, T1.ID_SeznamURE + 2) &quot; &amp; _<br />
                    &quot;) AS UrnoPovprecje &quot; &amp; _<br />
                &quot;FROM &quot; &amp; sql_QryURNIK_ZASEDENI_TERMINI_SESTEVEK &amp; &quot; AS T1 INNER JOIN (SELECT D.DATUM, MIN(D.ID_SeznamURE) AS mini, MAX(D.ID_SeznamURE) AS maxi FROM &quot; &amp; sql_QryURNIK_ZASEDENI_TERMINI_SESTEVEK &amp; &quot; AS D GROUP BY D.DATUM) AS T2 ON T1.DATUM = T2.DATUM &quot; &amp; _<br />
                &quot;ORDER BY T1.DATUM, T1.ID_SeznamURE;&quot;<br />
<br />
<br />
But since switch() is function that MySQL does not recognize I got an error.<br />
<br />
So I searched internet and as I understand I should use CASE clause for same results. So I came up with that:<br />
<br />
<br />
    SQLString = &quot;SELECT T1.DATUM, T1.ID_SeznamURE, T1.ZasedeniTermini AS ZasedeniTermini, &quot; &amp; _<br />
                    &quot;(SELECT Avg(ZasedeniTermini) &quot; &amp; _<br />
                    &quot;FROM &quot; &amp; sql_QryURNIK_ZASEDENI_TERMINI_SESTEVEK &amp; &quot; AS T &quot; &amp; _<br />
                    &quot;WHERE T.DATUM = T1.DATUM AND T.ID_SeznamURE BETWEEN (CASE WHEN T1.ID_SeznamURE - T2.mini &lt;= 2 THEN T2.mini &quot; &amp; _<br />
                                                                                &quot;WHEN T2.maxi - T1.ID_SeznamURE &lt;= 2 THEN T2.maxi - 4 &quot; &amp; _<br />
                                                                                &quot;WHEN true THEN T1.ID_SeznamURE - 2 &quot; &amp; _<br />
                                                                            &quot;ELSE BEGIN END) &quot; &amp; _<br />
                                                                            &quot;END CASE) &quot; &amp; _<br />
                                                                    &quot;AND (CASE WHEN T2.maxi - T1.ID_SeznamURE &lt;= 2 THEN T2.maxi &quot; &amp; _<br />
                                                                                &quot;WHEN T1.ID_SeznamURE - T2.mini &lt;= 2 THEN T2.mini + 4 &quot; &amp; _<br />
                                                                                &quot;WHEN true THEN T1.ID_SeznamURE + 2 &quot; &amp; _<br />
                                                                            &quot;ELSE BEGIN END) &quot; &amp; _<br />
                                                                            &quot;END CASE) &quot; &amp; _<br />
                    &quot;) AS UrnoPovprecje &quot; &amp; _<br />
                &quot;FROM &quot; &amp; sql_QryURNIK_ZASEDENI_TERMINI_SESTEVEK &amp; &quot; AS T1 INNER JOIN (SELECT D.DATUM AS DATUM, MIN(D.ID_SeznamURE) AS mini, MAX(D.ID_SeznamURE) AS maxi FROM &quot; &amp; sql_QryURNIK_ZASEDENI_TERMINI_SESTEVEK &amp; &quot; AS D GROUP BY D.DATUM) AS T2 ON T1.DATUM = T2.DATUM &quot; &amp; _<br />
                &quot;ORDER BY T1.DATUM, T1.ID_SeznamURE;&quot;<br />
<br />
<br />
And now I'm really lost since I can't see any mistake and I still get an error. This time it says:<br />
You have an error in your SQL syntax.; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AS UrnoPovprecje FROM (SELECT c.DATUM, c.ID_SeznamURE, Count(c.ID_SeznamURE) A' at line 1<br />
<br />
<br />
But I think problem is still in syntax or use of CASE clause. But hey, I could be wrong :)! I have no idea what could be going on here, so if any of you MySQL jedis could lend me some of your force and show me the path, I would be really grateful!<br />
<br />
THANK YOU!]]></description>
            <dc:creator>Nejc Draganjec</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Fri, 06 Jul 2012 18:12:58 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,557152,557152#msg-557152</guid>
            <title>Bonsai collection on MS Access (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,557152,557152#msg-557152</link>
            <description><![CDATA[ Felix Laughlin asked in December 19, 2012 about using MYSQL for a Bonsai collection.  This post is now &quot;locked&quot; so I cannot respond to it directly.<br />
forums.mysql.com/read.php?65,506243,506243<br />
<br />
Felix wrote: &quot;I have been using MS Access for many years to accumulate photos and text on my bonsai collection. It has worked nicely because I have an entry for each bonsai and there I have (1) notes on what I have done in the care and improvement of the tree and (2)successive photos of the tree taken over time. However, I am having problems with the database which has gotten large and unwieldy, and am looking for a better way going forward. An IT expert suggested Mysql which I am unfamiliar with.&quot;<br />
<br />
My intitial reaction, if you (Felix) are still checking the forum, is that you should not be having this type of issue with Access. The issue may be in how you are &quot;storing&quot; the photos.  Photos are not stored in the database itself, but are referred too.]]></description>
            <dc:creator>Stephen Rynas</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Mon, 11 Jun 2012 12:44:34 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,547827,547827#msg-547827</guid>
            <title>tables not seen when using odbc to connect access as front end to mysql backend (2 replies)</title>
            <link>http://forums.mysql.com/read.php?65,547827,547827#msg-547827</link>
            <description><![CDATA[ I am working on mysql for the first time ever, and have sometimes used access 2007.<br />
<br />
I have created an Access 2007 database, which is basically for inputting enquiries from clients, and quotations for the same from suppliers. <br />
<br />
<br />
I want to convert my back end to mysql, since this way i can have people in diff cities inputing their enqiuiries and quotes. I would like to however retain Access 2007 frontend, so that i can run my access queries and reports without having to redo the whole thing.<br />
<br />
I have been able to convert the backend into mysql, and have been able to upload it to my website database. I now need to have access forms on the individual computers of my colleagues in diff cities, for them to be able to input the data.<br />
<br />
I tried to link the mysql databse saved on my computer (as a trial), to the front end on my computer. The Mysql ODBC 5.1 Driver is installed, and I selected the datasource as the file name. In the database field, i get only 2 options i.e. test and information_schema.<br />
<br />
when i select test, the connection is confirmed.<br />
<br />
Then when i try to get external data  (ODBC files).....i am able to see the file on the machine data source....but when i click it, there are no tables seen. <br />
<br />
what am I doing wrong? Is there an easier way to connect my access front end to the mysql database on my website?<br />
<br />
Pl help]]></description>
            <dc:creator>S Narayanan</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Thu, 06 Sep 2012 05:35:55 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?65,543224,543224#msg-543224</guid>
            <title>How To Link Access file from SQL ? (no replies)</title>
            <link>http://forums.mysql.com/read.php?65,543224,543224#msg-543224</link>
            <description><![CDATA[ Can you tell me how to link access file from SQL helpl me send me rpl.<br />
<b><a href="http://www.infashiononline.com/category.php?id=24&amp;web_user=1"  rel="nofollow">Designer Leather Sandals</a> | <a href="http://www.infashiononline.com/category.php?id=24&amp;web_user=1"  rel="nofollow">Leather Sandals UK</a></b>]]></description>
            <dc:creator>John Arnold</dc:creator>
            <category>Microsoft Access</category>
            <pubDate>Mon, 28 May 2012 12:54:42 +0000</pubDate>
        </item>
    </channel>
</rss>
