>     We want to move from Lotus notes to an web based application .In this
> moving period we suffer from lotus funs ..To overcome this
> problem we thing
> that a smooth movement should be fine ..Yesterday I have seen that lotus
> notes functions in the manual ..Bu its written there 'There is no
> documentation about these functions .And they are experimental" ..
>     I wonder if anyone used these functions ? Does anyone  has any
> suggestion ?
I just finished to move 3 apps from Notes to php/mysql and php/MS sql. The
Notes sql is completly useless for this purpose. The way I choose were :
- Use the noteSQL to import part of the data (document :) )
- Make a short c progral to parse all notes documents to extract Attachments
others things like that, btw, you can use the new com extension
- Links attachs to the correct document (unid)
- import all to the new db models
- control the import, data, contents,links... via the http access to notes
(just create a view you can parse in an easy way)

hth

pa


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to