Search results for query: *

  • Users: scottdg
  • Content: Threads
  • Order by date
  1. S

    Export SQL Query to fixed width text file

    I am trying to take an existing SSIS package that imports an Excel file, transforms the data and exports as a fixed width text file and move it to a Windows application. I am able to import the file to SQL Server but I am not sure how to export the data as a fixed width file. I was able to use...
  2. S

    Reduce the number of arguments in function

    I want to call a function when double clicking on a DataGridView row that retrieves the data from SQL Server and displays it in the appropriate checkbox, textbox, etc. The issue is I have a couple dozen columns in the query that need to be displayed. There has to be a better way to do this...
  3. S

    Error Creating Window Handle

    Let me start by saying I am not an experienced developer and by no means a C# expert. I have created a winform application though that I am having a problem with. It is a case management program that the user uses to search for cases. When selecting a case it opens in the current panel. The...
Back
Top Bottom