Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
837 views

SQLite or Blackfish - what should I use with a delphi Application?

I am thinking about using SQLite It is a self-contained, server less, zero-configuration, transactional SQL database engine and is open source. Will I gain anything by using Blackfish instead of ...
2
votes
3answers
133 views

Need to migrate an application from Blackfish to Firebird

What is the effort to migrate from Blackfish to Firebird ? I use DBX4 No storeProcedure, or function or views I access all my data trough SQL queries
1
vote
1answer
802 views

How can I use Integer Auto Increment Field in DBx4 with BlackFish?

I am trying to use auto incremental fields in dbx4 with a black fish database I have a simple table Structure: CREATE TABLE tblTABname ( ID int AUTOINCREMENT Primary Key, Description ...
1
vote
2answers
272 views

What about blackfish database

I have posted a question about database selection for small projects, but no one selected or mentioned Blackfish. I am using it for a while and I like it, to some point better than SQLserver. Id like ...
0
votes
1answer
89 views

How can I connect to a BlackFish Database in another PC

I am trying to connect to a BlackFish database in another machine using win32 dbExpress 4 database driver. Server is start in both machines, local and remote. Database is up in both machines local ...
0
votes
1answer
881 views

How can I do multi Transaction in DBExpress

I am using DBExpress with blackfish. How can I do multi Transaction? I have several GRIDs all in editing at once and all will have to be saved at once. The begin editing and post are to be ...
0
votes
1answer
111 views

How can I access Blackfish for Windows over JDBC?

For Blackfish for Windows which is included in Delphi 2009 I would like to write a Java client and use a JDBC connection. If I understand correctly, this is supported: ...
0
votes
1answer
401 views

Blackfish SQL management tools

I started to use Blackfish, but I missed having a good and evolved manager. Is there something already? To help us manage the database and its tables? Thanks