Re: [PHP-DB] Extracting data from Arrays in ISAM table

2007-05-20 Thread Stut
[EMAIL PROTECTED] wrote: I have a table with between 100k and 200k rows. One field, `names`, is populated, in each row, with an imploded array of up to 4 names. I require to create a list of names, without repeats, of all the names in `names` field to use in an html form. Any advise would

RE: [PHP-DB] extracting data

2002-12-20 Thread Edward Peloke
:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 9:55 PM To: SELPH,JASON (HP-Richardson,ex1) Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] extracting data You can actually do this from any machine, although you will need an ODBC driver on the Linux/Mac OS X/Unix side. Another

RE: [PHP-DB] extracting data

2002-12-20 Thread SELPH,JASON (HP-Richardson,ex1)
? To another odbc? to mysql? where? And do you want to manipulate the data before moving it? Cheers Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 8:17 AM To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] extracting data Ok, I am

RE: [PHP-DB] extracting data

2002-12-19 Thread SELPH,JASON (HP-Richardson,ex1)
If you are on a windows machine, you can create a DSN to the access file and use odbc from php to connect to it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 12:59 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] extracting data I

RE: [PHP-DB] extracting data

2002-12-19 Thread Andrew Hill
You can actually do this from any machine, although you will need an ODBC driver on the Linux/Mac OS X/Unix side. Another alternative is to dump the .mdb to mysql format and move it over. But ODBC is the way to go. Beginning PHP Databases from Wrox cover this a lot, but you can get started