Execute an Actian Zen 15 SQL from a Windows Batch file
I need to create a Windows batch file that Deletes all rows from an Actian Zen 15 Database. The database name is A00504262024040534, I have the username and password. The SQL that works manually is “Delete From W46_AID_DEF_FIDS Where w46_id_num_src_s = ‘L’;”, does anyone know how I can run this script from a batch file?