bcpandas
bcpandas copied to clipboard
bcp.exe console keep popping up when executing bcp.to_sql
i wrote a program and compiled it into .exe using nuitka with --windows-console-mode=disable when i run the program, another console (from bcp.exe) keep popping up every time my code execute bcpandas.to_sql how do i hide/not show the bcp.exe console?
my code: bcpandas.to_sql(df, schema=schema, table_name=table_name, creds=creds, index=False, if_exists='append', print_output=False, encoding=encoding)
note: when i run my code in visual studio code, i dont see bcp.exe console