I have a requirement inserting enormous data in table of firebird database around 40K entries . I got my scripts, but when I executed it using the Robin flame, the user interface simply hung forever, inserting such huge data at a time.
I know that it would be nice if I fulfilled my insert requests in blocks of 255 requests, but I want to know if there is a bulk insert tool available for Firebird for these records when reading from scripts.sql file.
After some googling, I came across an isql tool, but could not execute scripts against it. Can someone lead me to any other tool or proper documentation for entering such huge data at a time?
I have firebird version 2.5 installed on my system.
source share