Results 1 to 3 of 3

Thread: login window VB2005

  1. #1

    Thread Starter
    Member kashi_rock's Avatar
    Join Date
    Apr 2006
    Location
    Delhi (India)
    Posts
    55

    Question login window VB2005

    Dear Friends,

    I am creating a timesheet application for emploee in/out. I have a database named Login.mdb having a table login with three columns: username, paasword & usertype (whether he is user, team laeder or administrator). I am using VB 2005 Express edition.
    Now my problem is that I am very new to VB 2005 & some of VB 6.0 terms like adodb.connect, adodb.recordset are not available in this edition. So I am facing difficulties a lot.
    Can some one please help me out by providing some codes.

    Thanks
    Kashi

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,710

    Re: login window VB2005

    Welcome to the Forums.

    Thread moved from VB6 forum.

    You should be using ADO.NET for your app instead of the older classic ADO library. ADO.NET is integrated with .NET.

    If you are connecting to an Access db then you want to use the OLDDBConnection object.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: login window VB2005

    There are various tutorials in my signature that are either ADO.NET-specific or have ADO.NEt sections. The Start VB.NET tutorial also has a section on Access, although any ADO.NET tutorials are relevant as things are virtually identical no matter what database your connection to.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width