Also remember windows/linux case sensitivity issues are apparent for MySQL too: if you have a table hosted on linux called "myTable" you _must_ reference the table like that: "SELECT * FROM myTable". If you're hosting the DB on windows you can do "SELECT * FROM mYtAble" if you like...
Tim. ------------------------------------------------------- RAWNET LTD - Internet, New Media and ebusiness Gurus. Visit our new website at http://www.rawnet.com for more information about our company, or call us free anytime on 0800 294 24 24. ------------------------------------------------------- Tim Blair Web Application Engineer, Rawnet Limited Direct Phone : +44 (0) 1344 393 441 Switchboard : +44 (0) 1344 393 040 ------------------------------------------------------- This message may contain information which is legally privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any unauthorised disclosure, copying, distribution or use of this information is strictly prohibited. Such notification notwithstanding, any comments, opinions, information or conclusions expressed in this message are those of the originator, not of rawnet limited, unless otherwise explicitly and independently indicated by an authorised representative of rawnet limited. ------------------------------------------------------- > -----Original Message----- > From: Alex Skinner [mailto:[EMAIL PROTECTED] > Sent: 16 June 2003 15:40 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] CF MX and MySQL > > > I havent had any problems with win2k personally seems just as > stable as nix > > not as fast mind but ho hum > > Alex > > -----Original Message----- > From: Paul Johnston [mailto:[EMAIL PROTECTED] > Sent: 16 June 2003 15:26 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] CF MX and MySQL > > > > What sort of problems does running mySQL on NT/2000 throw up? > > It's not necessarily that... It's more that the majority of > people running MySQL run it on a *nix box. When you need > "support" you are going to find that quite hard to come by. > Having said that I have run MySQL on my Win2k Pro dev machien > and it's run ok... Not perfect, but ok. It's certainly quick > enough, it's just that I have had issues with stability, > especially on booting. > > Still, that could have just been my machine or my setup. Ask > on a MySQL list if they think it should be done... > > Paul > > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > > > > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > > > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
