bom

  1. T

    Question Select into outfile Query... how to avoid writing BOMs

    Hello... below is my code: Try 'create export directory if needed If (Not System.IO.Directory.Exists(Trim(TextBox64.Text))) Then System.IO.Directory.CreateDirectory(Trim(TextBox64.Text)) End If Catch es As Exception End Try...
Back
Top