Re: [PHP-DB] Join tables

2002-02-28 Thread Aron Pilhofer
Microsoft Access: light-duty relational database with a world-class (in my opinion) GUI interface, but I don't think it's going to help you in this case. > > > id in image_data has the same value as id in wt_users do you mean uid in wt_users? So, $id=session ID? I might set that ahead of time ju

Re: [PHP-DB] Join tables

2002-02-28 Thread Jennifer Downey
Ok thanks for that info, but I guess I am ignorant to what MS Access is. Please enlighten me. Thanks Jennifer Downey "Marius Ursache" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > the best tool for building "join" queries is MS Access . > > make a db same as that you use in m

Re: [PHP-DB] Join tables

2002-02-28 Thread Marius Ursache
the best tool for building "join" queries is MS Access . make a db same as that you use in mysql and build the query with access. then copy/paste queries from there. to build queries in access is very simple . drag/drop and other visual ways. Jennifer Downey a écrit : > Hi all, > > Ok first