[PHP-WIN] Re: php-win-which-orm-tool-for-windows-with.html

2009-04-15 Thread Alvaro Carrasco
See below On Wed, Apr 15, 2009 at 1:56 AM, Richard Quadling wrote: > 2009/4/14 Alvaro Carrasco : > > Hi Richard, > > > > Sorry about not sending to the list, I found this post while browsing the > > internet and i'm not subscribed to the php-windows list. > > > >> Hi. > >> > >> I'm trying to find

Re: [PHP-WIN] Need help updating a whole column in one table from another table

2009-04-15 Thread Niel Archer
> > > (got work to do during business hours) on the differences between > > > UPDATE and INSERT. > > > >INSERT creates a new entry, update changes an existing ones. So you > >cannot use INSERT to corect your data. > > Then it must work on a created field that has not been populated yet? > It doe

Re: [PHP-WIN] Need help updating a whole column in one table from another table

2009-04-15 Thread James Crow
Bill Mudry wrote: The following SQL query UPDATE species2 AS s LEFT JOIN sci_genera AS sg ON (sg.genus_name = LEFT(s.species_name, LOCATE(' ', s.species_name) - 1)) SET s.generalID = sg.generalID; alters the contents of species2 to become ID species_name 1 Quercus rubra 2 Dalbergia

[PHP-WIN] Re: php-win-which-orm-tool-for-windows-with.html

2009-04-15 Thread Richard Quadling
2009/4/14 Alvaro Carrasco : > Hi Richard, > > Sorry about not sending to the list, I found this post while browsing the > internet and i'm not subscribed to the php-windows list. > >> Hi. >> >> I'm trying to find an ORM tool to allow me to talk to Microsoft SQL > >> servers (V7, 2000 and 2005) for