CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dak45309

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    4,669

    Re: Creating column variables using DataTable

    .NET 4.0 is the version I'm programming under :)
  2. Replies
    1
    Views
    4,669

    Creating column variables using DataTable

    I'm trying to name variables that correspond with the columns of a DataTable. I have been unsuccessful in getting the DataTable Columns in this variable. Not much on the internet on finding out how...
  3. Replies
    5
    Views
    7,198

    Re: Column pulling of a database

    Thank you. That helps a lot :) I'm know most basic and some advanced stuff. This is what I was looking for. Thank you :)
  4. Replies
    5
    Views
    7,198

    Re: Column pulling of a database

    I'm not looking to export/import because I'm trying to write it to a preformatted file.
  5. Replies
    5
    Views
    7,198

    [RESOLVED] Column pulling of a database

    Ok. I've been working on this project for a while and I've looked everywhere from stackoverflow to MSDN for a way to pull columns from a database. I want to format each column to a prefixed length....
  6. Database row pulling for fixed formatting at different lengths for each row

    I've been trying to pull the individual rows off an SQL server and I've been looking for a way to be able call each row individually to use a method to be able to buffer the string to the specified...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured