We have to replace Sybase DBLib by DBI module.
I am stuck at bcp functions of sybase::DBLib.
As I have understod that BCP in dblib is done row by row, means not in bulk as done by bcp/freebcp.
So my question is that Whether I should use bcp utility i.e. frebcp using system command or
just open the file , read it and write insert query for every row of file.