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

Search:

Type: Posts; User: NancyCruz

Search: Search took 0.03 seconds.

  1. How to perform arithmetic operations on the database records using vb.net

    Hello !
    These are my two tables which are named Table1 and Table2 ( I know they aren't good names but I created them hastily)
    In table1 , I have following fields


    [Train_Number],...
  2. Unable to delete record from Ms.Acess using Vb.net

    Hello , I am making a project on railway reservation system in which if a user wants to cancel his ticket , he should enter his phone number and ticket number , after that he ticket will get...
  3. Re: OleDbException Unhandled (No value given for one or more required parameters.)

    Thanks ! Ii works now . I was doing some spelling mistake . :)
  4. Re: OleDbException Unhandled (No value given for one or more required parameters.)

    Thanks for replying ! I changed the code but it still gives me the same error !

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    ...
  5. [RESOLVED] OleDbException Unhandled (No value given for one or more required parameters.)

    Hello ! I am making a project on Railway reservation system in which I want the user should have access to his booking history . The following code access records from two tables in the database ....
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured