A SQL-92 compliant transactional database that runs on both .NET framework and the Java platform from Embarcadero
Questions tagged [blackfish]
9 questions
6
votes
3 answers
IS there any Tool or API to auto update a database structure
In an application that I am supporting, lately I have made several changes to the DB structure.
I send the update to the users, but its very hard to keep them all up-to-date.
Is there any simple way to do this ?
Something that enables users to skip…

Jlouro
- 4,515
- 9
- 60
- 91
4
votes
5 answers
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 SQLight ?

Charles Faiga
- 11,665
- 25
- 102
- 139
4
votes
3 answers
Need to migrate an application from Blackfish to Firebird
What is the effort to migrate from Blackfish to Firebird ?
I use DBX4
No stored procedure, or function or views
I access all my data trough SQL queries

Jlouro
- 4,515
- 9
- 60
- 91
2
votes
1 answer
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 determined by the end user, as he works, and in different…

Jlouro
- 4,515
- 9
- 60
- 91
1
vote
1 answer
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 varchar(100) NOT NULL );
Before Open I am doing the…

Jlouro
- 4,515
- 9
- 60
- 91
1
vote
2 answers
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 to know other experiences with it, problems,…

Jlouro
- 4,515
- 9
- 60
- 91
0
votes
1 answer
How compatible is Blackfish database with TSQL?
I'm using a sqlServer database that has stored procedures, and I want to use an in-memory database to unit test my code.
I've looked at a few - including VistaDB which looks amazing but expensive - and Blackfish seems to be the only possiblity so…

rozza
- 927
- 2
- 11
- 24
0
votes
1 answer
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 and remote.
--- UPDATE ---
this is my…

Jlouro
- 4,515
- 9
- 60
- 91
0
votes
1 answer
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: http://edn.embarcadero.com/de/article/36851
The database clients and servers…

mjn
- 36,362
- 28
- 176
- 378