|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
FireBird Data Output
How can i export or output data from firbird isql tool.
that we are using in foxpro or sybase like select * from xx into table d:\xxx.dbf or select * from xx;output to D:\xxx.txt format ascii is there any commands to output the data using isql. thanks in advance Ajeesh |
|
#2
|
||||
|
||||
|
Taken from an old tutorial I wrote (you can find it on Geocities)
Quote:
__________________
My blog Tutorials about OSS databases, DBMonster ... Contribute to OSS Development, fill bug reports! Developer Shed eSupport Commented my.ini/my.cnf (ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins Random data (with a bias) |
|
#3
|
|||
|
|||
|
Tanks a lot
thanks
|
|
#4
|
|||
|
|||
|
is possible to import data from that file into another firebird db?
|
|
#5
|
||||
|
||||
|
Why not? But if you are after moving a table from a firebird server to another I'd look into gbak or nbackup
|
|
#6
|
|||
|
|||
|
i need to merge into a central db data taken from different source db, and it's better if i can do that without using external application
|
|
#7
|
||||
|
||||
|
Well, if you can afford working with the latest Firebird release currently in beta (Fb 2.5 beta1) then you can do this from the central database itself.
Otherwise use external tables on the central database to do the import. |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > FireBird Data Output |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|