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

Search:

Type: Posts; User: HackedGadget

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    12,336

    Re: datetimepicker and sql

    I'll have to give that a shot when I get home from work tomorrow. Its not all bad that I have to start over, because I need the practice making everything and jiving it yet... I have a hunch the...
  2. Replies
    6
    Views
    12,336

    Re: datetimepicker and sql

    How about any books on C# that will give me the knowledge to put the two together?

    I have read: Sam's Learn SQL in 10 minutes, which actually takes a few hours.
    C# for dummies, which is pretty...
  3. Replies
    6
    Views
    12,336

    Re: datetimepicker and sql

    Thanks! I found several problems I had with my approach. First was that I was using the Query builder tool.. Which appears to insert all the quotes itself, so I was not able to isolate the values...
  4. Replies
    6
    Views
    12,336

    Re: datetimepicker and sql

    nobody will touch this with a ten foot pole I see... lol oh well, on to the books again for me...
  5. Replies
    6
    Views
    12,336

    datetimepicker and sql

    .NET 4.0

    I have a simple between two datetimepicker query I am trying to implement. Could someone explain to me very simply without a parametrized query debate, how to make a datetimepicker's...
  6. Re: employee attendance management suggestions

    I'm working up a solution now using SQlite. If they want spreadsheets, I can just export the basics to some spreads to make them feel better. Its not as if they actually understand how many ways...
  7. Re: employee attendance management suggestions

    I agree with you on the spreadsheets, we actually just had some computer upgrades that took us from xp to windows 7. With an interim period on a vista machine(rolls eyes). The database's changed...
  8. Re: employee attendance management suggestions

    I.E.
    read sheets to tables>set tables as dataset?> bind to datagridview's>manipulate data>save tables to xlsx;

    I am just confused on the process I should take to do it sanely, that someone else...
  9. [RESOLVED] employee attendance management suggestions

    Hi there! First post for me, so if I make any mistakes please point them out so I can fix my ways.

    I am using .NET 4.0

    I got stuck with the task of writing attendance management software that...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured