let say i hv one file (eg. consumer.sql)
..then i need to update the Consumer table in my database using my sql file (consumer.sql). what component should i use n how? thanks..
You can use either of following components: TMyScript, TMyDump, TMyQuery. But only TMyDump allows you to watch restoration progress (OnRestoreProgress event).