VB Project Walkthrough

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Saint Ekaim
    New Member
    • Oct 2007
    • 2

    VB Project Walkthrough

    Hi there. I've just got my Diploma in Computer Science and what I need now is to develop a application so that I'll be able to put it on my CV. I have VB2005 and SQL Server 2005 (both Express Edition) and MS Access 2003 installed.

    I trying to work on an application for video rental store (got it from sashi's reply to someone) but I am pretty much stuck. I know that once I got through this I should be able to build others. Anywhere the specifics are as follows:
    1. Multiuser application
    2. ACL (Access Control List) must be implemented
    (a) Manager - full access
    (b) Head of Department - limited access
    (c) User - limited access
    3. Must include database backup / restore feature (FSO is useful in)
    4. Printing features
    5. Search features
    6. Datahandling - insert/update/delete.

    Problem is, I'll be going for an interview in a months time and I don't have time to read those many books. Can someone please walk me through this from start to finish? I'll greatly appreciate your help. Thanks alot in advance for your time.
  • nev
    Contributor
    • Oct 2007
    • 251

    #2
    jesusss chrrrisst!!!

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      Originally posted by Saint Ekaim
      Problem is, I'll be going for an interview in a months time and I don't have time to read those many books. Can someone please walk me through this from start to finish? I'll greatly appreciate your help. Thanks alot in advance for your time.
      I think you badly need a magic capsule of all that which is sadly not available here.

      Comment

      • Ali Rizwan
        Banned
        Contributor
        • Aug 2007
        • 931

        #4
        Hello,
        I can help you with Access and bit with SQL to But with some of your requirements like, Searching, inserting, updating, adding etc.
        Binding data
        Automatic Backup
        Recovery of Data
        etc.

        But the problem is that i m using VB6
        So all my samples are in Vb6 code but they works in VB2005 as well as in VB6

        So just post your questions.

        GOODLUCK
        ALI

        Comment

        • Saint Ekaim
          New Member
          • Oct 2007
          • 2

          #5
          Thanks alot, you see I'm new to this and what I've asked is too much. Anywhere I'll just post questions regarding this project.

          Saint.

          Originally posted by Ali Rizwan
          Hello,
          I can help you with Access and bit with SQL to But with some of your requirements like, Searching, inserting, updating, adding etc.
          Binding data
          Automatic Backup
          Recovery of Data
          etc.

          But the problem is that i m using VB6
          So all my samples are in Vb6 code but they works in VB2005 as well as in VB6

          So just post your questions.

          GOODLUCK
          ALI

          Comment

          • cugone
            New Member
            • Sep 2007
            • 20

            #6
            I'm a little perplexed at how you have a diploma (BS or MS?) in Computer Science and don't know how to at least do /something/ in that list. It looks like the Manager, User, etc. is just a class data type.

            Comment

            • nev
              Contributor
              • Oct 2007
              • 251

              #7
              Isn't it ironic? Don't you think?

              Comment

              Working...