Firebird and the boolean data type

We know that Firebid hasn't a boolean data type. But with VB.net this isn't a problem. Now we'll make an example of how manage ...


Firebird database backup, restore

This is the code: Imports FirebirdSql.Data.FirebirdClient Imports FirebirdSql.Data.Services Backup of a database: code Dim n As Firebi...


How to insert a date field in a firebird database

Fist create a date field called "Today" in a firebird database. Then insert the following code in the inserting routine of a recor...