Re: MS Access and MySql

2004-03-04 Thread Steve Siesel
> To: <[EMAIL PROTECTED]> Sent: Thursday, March 04, 2004 2:57 PM Subject: MS Access and MySql Greeting to the list. I am running MS Access as a front end to data stored on MySql in a Redhat 7.3 box. I have about 95% functionality so far! (The Database is of a Youth Soccer league). I

Re: MS Access and MySql

2004-03-04 Thread vpendleton
to view the tables? >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 3/4/04, 2:47:51 PM, Steve Siesel <[EMAIL PROTECTED]> wrote regarding Re: MS Access and MySql: > Th

Re: MS Access and MySql

2004-03-04 Thread Steve Siesel
The Database was originally made in Access - Original Message - From: <[EMAIL PROTECTED]> To: "Steve Siesel" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, March 04, 2004 3:35 PM Subject: Re: MS Access and MySql What is `special` about thi

Re: MS Access and MySql

2004-03-04 Thread vpendleton
e - > From: <[EMAIL PROTECTED]> > To: "Steve Siesel" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Thursday, March 04, 2004 3:03 PM > Subject: Re: MS Access and MySql > Are you using ODBC Links or are you importing the table into MS Access

Re: MS Access and MySql

2004-03-04 Thread Steve Siesel
04, 2004 3:03 PM Subject: Re: MS Access and MySql Are you using ODBC Links or are you importing the table into MS Access from MySQL? Are there unique constraints on the table to prevent duplicate data from being entered? >>>>>>>>>>>>>>>>>>

Re: MS Access and MySql

2004-03-04 Thread vpendleton
;<<<<<<<<<<< On 3/4/04, 1:57:15 PM, Steve Siesel <[EMAIL PROTECTED]> wrote regarding MS Access and MySql: > Greeting to the list. > I am running MS Access as a front end to data stored on MySql in > a Redhat 7.3 box. > I have about 95% functional

MS Access and MySql

2004-03-04 Thread Steve Siesel
Greeting to the list. I am running MS Access as a front end to data stored on MySql in a Redhat 7.3 box. I have about 95% functionality so far! (The Database is of a Youth Soccer league). I am having one problem though with one of my tables. The table seems to double itself when I transfer/conv

Re: RE: MS Access and mySQL

2002-08-29 Thread Egor Egorov
Mary, Wednesday, August 28, 2002, 7:49:22 PM, you wrote: MS> see my message re--- index problem MS> ok when I do explain in this , it is not using an index for the MS> AdminCoverage_writingagents table... MS> SELECT admincoverage_writingagents.WritingAgentID, MS> admincoverage_writingagents.Wr

Re: MS Access and mySQL

2002-08-28 Thread Nicholas Stuart
simply be > high praise for MyODBC, but my Access app has no difficulty at all talking > to the database. > > Arthur > > - Original Message - > From: <[EMAIL PROTECTED]> > To: "Arthur Fuller" <[EMAIL PROTECTED]> > Sent: Wednesday, August 28, 2002 1:57

Re: MS Access and mySQL

2002-08-28 Thread Arthur Fuller
o the database. Arthur - Original Message - From: <[EMAIL PROTECTED]> To: "Arthur Fuller" <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 1:57 PM Subject: [Fwd: RE: MS Access and mySQL] > wodya think? > > > Original Message >

Re: Re: MS Access and mySQL]

2002-08-28 Thread Arthur Fuller
re also abandoning Access. If you have any specific questions, feel free to ask. Arthur > Original Message > From: "Nicholas Stuart" <[EMAIL PROTECTED]> > Subject: Re: MS Access and mySQL > To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> &g

Re: MS Access and mySQL

2002-08-28 Thread Gelu Gogancea
August 28, 2002 7:32 PM Subject: RE: MS Access and mySQL > Or you could just use the libmySQL.dll and handle everything yourself > through VB. > > > >>You will however need to download the MyODBC driv

RE: MS Access and mySQL

2002-08-28 Thread Nicholas Stuart
True you could, but then that way you will loose portability if Jon (for whatever reason) decides to move to another type of DB. Never used libmySQL so I dont know how the speed is, but assume its as fast if not faster then ODBC. ODBC has the plus of being user friendly and of being an M$ Universa

RE: MS Access and mySQL

2002-08-28 Thread Mary Stickney
gentid (WritingAgentId), KEY writingagentslot (WritingAgentSlot) ); -Original Message- From: Mark Matthews [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 11:11 AM To: Mary Stickney Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: MS Access and myS

RE: MS Access and mySQL

2002-08-28 Thread Roger Davis
Or you could just use the libmySQL.dll and handle everything yourself through VB. >>You will however need to download the MyODBC driver if you wish to access >>MySQL through VB. >> >>-Nick - Before posting, please check: h

Re: MS Access and mySQL

2002-08-28 Thread Mark Matthews
Mary Stickney wrote: > the join syntax is what is differnt between Access and MYSQL. > > in MS-SQL = indexs will be used on tables mentioned in the JOIN clause > and they will not in MYSQL This is not true. MySQL uses indexes in joins, if you've put them in the right columns, just as in MS-SQL

RE: MS Access and mySQL

2002-08-28 Thread Nicholas Stuart
ck and the majority of your fields set to their proper type. > > HTH, > Bryant Hester > Juxtapose, inc. > > - -Original Message- > From: Jonathan Coleman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 28, 2002 12:40 AM > To: [EMAIL PROTECTED] > Subject: MS

Re: MS Access and mySQL

2002-08-28 Thread Nicholas Stuart
S-SQL = indexs will be used on tables mentioned in the JOIN clause and they will not in MYSQL -Original Message- From: Nicholas Stuart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 9:40 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: MS Access and mySQL I have been there

RE: MS Access and mySQL

2002-08-28 Thread Mary Stickney
PROTECTED]; [EMAIL PROTECTED] Subject: Re: MS Access and mySQL I have been there done that with old access data, but no forms. Your plans should be focused around what you know and what your systems are tied to. Since its an NT box you could go with pretty much any language ie java/vb/c++. VB would be

Re: MS Access and mySQL

2002-08-28 Thread Nicholas Stuart
ogram called dbtools. You can find it at: http://www.dbtools.com.br/EN/ It's fairly easy to use and has a great import wizard. If you have an specific questions let me know and I'll try my best to answer them. -Nick MySQL Newsgroup (@Basebeans.com) wrote: >Subject: MS Access and mySQL >

RE: MS Access and mySQL

2002-08-28 Thread Bryant Hester
PROTECTED] Subject: MS Access and mySQL Hi. I have a situation where a church I am doing some volunteer work for has a MS Access (office 97) database running on NT. They are (woohoo) upgrading to a QUBE (linux box) for a server which has mySQL installed (and I can upgrade it etc..) My job

MS Access and mySQL

2002-08-28 Thread MySQL Newsgroup (@Basebeans.com)
Subject: MS Access and mySQL From: [EMAIL PROTECTED] (MySQL Newsgroup (@Basebeans.com)) === Subject: MS Access and mySQL From: [EMAIL PROTECTED] (MySQL Newsgroup (@Basebeans.com)) === Subject: MS Access and mySQL From: [EMAIL PROTECTED] (MySQL Newsgroup (@Basebeans.com)) === Subject: MS Access

MS Access and mySQL

2002-08-27 Thread MySQL Newsgroup (@Basebeans.com)
Subject: MS Access and mySQL From: [EMAIL PROTECTED] (MySQL Newsgroup (@Basebeans.com)) === Subject: MS Access and mySQL From: [EMAIL PROTECTED] (MySQL Newsgroup (@Basebeans.com)) === Subject: MS Access and mySQL From: [EMAIL PROTECTED] (MySQL Newsgroup (@Basebeans.com)) === Subject: MS Access

MS Access and mySQL

2002-08-27 Thread MySQL Newsgroup (@Basebeans.com)
Subject: MS Access and mySQL From: [EMAIL PROTECTED] (MySQL Newsgroup (@Basebeans.com)) === Subject: MS Access and mySQL From: [EMAIL PROTECTED] (MySQL Newsgroup (@Basebeans.com)) === Subject: MS Access and mySQL From: =?iso-8859-1?q?Jonathan=20Coleman?= <[EMAIL PROTECTED]> === Hi. I

MS Access and mySQL

2002-08-27 Thread MySQL Newsgroup (@Basebeans.com)
Subject: MS Access and mySQL From: [EMAIL PROTECTED] (MySQL Newsgroup (@Basebeans.com)) === Subject: MS Access and mySQL From: =?iso-8859-1?q?Jonathan=20Coleman?= <[EMAIL PROTECTED]> === Hi. I have a situation where a church I am doing some volunteer work for has a MS Access (off

MS Access and mySQL

2002-08-27 Thread MySQL Newsgroup (@Basebeans.com)
Subject: MS Access and mySQL From: =?iso-8859-1?q?Jonathan=20Coleman?= <[EMAIL PROTECTED]> === Hi. I have a situation where a church I am doing some volunteer work for has a MS Access (office 97) database running on NT. They are (woohoo) upgrading to a QUBE (linux box) for a server whi

MS Access and mySQL

2002-08-27 Thread Jonathan Coleman
Hi. I have a situation where a church I am doing some volunteer work for has a MS Access (office 97) database running on NT. They are (woohoo) upgrading to a QUBE (linux box) for a server which has mySQL installed (and I can upgrade it etc..) My job therefore is to a) port MS Access data and

Re: MS Access and mysql databases

2001-12-12 Thread callis
Yes it is perfectly possible. I did that some months ago and it worked perfectly. I, however, had to install MyODBC on the windows box. There is a good tutorial I used at http://www.devshed.com/Server_Side/MySQL/ODBC/page1.html Its a good tutorial By W.J. Gilmore. Please take note of the deci

MS Access and mysql databases

2001-12-11 Thread Rosyna
Is it possible to export a database from mysql so MS Access can read it as its own? I am not able to install MyODBC on the windows box (not admin) -- Sincerely, Rosyna Keller Technical Support/Holy Knight/Always needs a hug Unsanity: Unsane Tools for Insane People -