User Profile

Collapse

Profile Sidebar

Collapse
Pachalo
Pachalo
Last Activity: Oct 30 '08, 09:15 AM
Joined: Sep 25 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Pachalo
    started a topic Calculating elapsed time
    in .NET

    Calculating elapsed time

    Morning...

    Am working on a simple billing system and a looking for a code that can help calculate the difference in time between sessions..(am using VB.Net )

    This is what is happening:

    l have a :
    combobox named combobox1
    textbox named txttotalamount
    btnStart
    Timer 1
    btnEnd

    Under btnStart l have the following code:
    Code:
    Me.Timer1.Start()
                Me.Timer1.Start()
    ...
    See more | Go to post
    Last edited by Frinavale; Apr 6 '09, 06:54 PM. Reason: Added [code] tags. Please post code in [code] [/code] tags.

  • Pachalo
    replied to Adding data to a database
    in .NET
    l have tried the above code but i can not be abble to view the results since am having a Syntax error under the INSERT INTO SESSION.. the error reads Character constant must contain exactly one character.
    so l dont know what this error is trying to communicate across please help...
    See more | Go to post

    Leave a comment:


  • Pachalo
    started a topic Adding data to a database
    in .NET

    Adding data to a database

    I would like to add data to a database using text Boxes and l should be able to retrieve that data into a datagrid

    So far l have managed to create a connection between a datagrid and the data base but am failling to have that connection between the text boxes and the database.


    So far this is the scenerio:

    l have an
    OleDbConnection
    an OleDbDataAdapte r
    a dataset named DsSession...
    See more | Go to post
No activity results to display
Show More
Working...