Hi Aaron,

    | Is there anyway to take my outlook contacts from the .pst 
    | file and put thme into a mysql database so I can view 
    | them on the net?


Among the various ways you could approach this: 

1. Use CDO from MS to read records from Outlook and output them into a
MySQL database (http://snipurl.com/cdo_intro).

2. Export your "Address Book" in CVS format (FILE --> EXPORT) and then
write a LOAD DATA INFILE script to read them into MySQL
(http://www.mysql.com/doc/en/LOAD_DATA.html). 

3. Use a free sync service like FusionOne (www.fusionone.com). This
would be my recommendation if the only thing you want to do is to be
able to view contacts from anywhere.  

...etc. 

Hope this gives you some ideas. 

Cheers,
Shashank


Sql, query


Shashank Tripathi
www.shanx.com



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to