Subject | Re: [ib-support] read/write dbf direct from fb server |
---|---|
Author | Ivan Prenosil |
Post date | 2003-05-22T10:16:39Z |
From: "delphost" <rx@...>
Or pump dbf data into Firebird database.
Or there is another slightly mad solution for reading and inserting:
write simple application that will tear off the (variable length) dbf header -
the rest is fixed length format that could be read directly using external table.
Ivan Prenosil
[ I am looking for a job: InterBase - Firebird - Delphi - C - fulltext db - and more ... ]
Ivan.Prenosil@...
http://www.volny.cz/iprenosil/interbase
> how to read or write dbf files directly from stored procedure, or udf?Only using UDF.
> Is there any way, how to read dbf or any files (directly from server,
> without programming client application with dbf support) except
> *.fdb ;)?
Or pump dbf data into Firebird database.
Or there is another slightly mad solution for reading and inserting:
write simple application that will tear off the (variable length) dbf header -
the rest is fixed length format that could be read directly using external table.
Ivan Prenosil
[ I am looking for a job: InterBase - Firebird - Delphi - C - fulltext db - and more ... ]
Ivan.Prenosil@...
http://www.volny.cz/iprenosil/interbase