User Profile

Collapse

Profile Sidebar

Collapse
dave1816
dave1816
Last Activity: Dec 24 '07, 04:42 PM
Joined: Nov 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dave1816
    replied to Database issue in VB.NET
    in .NET
    well all that did work until now! all it says now is E_Fail(0x800040 05)

    it works with two tables though but not with three

    this is driving me nuts! lol

    i even tried a new project an get the same issue

    Dave
    See more | Go to post

    Leave a comment:


  • dave1816
    replied to Database issue in VB.NET
    in .NET
    That works great cheers, however the only problem i have i need to add the following collums:

    StudentDetails. StudentNo, StudentDetails. SSurname, StudentDetails. SForname, StudentDetails. Email, StudentResults. Result, Module.ModuleNa me and Module.Credits

    And when i add them to the code you wrote it dose not work i alsoi tryed the following

    Select * from StudentDetails, StudentResult, Module where StudentResults. SNumber...
    See more | Go to post

    Leave a comment:


  • dave1816
    started a topic Database issue in VB.NET
    in .NET

    Database issue in VB.NET

    Hi im newish at VB and an designing a program which hopefully read from three tables and i only know how to connect two.

    The code i used to link the tables two tables is

    "Select StudentDetails. StudentNo, StudentResults. SNumber From StudentResults Inner Join StudentDetails on StudentResults. SNumber = StudentDetails. StudentNO"

    Note:There are more Collums but to make it sort ive only inserted the...
    See more | Go to post

  • dave1816
    started a topic Changing YES AND NO VALUES
    in .NET

    Changing YES AND NO VALUES

    i got to hand my assigment in tomorrow on VB .NET all i basicly want to know is if their is anyway you can change the yes and no values. This would make my life so much easyer if you can! So i can have 1 and 0 instead of 6 and 7. Im sure my teacher told me it is possible but i cant seem to find anything on the web. if not ill post my complicated question and code tomorrow,lol

    Cheers

    Dave
    See more | Go to post
No activity results to display
Show More
Working...