Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. welshboy202010

    Importing a CSV using the open file dialog

    Hi folks, this a quick question. I need to import a CSV file into SQL Server 2005, however as the CSV file name changes on a daily basis, I want the user to be able to select the file from an open file dialogue window. It's a windows form app incidentally. I have a rough idea of how to get...
  2. welshboy202010

    CSV files in C#

    You misunderstand me, I want to load a CSV not write one, I have a customer class which has sets and gets for the usual bumf, and I want to put the data from the CSV into a collection of customers, so I can display it on a GUI. Sorry for the confusion. Any help would be awesome welshboy
  3. welshboy202010

    CSV files in C#

    Hi guys, I'm writing a program that needs to parse a csv file into a c# program. I've written the customer class, with the intention of creating customer objects, which will store the data of the csv file. The bits I'm confused about is teh loading of the csv file and putting the data in it...
  4. welshboy202010

    Designing objects.....

    Many thanks guys, If you like, I'll keep you posted on how I get on.
  5. welshboy202010

    Designing objects.....

    Thanks for the reply. The program will basically manage stock, so stock will need to be booked in and out, keep track of customers and suppliers, and produce job lists for my dad, invoices and quotes for the customers. I tried to prototype it in Access, (still doing so) but it made my brain go...
  6. welshboy202010

    Designing objects.....

    Hi folks, Having being used to programming in Java for such a long time, I decidede to have a crack at C#. I'm currently doing a small project for my father's business, and I have a rough idea of what I want it to do. The problem is I'm having a great deal of hassle designing it, as the...

Part and Inventory Search

Back
Top