Tracy
tracy at ak.planet.gen.nz
Mon Apr 28 01:10:44 CDT 2003
Hi Jim
Thanks for your reply.
I've found one little glitch...on opening a form I had (in Access) a Where clause...WHERE tblClient.Deleted=No
Using MySQL this didn't evaluate and the client form was empty.
But changing the Where clause to...WHERE tblClient.Deleted=false seemed to work.
I guess its just a matter of going thru things bit by bit and changing what I need to.
Cheers Tracy
----- Original Message -----
From: Jim Lawrence (AccessD)
To: accessd at databaseadvisors.com
Sent: Sunday, April 27, 2003 6:54 PM
Subject: RE: [AccessD] Access to MySQL
Hi Tracy:
It is pretty straight forward if you are using ODBC or better yet, ADO-OLE already to connect to the MBD BE. If not you will have to set up same. The SQL query syntax is a little different; more like MS SQL. (i.e.. % instead of * with the 'like' operand etc...). You can always direct you requests towards Arthur Fuller is apparent expert in MySQL or I can try and help.
HTH
Jim
-----Original Message-----
From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Tracy
Sent: Saturday, April 26, 2003 2:24 PM
To: Access List
Subject: [AccessD] Access to MySQL
Hi Listers
Thought I'd ask:
I've downloaded MySQL Ver 4.0.12 (Windows 2000)
I'm starting to migrate my backend data file to MySQL.
Does anybody have any tips for things to watch for ?
I will be maintaining both Access and MySQL for a while (just in case)
Cheers Tracy
------------------------------------------------------------------------------
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://databaseadvisors.com/pipermail/accessd/attachments/20030428/dcdedeeb/attachment-0001.html>