Re: Making SQL request from a Mac

2001-06-08 Thread Pascal MiQUET
let me make the link into this environnement. Regards Pascal Miquet - Original Message - From: Ansgar Becker [EMAIL PROTECTED] To: Pascal MiQUET [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, June 07, 2001 6:00 PM Subject: Re: Making SQL request from a Mac I'd

Re: php/mysql question

2001-06-08 Thread Pascal MiQUET
Did you try the following code $updtStmt = update vusers set orgname=\$tname1\ where id=$tid; Should do the job. Regards P. Miquet - Original Message - From: Adrian D'Costa [EMAIL PROTECTED] To: Mysql Mailing List [EMAIL PROTECTED] Sent: Friday, June 08, 2001 7:59 AM Subject: php/mysql

Making SQL request from a Mac

2001-06-07 Thread Pascal MiQUET
Hi, I'd like to get informations from my MySQL Server on LiNUX, and the query must be made from a Mac (Not an Os X)! Is there a good solution ? If it's not possible, How can I get access to a PC With windows ? Thanks for your help. Regards Pascal Miquet