Subject | Re: [firebird-support] Export all my blob data |
---|---|
Author | Milan Babuskov |
Post date | 2005-02-08T22:19:58Z |
wkelleher@... wrote:
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org
> So my question is can someone help me write a sql statement that will exportYou could write a simple PHP script in few minutes. Is PHP an option?
> all the blob fields and create text files named with the table key.
>
> I am thinking something like executing this but it errors in ISQL
> FOR A in ISSUES
> BLOBDUMP &A.DATA "c:\" + A.ISSUE_NBR + ".txt");
> END_FOR;
> If I could read and write to these blob fields in VB I would be set
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org