Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Neil McPherson: "Thanks very much for your advice. I would just like to add that SQL Maestro makes life so much easier to work with Firebird, I have tried some of the other management tools but Maestro is such a nicely organized product and it has never let me down".
Stephen Arrowel, Database Administrator: "We are in the process of implementing Firebird solutions at multiple levels in our international organization. We expect that SQL Maestro Group will do nothing short of revolutionize the way we develop and maintain our Firebird databases. The continuous improvement and development means that the product is extremely flexible and will grow with us. The service and responsiveness of the Support Team has been exceptional. They have devoted countless hours to understanding our needs, so that we could get a Firebird administration tool which would be so simple and effective in use. SQL Maestro Group is helping Sytrax sail into the 21st Century".

More

Add your opinion

Firebird Maestro online Help

Prev Return to chapter overview Next

Data Export

This window allows you to customize formats applied to exported data. Edit the format masks to adjust the result format in the way you need.

 

In numeric formats using digit placeholder (# or 0) you can specify the format of number. For example, integer 1234567890 with # ### ##0 integer format is represented like 1 234 567 890. The locations of the leftmost '0' before the decimal point in the format string and the rightmost '0' after the decimal point in the format string determine the range of digits that are always present in the output string.

 

Conversion and their description for date, time and date time format:
 

dd

day of the month, represented by 1 or 2 symbols. For example, the first day of month is 1

 

DD

day of the month, represented only by 2 symbols. For example, the first day of month is 01

 

mm

minutes

 

MM

month

 

yy

year, represented by 2 symbols. For example, 2006 year will be 06

 

yyyy

year, represented by 4 symbols. For example, 2006

 

h

hour, represented by 1 or 2 symbols. For example, 2

 

hh

hour, represented only by 2 symbols. For example, 02

 

".", ",", ":" symbols can be placed as separators in format masks for integer, float, date, time, date time, currency types.

 

Auto save format strings

Auto saves format strings when they are changed (e.g. at the Adjusting data formats step in Export Data Wizard).

 

Using Set defaults button, you can set default values of data formats.



Prev Return to chapter overview Next