Subject | Re: [firebird-php] php dump script |
---|---|
Author | michal.720 |
Post date | 2005-08-28T09:17:40Z |
Yes, editing a CSV to add the extra code isn't difficult but when you
need it periodicaly you should have an automated script to do it ;-)
I sometimes change the structure so I realy need something automated...
Lester Caine wrote:
need it periodicaly you should have an automated script to do it ;-)
I sometimes change the structure so I realy need something automated...
Lester Caine wrote:
> michal.720 wrote:
>
>
>>Hello,
>>does anybody know (or have) some PHP script which is able to dump
>>Firebird database into SQL script? Something like phpMyAdmin can do with
>>MySQL.
>
>
> ibWebAdmin has a dump to CSV facility, I use that and just edit the
> output, but it should not be difficult to add the extra code for the
> insert statements ?
>