How to prevent the popup of alert window ("Microsoft SQL Server Login") when SQL connection failed
Try(
batch interactive(1);
dbc = Create Database Connection("Driver={SQL Server};Server=xx.xxx.x.xx;Database=testDB;UID=test;PWD=test;");
batch int
...