First, do some preparation, download the embedded version of friebird, and download the management tool (GUI). The link is as follows:
Friebird embedded: http://sourceforge.net/projects/firebird/files/firebird-win32/2.5-Release/Firebird-2.5.0.26074-0_Win32_embed_pdb.zip/download
Management tools ibexpert: http://www.firebird.net.cn/down_view.asp? Id = 316
Other related websites:
Friebird official Chinese site: http://www.firebird.net.cn/main.asp
Friebird Official Website: http://www.firebirdsql.org/
After downloading the embedded version, you only need to decompress it. After decompression, you can see the following:
Among them, fbembed. dll is very important.
After downloading ibexpert, decompress it and open ibexpert directly. For example
Select the database menu and click Create Database.
Set parameters as shown in
The clientlibray file is the fbembed. dll in the embedded version mentioned above. Click OK.
For server version, we select firebird2.5 (the downloaded version is 2.5), charset is the encoding format, and select the corresponding format as needed.
You can set the user and password by default. Click Register.
After the creation is successful, double-click it to perform the operation. First come here, hoping to save time for later users.