Victorian Institute of Technology Pty Ltd ABN: XXXXXXXXXXRTO No: XXXXXXXXXXTEQSA ID: PRV XXXXXXXXXXCRICOS Provider Code: 02044E S1, 2019 ITAP3010 – Developing Data Access Solutions Page 1 of 4 Student...

1 answer below »
explained in file


Victorian Institute of Technology Pty Ltd ABN: 41 085 128 525 RTO No: 20829 TEQSA ID: PRV14007 CRICOS Provider Code: 02044E S1, 2019 ITAP3010 – Developing Data Access Solutions Page 1 of 4 Student ID: Full name: ITAP3010 Developing Data Access Solutions Due date: Fri Lesson 12 before 5:00PM Submit your work on Moodle in Project folder 50% deduction for Late Submission within one week 0 mark for Late Submission more than one week 0 mark for duplicated Submission or Shared Work You will be marked based on your submitted WORD file on Moodle. You are most welcome to check your file with your lab tutor before your submission. No excuse will be accepted due to absence from lecture or lab classes where details of lab requirements may be given. Please make sure that you attend Lec/Tut EVERY WEEK as low attendance may result in academic penalty or failure of this unit. READ THE FOLLOWING GUIDELINES CAREFULLY AND UNDERSTAND ALL REQUIREMENTS BEFORE STARTING THIS PROJECT Project Submission Your submission will contain a zip folder which should include: 1) A word document outlining the steps you used to create your VS project as well as the outputs by taking screenshots. 2) Your project folder. Put (1) and (2) together in one zipped file called ID_Fname Please be clear that the unit coordinator will not be responsible for a student who is unable to submit successfully working copies of files in their submission. The student will have no further chance to submit files or receive any remarking, if this is the case. Make sure you have fully tested your application before zipping and submitting. Your submission will be unzipped and placed into the marker’s folder directory for marking, so keep this in mind. If there is any exceptional case where a student’s project is unable to be marked, which should not occur, the project will be marked out 10 and the student will receive this mark out 10 as the final mark. Victorian Institute of Technology Pty Ltd ABN: 41 085 128 525 RTO No: 20829 TEQSA ID: PRV14007 CRICOS Provider Code: 02044E S1, 2019 ITAP3010 – Developing Data Access Solutions Page 2 of 4 You will submit the zipped file at the “Project folder on Moodle”. This form is shown to you when you click on “Project” from the Assessment area. The form page contains the terms and conditions of the project such as declaring that you have not plagiarised, have kept a copy of your work, etc. In uploading and submitting your zip file, you are agreeing to these terms and conditions, which you are being bound by in submitting work for the project and receiving a mark for it. Projects will not be accepted and marked 5 days after the submission deadline. 5% of the total project mark is deducted for each business day the project is submitted late. Victorian Institute of Technology Pty Ltd ABN: 41 085 128 525 RTO No: 20829 TEQSA ID: PRV14007 CRICOS Provider Code: 02044E S1, 2019 ITAP3010 – Developing Data Access Solutions Page 3 of 4 Developing Data Access Solutions Project 1. This project is developed to check the coding skills of the students. Use Dafesty as the database to complete the whole project. 2. Create forms for Customer Registration, Issue Transaction, Movies, Country, Find by CustomerID. Use tabbed form to develop all the forms. 3. Modify the Customer Registration form that allows the admin to add, update, delete and search customer records from the database. Also provide the first, last, next and previous buttons to see all the data that is already present in the database. 4. Create a form as shown below which allows the admin to find customer details by Customer ID. Note the output below is a sample output. 5. Create the form for Issue Transaction like the form shown below. The form should display Issue Transaction details in a grid view. The admin should be able to sort the data by Transaction ID. The admin should be able to order the data in ascending or descending order. Victorian Institute of Technology Pty Ltd ABN: 41 085 128 525 RTO No: 20829 TEQSA ID: PRV14007 CRICOS Provider Code: 02044E S1, 2019 ITAP3010 – Developing Data Access Solutions Page 4 of 4 6. Modify Country form as follows. The form should have a combo box for Country. The combo box should have a list of countries. The admin should be able to select a country from the combo box and click on the update button to update the country of that particular Customer. Also provide a next and previous button to go through the data.
Answered Same DayMay 15, 2021ITAP3010

Answer To: Victorian Institute of Technology Pty Ltd ABN: XXXXXXXXXXRTO No: XXXXXXXXXXTEQSA ID: PRV...

Mohd answered on May 18 2021
153 Votes
completed solution/DataAccess.zip
DataAccess/.vs/DataAccess/v15/.suo
DataAccess/.vs/DataAccess/v15/Server/sqlite3/db.lock
DataAccess/.vs/DataAccess/v15/Server/sqlite3/storage.ide
DataAccess/.vs/DataAccess/v15/Server/sqlite3/storage.ide-shm
DataAccess/.vs/DataAccess/v15/Server/sqlite3/storage.ide-wal
DataAccess/DataAccess.sln
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccess", "DataAccess\DataAccess.csproj", "{FCCC08EA-D65B-46C1-BE21-65D596AECC7A}"
EndProject
Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {FCCC08EA-D65B-46C1-BE21-65D596AECC7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {FCCC08EA-D65B-46C1-BE21-65D596AECC7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {FCCC08EA-D65B-46C1-BE21-65D596AECC7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {FCCC08EA-D65B-46C1-BE21-65D596AECC7A}.Release|Any CPU.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
        HideSolutionNode = FALSE
    EndGlobalSection
    GlobalSection(ExtensibilityGlobals) = postSolution
        SolutionGuid = {C6EBB60D-104C-4D86-A8FD-8C85F95C8B28}
    EndGlobalSection
EndGlobal
DataAccess/DataAccess/App.config









DataAccess/DataAccess/app_data/DafestyVideo.mdb
            NumberType            FirstFreeNo
            IssueNumbe            1
            PONumber            1
            CountryCode            CountryName            Currency            TimeZone
            ARG            Argentina                        
            AUS            Australia            AUD            10
            BEL            Belgium                        
            BRA            Brazil                        
            CAN            Canada            CND            -6
            DEN            Denmark                        
            FIN            Finland                        
            FRA            France            FFR            1
            GER            Germany                        
            IND            Indonesia                        
            IRE            Ireland                        
            ITA            Italy                        
            JAP            Japan                        
            KOR            Korea                        
            MAL            Malaysia            RM            8
            MEX            Mexico                        
            NOR            Norway                        
            POL            Poland                        
            POR            Portugal                        
            SIN            Singapore            SGD            8
            SLR            Srilanka            Srp            0
            SPA            Spain                        
            SWE            Sweden                        
            SWZ            Switzerland            SFR            2
            THA            Thailand                        
            UK            UK                        
            USA            USA            USD            -6
            VEN            Venezuela                        
            CustomerID            CustomeName            TelephoneNo
            CustomerID            CustomerName            MemberCategory            Address            City            OldPostalCode            PostalCode            CountryCode            ContactTitle            PhoneNumber            Extension            FaxNumber            EmailAddress            Notes
            1000            Lou Anna Tan            A            Blk 26, Telok Blangah Crescent #22-87, Singapore 0409            Singapore            0409            090026            GER            MS            2732287                                    [email protected]            
            1001            Wong Sook Huey            B            Blk 1007 Teresa Ville Lower Delta Road #06-02, Singapore 0410            Singapore            0410            099310            SIN            MS            2740975                                    [email protected]            
            1002            Ng Choon Seng            C            Blk 63 Bishan St 21 #06-01, Singapore 1057            Singapore            1057            574045            CAN            MR            2580742                                    [email protected]            
            1003            Chew Teck Kuan            D            Blk 109 Bedok North Rd #06-2316, Singapore 1046            Singapore            1046            460109            SIN            MR            4434675                                    [email protected]            
            1111            Steven Ou            C            Blk 244, Bukit Panjang Ring Road, #11-184, Singapore 2367                        2367            670244            BRA            MR            7620324                                    [email protected]            
            1634            Sridharan Jayanthi            A            Blk 232, Jurong East Street 21 #02-436, Singapore 1234            Singapore            1234            600232            SIN            MS            6658037                                    [email protected]            
            1681            Terence Lim            B            Blk 99, Balestier Road, #12-168, Singapore 1232                        1232            320099            SLR            MR            3551385                                    [email protected]            
            1810            Vanessa Ong            C            Blk 20, Eunos Crescent, #04-2965, Singapore 1400            Singapore            1400            400020            SIN            MS            7487923                                    [email protected]            
            1811            Koh Ting Ting            B            Blk 61, Upper Paya Lebar Road, Singapore 1953            Singapore            1953            534816            SIN            MS            2827208                                    [email protected]            
            1818            Chionh Choon Lee            A            Blk 89, Zion Road, #16-137, Singapore 0316            Singapore            0316            160089            SIN            MR            7333100                                    [email protected]            
            2131            Jon            AA            Block 88 Demsey Road #01-01, Singapore 1234            Singapore            1234            234088            SWZ            Ms            7654321                                                
            2233            Too Siew Hong            B            Blk 749, Pasir Ris St 71, #09-66, Singapore 1651            Singapore            1651            510749            SIN            MS            5847682                                    [email protected]            
            2270            Chao Tah Jin Alex            D            Blk 12, Dover Close East, #08-208, Singapore 1027            Singapore            1027            130012            SIN            MR            8721768                                    [email protected]            
            2323            Richard Kwan            A            Blk 27, Marine Crescent, #05-05, Singapore 2345            Singapore            2345            130012            SIN            MR            2352345                                                
            2345            Ng Teck Kie Anthony            A            Blk 105, Gangsa Road, #02-103, Singapore 2367            Singapore            2367            670105            SIN            MR            7690237                                                
            2626            Steven Teo            A            Blk 253, Kim Keat Link, #01-126 Singapore 2345            Singapore            2345                        SIN            MR            3533819                                                
            2669            Boh Lee Ming Lynn            C            Blk 671, Woodlands Dr 71 #04-51, Singapore 0512            Singapore            0512            730671            SIN            Ms                                                [email protected]            
            2688            Kathleen Loh Swat Hong            A            Blk 56, #08-161 Telok Blangah Heights, Singapore 0410            Singapore            0410            100056            SIN            MS            2735765                                    [email protected]            
            2741            Goh Chee Eng            C            Blk 267 Sembawang Drive #08-349 Singapore 2369            Singapore            2369            690267            SIN            MS            5553849                                    [email protected]            
            2820            Ng Wee Hock John            A            Blk 417, Woodlands St 41, #02-143, Singapore 2573            Singapore            2573            730417            SIN            MR            3622055                                    [email protected]            
            2828            Cheryl Song            C            Blk 26, Bayshore Road, #23-07, Singapore 1647            Singapore            1647            469972            FRA            Ms            2459304                                    [email protected]            
            2876            Kan May Yoke Michelle            C            Blk 710 Ang Mo Kio Ave 8 #04-2613, Singapore 2056            Singapore            2056            560710            SIN            MS            4554591                                    [email protected]            
            2983            Cheryl Tan            A            Blk 84, Telok Blangah Heights, #06-323, Singapore 1004            Singapore            1004            100084            SIN            MS            2789967                                    [email protected]            
            3845            Tan Choon Heong            A            Blk 303, Shunfu Road, #03-59, Singapore 4567            Singapore            4567            570303            SIN            MR            3580709                                    [email protected]            
            4312            Leong Wai Fun            A            Blk 43, Hindhede Walk, #04-06, Singapore 1234            Singapore            1234            587973            SWZ            MS            4674116                                    [email protected]            
            4321            Kok Kah Chee            D            Blk 224, Jurong North St 2, #100-01, Singapore 2264            Singapore            2264            600224            MAL            MR            5696231                                    [email protected]            
            4567            Abdul Zaidi            A            Blk 24, Telok Blangah Crescent, #14-14, Singapore 0409            Singapore            0409            090024            SIN            MR            2709466                                    [email protected]            
            5108            Cho Wee Weng            A            Blk 208, Toa Payoh North, #08-1271, Singapore 1234            Singapore            1234            310208            SIN            MR            2541126                                    [email protected]            
            5156            Lee Boon Kiat            A            26A, Lengkong Satu, Singapore 1441            Singapore            1441            417500            SIN            MR            4423368                                                
            5168            Constance Yong            C            Blk 673 Bukit Batok St 67 #08-987 Singapore 1968            Singapore            1968            680673            SIN            MS            7771357                                    [email protected]            
            5489            Ang Kim Beng            A            Blk 208 Bedok North St 3 #12-234 Singapore 1644            Singapore            1644            440208            SIN            MR            4486578                                    [email protected]            
            5568            Kam Teng Mun            A            Blk 894, Tampines St 81,#10-933,Singapore 1646            Singapore            1646            520894            SIN            MR            7825643                                    [email protected]            
            5968            Tan Wei Wei            A            3, Kismis Place, Singapore 2159            Singapore            2159            598154            SIN            MS            4674463                                    [email protected]            
            6542            Lam Yen Hsia            D            Blk 92, Bedok North Ave 4, #08-1491, Singapore 1646            Singapore            1646            460092            SIN            MS            4452718                                    [email protected]            
            6598            Choey Choon Yen            A            30, Dedap Road, Singapore 2880            Singapore            2880            809434            SIN            MR            4847698                                    [email protected]            
            6628            Margaret Ng            A            Blk 835, Hougang Green, #11-221, Singapore 1953            Singapore            1953            530835            SIN            MS            3853767                                    [email protected]            
            6932            Ng Hwee Ling            A            280, Bedok Road, Singapore 1646            Singapore            1646            469437            SIN            MS            2420425                                    [email protected]            
            6969            jason young            D            blk 48 dorset rd #24-111 singapore 0821            Singapore            0821            210048            SIN            MR            6969696                                                
            7345            P Ravichandran            B            Blk 612, Clementi West Street 1, #09-290, Singapore 2612            Singapore            2612            120612            SIN            MR            7755113                                    [email protected]            
            7616            Cheong Pei Sian            B            8 Westwood Walk, Singapore 1234            Singapore            1234            648651            SIN            MS            7918584                                    [email protected]            
            7856            Rajaram Venkatesh            A            Blk 143, Petir road, #07-232, Singapore 3226            Singapore            3226            670143            SIN            Mr            7634227                                                
            8080            Chan Chin Fung            B            6 Dover Rise, #17-11, Singapore 1234            Singapore            1234            138678            SIN            MR            8738529                                    [email protected]            
            8756            Lu Yun Christine            B            Blk 302, Clementi Ave 4, #05-539, Singapore 0302            Singapore            0302            120302            SIN            MS            7759223                                    [email protected]            
            8788            Fu Shou Jeen            A            9 Broadrick Road, Singapore 1543            Singapore            1543            439471            SIN            MR            3468656                                    [email protected]            
            8888            Kelvin Koh            B            Blk 25, Towner Road, #04-09, Singapore 2345            Singapore            2345            559668            SIN            MR            7789876                                                
            8929            Neo Keng Hoe            B            Blk 492 Yishun Ave 4 #18-168 Singapore 2776            Singapore            2776            760492            SIN            MR            7568912                                    [email protected]            
            8973            Loke Je Hong            A            503 Elias Road, Singapore 1851            Singapore            1851            519917            SIN            MR            5827992                                    [email protected]            
            9394            Khoo Chee Huat            B            Blk 315, Ubi Avenue 1, #05-393, Singapore 1234            Singapore            1234            400315            SIN            MR            8425102                                    [email protected]            
            9847            Low Soo Chiew            B            Blk 42, Bedok South Road, #05-747, Singapore 1646            Singapore            1646            460042            SIN            MR            4454331                                    [email protected]            
            9999            Seah Yang Hwee Raymond            A            Blk 410, Sembawang Drive, #14-768, Singapore 1675            Singapore            1675            750610            SIN            MR            5551082                                    [email protected]            
            VideoCode            VideoTitle            MovieType            Rating            Price            Producer            Director            Media            TotalStock            NumberRented            PreviousEpisode
            1000            Lions Of Saharah            Animal Documentary            G            1.5                                                5                        
            1001            Poverty in Russia 1            Real Life Documentary            G            2.0                                                4                        
            1002            Lonely Planet: Japan            Tour Documentary            G            1.5                                                6                        
            1003            Lonely Planet: Paris 1            Tour Documentary            G            2.5                                                3                        
            1004            Poverty in Russia 2            Real Life Documentary            G            3.0                                                5                        1001
            1005            Lonely Planet: Turkey            Tour Documentary            G            3.5                                                3                        
            1006            Birds of Prey            Animal Documentary            G            4.0                                                4                        
            1007            Sharks: Predator or Prey            Animal Documentary            G            2.5                                                3                        
            1008            Lonely Planet: Paris 2            Tour Documentary            G            1.5                                                3                        1003
            1009            Greatest Buildings on Earth            Architecture Documentary            G            2.5                                                5                        
            1010            Greatest Wonders of the World            Architecture Documentary            G            2.0                                                6                        
            1011            Crop Circles: Fact or Fiction            Mystery Documentary            G            1.5                                                2                        
            1012            Animal Kindom of Amazon            Animal Documentary            G            3.0                                                5                        
            1013            African Elephants            Animal Documentary            G            3.5                                                3                        
            EmployeeID            Name            Age            Salary
            E1             Anna             29            2000.0
            E2             Benedict             40            4100.5
            E3             Charles             35            2500.0
            E4             Diana             27            3105.45
            E5             Eileen             32            5900.0
            E6             Freddy             56            1500.0
            EmployeeID            Name            Age            Salary
            E1             Anna             29            2000.0
            E2             Benedict             40            4100.5
            E3             Charles             35            2500.0
            E4             Diana             27            3105.45
            E5             Eileen             32            5900.0
            E6             Freddy             56            1500.0
            TransactionID            CustomerID            VideoCode            DateIssue            DateDue            DateActualReturn            RentalStatus            Remarks
            1            1003            27            12/1/00            12/3/00            11/24/00            in            
            2            4312            55            11/20/00            11/22/00            11/22/00            in            
            3            6598            94            11/20/00            11/22/00            11/23/00            in            
            4            1111            164            11/20/00            11/22/00            11/24/00            in            
            5            4312            291            11/20/00            11/22/00            11/22/00            in            
            6            8756            1            11/20/00            11/22/00            11/23/00            in            
            7            7856            254            11/20/00            11/22/00            11/20/00            in            
            8            8756            232            11/20/00            11/22/00            11/24/00            in            
            9            1000            299            11/20/00            11/22/00            11/24/00            in            
            10            1818            38            11/20/00            11/22/00            11/21/00            in            
            11            2270            244            11/20/00            11/22/00            11/21/00            in            
            12            8973            96            11/20/00            11/22/00            11/20/00            in            
            13            5108            202            11/20/00            11/22/00            11/21/00            in            
            14            3845            87            11/20/00            11/22/00            11/20/00            in            
            15            2983            13            11/20/00            11/22/00            11/22/00            in            
            16            5489            4            11/20/00            11/22/00            11/22/00            in            
            17            2828            17            11/20/00            11/22/00            11/20/00            in            
            18            8929            250            11/20/00            11/22/00            11/22/00            in            
            19            2983            280            11/20/00            11/22/00            11/23/00            in            
            20            2131            303            11/20/00            11/22/00            11/20/00            in            
            21            5156            207            11/20/00            11/22/00            11/22/00            in            
            22            5156            120            11/20/00            11/22/00            11/20/00            in            
            23            2741            188            11/20/00            11/22/00            11/22/00            in            
            24            2820            168            11/20/00            11/22/00            11/22/00            in            
            25            2820            158            11/20/00            11/22/00            11/23/00            in            
            26            2626            45            11/20/00            11/22/00            11/22/00            in            
            27            2688            33            11/20/00            11/22/00            11/24/00            in            
            28            5108            149            11/20/00            11/22/00            11/24/00            in            
            29            4567            157            11/20/00            11/22/00            11/23/00            in            
            30            8756            284            11/20/00            11/22/00            11/20/00            in            
            31            3845            8            11/20/00            11/22/00            11/23/00            in            
            32            5108            121            11/20/00            11/22/00            11/22/00            in            
            33            1634            28            11/20/00            11/22/00            11/23/00            in            
            34            1003            243            11/20/00            11/22/00            11/24/00            in            
            35            1003            278            11/20/00            11/22/00            11/20/00            in            
            36            7856            115            11/20/00            11/22/00            11/24/00            in            
            37            1818            20            11/20/00            11/22/00            11/20/00            in            
            38            6542            282            11/20/00            11/22/00            11/23/00            in            
            39            2669            192            11/20/00            11/22/00            11/23/00            in            
            40            2820            297            11/20/00            11/22/00            11/24/00            in            
            41            2688            223            11/20/00            11/22/00            11/20/00            in            
            42            1634            169            11/20/00            11/22/00            11/20/00            in            
            43            1111            76            11/20/00            11/22/00            11/21/00            in            
            44            5568            82            11/20/00            11/22/00            11/22/00            in            
            45            6598            47            11/20/00            11/22/00            11/24/00            in            
            46            5156            112            11/20/00            11/22/00            11/23/00            in            
            47            7345            292            11/20/00            11/22/00            11/23/00            in            
            48            6969            141            11/20/00            11/22/00            11/23/00            in            
            49            9394            292            11/20/00            11/22/00            11/20/00            in            
            50            2820            302            11/20/00            11/22/00            11/20/00            in            
            51            8756            57            11/21/00            11/23/00            11/24/00            in            
            52            8973            112            11/21/00            11/23/00            11/22/00            in            
            53            9394            294            11/21/00            11/23/00            11/24/00            in            
            54            6598            227            11/21/00            11/23/00            11/22/00            in            
            55            2323            99            11/21/00            11/23/00            11/24/00            in            
            56            4312            137            11/21/00            11/23/00            11/25/00            in            
            57            2345            141            11/21/00            11/23/00            11/24/00            in            
            58            1810            248            11/21/00            11/23/00            11/23/00            in            
            59            2626            72            11/21/00            11/23/00            11/21/00            in            
            60            2741            290            11/21/00            11/23/00            11/25/00            in            
            61            2233            163            11/21/00            11/23/00            11/21/00            in            
            62            2345            129            11/21/00            11/23/00            11/25/00            in            
            63            5156            112            11/21/00            11/23/00            11/21/00            in            
            64            9847            88            11/21/00            11/23/00            11/25/00            in            
            65            8929            186            11/21/00            11/23/00            11/22/00            in            
            66            5489            146            11/21/00            11/23/00            11/22/00            in            
            67            2669            290            11/21/00            11/23/00            11/21/00            in            
            68            9394            258            11/21/00            11/23/00            11/25/00            in            
            69            6542            111            11/21/00            11/23/00            11/24/00            in            
            70            2669            86            11/21/00            11/23/00            11/23/00            in            
            71            1111            132            11/21/00            11/23/00            11/25/00            in            
            72            5168            216            11/21/00            11/23/00            11/21/00            in            
            73            8756            263            11/21/00            11/23/00            11/25/00            in            
            74            2323            197            11/21/00            11/23/00            11/22/00            in            
            75            2270            105            11/21/00            11/23/00            11/23/00            in            
            76            2323            307            11/21/00            11/23/00            11/25/00            in            
            77            5568            251            11/21/00            11/23/00            11/22/00            in            
            78            8788            37            11/21/00            11/23/00            11/21/00            in            
            79            2820            44            11/21/00            11/23/00            11/21/00            in            
            80            2233            63            11/21/00            11/23/00            11/21/00            in            
            81            2270            97            11/21/00            11/23/00            11/24/00            in            
            82            5489            199            11/21/00            11/23/00            11/24/00            in            
            83            2669            165            11/21/00            11/23/00            11/24/00            in            
            84            2828            284            11/21/00            11/23/00            11/23/00            in            
            85            2820            192            11/21/00            11/23/00            11/25/00            in            
            86            5568            66            11/21/00            11/23/00            11/22/00            in            
            87            8080            281            11/21/00            11/23/00            11/21/00            in            
            88            8080            208            11/21/00            11/23/00            11/24/00            in            
            89            8888            80            11/21/00            11/23/00            11/21/00            in            
            90            4312            12            11/21/00            11/23/00            11/22/00            in            
            91            2345            29            11/21/00            11/23/00            11/22/00            in            
            92            1002            60            11/21/00            11/23/00            11/23/00            in            
            93            5108            133            11/21/00            11/23/00            11/21/00            in            
            94            2876            240            11/21/00            11/23/00            11/25/00            in            
            95            8973            114            11/21/00            11/23/00            11/25/00            in            
            96            8080            244            11/21/00            11/23/00            11/22/00            in            
            97            4321            180            11/21/00            11/23/00            11/24/00            in            
            98            5489            26            11/21/00            11/23/00            11/24/00            in            
            99            8788            198            11/21/00            11/23/00            11/24/00            in            
            100            1818            310            11/21/00            11/23/00            11/25/00            in            
            101            4312            86            11/22/00            11/24/00            11/23/00            in            
            102            7616            144            11/22/00            11/24/00            11/26/00            in            
            103            8888            300            11/22/00            11/24/00            11/23/00            in            
            104            5968            175            11/22/00            11/24/00            11/26/00            in            
            105            5108            98            11/22/00            11/24/00            11/24/00            in            
            106            1681            74            11/22/00            11/24/00            11/25/00            in            
            107            1681            86            11/22/00            11/24/00            11/25/00            in            
            108            5568            175            11/22/00            11/24/00            11/25/00            in            
            109            9847            24            11/22/00            11/24/00            11/26/00            in            
            110            2669            283            11/22/00            11/24/00            11/22/00            in            
            111            1810            117            11/22/00            11/24/00            11/23/00            in            
            112            2270            265            11/22/00            11/24/00            11/22/00            in            
            113            2983            45            11/22/00            11/24/00            11/22/00            in            
            114            1002            206            11/22/00            11/24/00            11/26/00            in            
            115            2131            47            11/22/00            11/24/00            11/25/00            in            
            116            2741            223            11/22/00            11/24/00            11/23/00            in            
            117            4567            46            11/22/00            11/24/00            11/23/00            in            
            118            2688            58            11/22/00            11/24/00            11/22/00            in            
            119            8788            21            11/22/00            11/24/00            11/24/00            in            
            120            6542            256            11/22/00            11/24/00            11/24/00            in            
            121            2233            277            11/22/00            11/24/00            11/22/00            in            
            122            6969            224            11/22/00            11/24/00            11/25/00            in            
            123            6542            285            11/22/00            11/24/00            11/25/00            in            
            124            2233            111            11/22/00            11/24/00            11/26/00            in            
            125            1003            214            11/22/00            11/24/00            11/26/00            in            
            126            2131            102            11/22/00            11/24/00            11/22/00            in            
            127            2669            238            11/22/00            11/24/00            11/26/00            in            
            128            2669            149            11/22/00            11/24/00            11/26/00            in            
            129            1003            1            11/22/00            11/24/00            11/25/00            in            
            130            5156            148            11/22/00            11/24/00            11/24/00            in            
            131            9847            71            11/22/00            11/24/00            11/25/00            in            
            132            2345            300            11/22/00            11/24/00            11/25/00            in            
            133            2345            90            11/22/00            11/24/00            11/24/00            in            
            134            1001            252            11/22/00            11/24/00            11/24/00            in            
            135            5489            294            11/22/00            11/24/00            11/22/00            in            
            136            7616            46            11/22/00            11/24/00            11/25/00            in            
            137            5156            30            11/22/00            11/24/00            11/23/00            in            
            138            1810            63            11/22/00            11/24/00            11/26/00            in            
            139            1003            88            11/22/00            11/24/00            11/22/00            in            
            140            2688            28            11/22/00            11/24/00            11/24/00            in            
            141            2345            137            11/22/00            11/24/00            11/25/00            in            
            142            9394            21            11/22/00            11/24/00            11/22/00            in            
            143            8973            113            11/22/00            11/24/00            11/26/00            in            
            144            1003            309            11/22/00            11/24/00            11/26/00            in            
            145            5168            126            11/22/00            11/24/00            11/26/00            in            
            146            1634            274            11/22/00            11/24/00            11/24/00            in            
            147            8888            84            11/22/00            11/24/00            11/25/00            in            
            148            4567            271            11/22/00            11/24/00            11/26/00            in            
            149            8929            3            11/22/00            11/24/00            11/23/00            in            
            150            8080            309            11/22/00            11/24/00            11/22/00            in            
            151            2233            169            11/23/00            11/25/00            11/27/00            in            
            152            1818            153            11/23/00            11/25/00            11/24/00            in            
            153            2983            97            11/23/00            11/25/00            11/23/00            in            
            154            2876            211            11/23/00            11/25/00            11/23/00            in            
            155            6969            283            11/23/00            11/25/00            11/24/00            in            
            156            6598            162            11/23/00            11/25/00            11/26/00            in            
            157            2688            239            11/23/00            11/25/00            11/24/00            in            
            158            5968            132            11/23/00            11/25/00            11/26/00            in            
            159            6542            84            11/23/00            11/25/00            11/24/00            in            
            160            6932            300            11/23/00            11/25/00            11/24/00            in            
            161            5168            263            11/23/00            11/25/00            11/27/00            in            
            162            8929            150            11/23/00            11/25/00            11/24/00            in            
            163            1000            289            11/23/00            11/25/00            11/23/00            in            
            164            9847            258            11/23/00            11/25/00            11/27/00            in            
            165            5968            271            11/23/00            11/25/00            11/23/00            in            
            166            1000            205            11/23/00            11/25/00            11/27/00            in            
            167            1234            27            11/23/00            11/25/00            11/27/00            in            
            168            2270            15            11/23/00            11/25/00            11/27/00            in            
            169            1001            49            11/23/00            11/25/00            11/23/00            in            
            170            8756            115            11/23/00            11/25/00            11/24/00            in            
            171            2820            179            11/23/00            11/25/00            11/25/00            in            
            172            2131            206            11/23/00            11/25/00            11/24/00            in            
            173            1811            111            11/23/00            11/25/00            11/23/00            in            
            174            6542            293            11/23/00            11/25/00            11/27/00            in            
            175            5108            255            11/23/00            11/25/00            11/23/00            in            
            176            8788            68            11/23/00            11/25/00            11/23/00            in            
            177            7856            19            11/23/00            11/25/00            11/26/00            in            
            178            2688            42            11/23/00            11/25/00            11/27/00            in            
            179            5968            32            11/23/00            11/25/00            11/26/00            in            
            180            5568            146            11/23/00            11/25/00            11/23/00            in            
            181            1681            210            11/23/00            11/25/00            11/23/00            in            
            182            1002            303            11/23/00            11/25/00            11/27/00            in            
            183            7616            13            11/23/00            11/25/00            11/23/00            in            
            184            5568            84            11/23/00            11/25/00            11/25/00            in            
            185            5968            156            11/23/00            11/25/00            11/24/00            in            
            186            9999            238            11/23/00            11/25/00            11/27/00            in            
            187            8929            93            11/23/00            11/25/00            11/27/00            in            
            188            1634            241            11/23/00            11/25/00            11/27/00            in            
            189            1000            44            11/23/00            11/25/00            11/23/00            in            
            190            5968            127            11/23/00            11/25/00            11/27/00            in            
            191            7616            188            11/23/00            11/25/00            11/26/00            in            
            192            2131            259            11/23/00            11/25/00            11/25/00            in            
            193            2270            19            11/23/00            11/25/00            11/23/00            in            
            194            1681            295            11/23/00            11/25/00            11/27/00            in            
            195            2626            297            11/23/00            11/25/00            11/27/00            in            
            196            8929            212            11/23/00            11/25/00            11/25/00            in            
            197            1810            150            11/23/00            11/25/00            11/25/00            in            
            198            6598            110            11/23/00            11/25/00            11/26/00            in            
            199            1811            36            11/23/00            11/25/00            11/23/00            in            
            200            2233            267            11/23/00            11/25/00            11/26/00            in            
            201            9847            145            11/24/00            11/26/00            11/27/00            in            
            202            5568            182            11/24/00            11/26/00            11/27/00            in            
            203            2983            115            11/24/00            11/26/00                        out            
            204            8929            115            11/24/00            11/26/00            11/27/00            in            
            205            2270            94            11/24/00            11/26/00            11/24/00            in            
            206            2983            271            11/24/00            11/26/00                        out            
            207            8756            144            11/24/00            11/26/00            11/26/00            in            
            208            8756            39            11/24/00            11/26/00            11/24/00            in            
            209            1811            26            11/24/00            11/26/00            11/25/00            in            
            210            1811            85            11/24/00            11/26/00            11/27/00            in            
            211            8756            272            11/24/00            11/26/00            11/26/00            in            
            212            2688            187            11/24/00            11/26/00            11/26/00            in            
            213            7856            188            11/24/00            11/26/00            11/26/00            in            
            214            9394            147            11/24/00            11/26/00            11/24/00            in            
            215            2688            87            11/24/00            11/26/00            11/26/00            in            
            216            2131            235            11/24/00            11/26/00            11/27/00            in            
            217            8788            132            11/24/00            11/26/00            11/26/00            in            
            218            8788            254            11/24/00            11/26/00            11/24/00            in            
            219            3845            95            11/24/00            11/26/00            11/26/00            in            
            220            2270            66            11/24/00            11/26/00            11/24/00            in            
            221            5568            85            11/24/00            11/26/00            11/24/00            in            
            222            2131            194            11/24/00            11/26/00            11/26/00            in            
            223            4312            151            11/24/00            11/26/00            11/26/00            in            
            224            1001            212            11/24/00            11/26/00            11/24/00            in            
            225            1234            196            11/24/00            11/26/00                        out            
            226            6598            223            11/24/00            11/26/00            11/27/00            in            
            227            2270            162            11/24/00            11/26/00            11/25/00            in            
            228            8756            192            11/24/00            11/26/00            11/26/00            in            
            229            2828            185            11/24/00            11/26/00            11/24/00            in            
            230            1002            75            11/24/00            11/26/00            11/26/00            in            
            231            6628            233            11/24/00            11/26/00            11/25/00            in            
            232            9999            51            11/24/00            11/26/00            11/26/00            in            
            233            4321            310            11/24/00            11/26/00            11/27/00            in            
            234            1000            214            11/24/00            11/26/00            11/26/00            in            
            235            5489            276            11/24/00            11/26/00            11/25/00            in            
            236            1681            97            11/24/00            11/26/00                        out            
            237            1234            231            11/24/00            11/26/00            11/24/00            in            
            238            2345            63            11/24/00            11/26/00                        out            
            239            6598            3            11/24/00            11/26/00            11/26/00            in            
            240            2323            97            11/24/00            11/26/00                        out            
            241            7616            138            11/24/00            11/26/00            11/25/00            in            
            242            1111            42            11/24/00            11/26/00            11/26/00            in            
            243            8756            247            11/24/00            11/26/00            11/25/00            in            
            244            2983            114            11/24/00            11/26/00            11/24/00            in            
            245            4567            84            11/24/00            11/26/00            11/25/00            in            
            246            4312            259            11/24/00            11/26/00            11/26/00            in            
            247            7856            306            11/24/00            11/26/00            11/26/00            in            
            248            1810            167            11/24/00            11/26/00                        out            
            249            2270            15            11/24/00            11/26/00            11/27/00            in            
            250            5156            212            11/24/00            11/26/00            11/24/00            in            
            251            7616            44            11/25/00            11/27/00            12/3/01            in             Returned
            252            7856            290            11/25/00            11/27/00            11/26/00            in            
            253            8080            198            11/25/00            11/27/00                        out            
            254            2626            127            11/25/00            11/27/00                        out            
            255            5968            197            11/25/00            11/27/00            11/25/00            in            
            256            2741            30            11/25/00            11/27/00            11/25/00            in            
            257            2270            161            11/25/00            11/27/00                        out            
            258            1002            198            11/25/00            11/27/00            11/25/00            in            
            259            1810            264            11/25/00            11/27/00                        out            
            260            4321            228            11/25/00            11/27/00            11/27/00            in            
            261            9999            212            11/25/00            11/27/00                        out            
            262            1002            206            11/25/00            11/27/00                        out            
            263            4321            218            11/25/00            11/27/00                        out            
            264            6542            178            11/25/00            11/27/00                        out            
            265            6969            220            11/25/00            11/27/00                        out            
            266            2828            163            11/25/00            11/27/00            11/27/00            in            
            267            1811            108            11/25/00            11/27/00                        out            
            268            6542            180            11/25/00            11/27/00            11/26/00            in            
            269            2345            44            11/25/00            11/27/00            11/26/00            in            
            270            1681            87            11/25/00            11/27/00            11/25/00            in            
            271            8888            58            11/25/00            11/27/00                        out            
            272            2688            113            11/25/00            11/27/00                        out            
            273            6969            32            11/25/00            11/27/00                        out            
            274            4321            177            11/25/00            11/27/00                        out            
            275            9999            26            11/25/00            11/27/00                        out            
            276            5489            266            11/25/00            11/27/00                        out            
            277            8888            43            11/25/00            11/27/00            11/26/00            in            
            278            6598            124            11/25/00            11/27/00            11/25/00            in            
            279            9847            269            11/25/00            11/27/00                        out            
            280            6542            66            11/25/00            11/27/00                        out            
            281            8788            106            11/25/00            11/27/00            11/26/00            in            
            282            5156            62            11/25/00            11/27/00            11/27/00            in            
            283            1818            9            11/25/00            11/27/00            11/27/00            in            
            284            3845            5            11/25/00            11/27/00            11/27/00            in            
            285            1811            216            11/25/00            11/27/00                        out            
            286            8929            35            11/25/00            11/27/00                        out            
            287            1634            238            11/25/00            11/27/00            11/25/00            in            
            288            3845            212            11/25/00            11/27/00            11/26/00            in            
            289            7616            216            11/25/00            11/27/00            11/25/00            in            
            290            6598            170            11/25/00            11/27/00            11/25/00            in            
            291            2741            49            11/25/00            11/27/00                        out            
            292            5489            36            11/25/00            11/27/00            11/26/00            in            
            293            4321            64            11/25/00            11/27/00                        out            
            294            6542            300            11/25/00            11/27/00            11/26/00            in            
            295            3845            215            11/25/00            11/27/00            11/26/00            in            
            296            5108            207            11/25/00            11/27/00            11/27/00            in            
            297            7345            179            11/25/00            11/27/00                        out            
            298            2688            292            11/25/00            11/27/00            11/25/00            in            
            299            4321            301            11/25/00            11/27/00            11/25/00            in            
            300            1811            82            11/25/00            11/27/00            11/25/00            in            
            301            2983            304            11/26/00            11/28/00                        out            
            302            9999            139            11/26/00            11/28/00                        out            
            303            2626            220            11/26/00            11/28/00                        out            
            304            2323            273            11/26/00            11/28/00                        out            
            305            1681            11            11/26/00            11/28/00                        out            
            306            9847            129            11/26/00            11/28/00                        out            
            307            5489            302            11/26/00            11/28/00            11/26/00            in            
            308            5168            49            11/26/00            11/28/00            11/26/00            in            
            309            2983            214            11/26/00            11/28/00                        out            
            310            4312            161            11/26/00            11/28/00            11/27/00            in            
            311            6542            200            11/26/00            11/28/00                        out            
            312            9999            116            11/26/00            11/28/00                        out            
            313            8080            85            11/26/00            11/28/00            11/27/00            in            
            314            2626            68            11/26/00            11/28/00                        out            
            315            1003            58            11/26/00            11/28/00                        out            
            316            1000            179            11/26/00            11/28/00            11/27/00            in            
            317            2345            286            11/26/00            11/28/00            11/27/00            in            
            318            9999            24            11/26/00            11/28/00                        out            
            319            6932            187            11/26/00            11/28/00            11/26/00            in            
            320            5108            7            11/26/00            11/28/00                        out            
            321            7856            39            11/26/00            11/28/00            11/26/00            in            
            322            1003            90            11/26/00            11/28/00            11/26/00            in            
            323            2233            208            11/26/00            11/28/00            11/26/00            in            
            324            8788            270            11/26/00            11/28/00            11/26/00            in            
            325            5108            199            11/26/00            11/28/00                        out            
            326            8888            151            11/26/00            11/28/00            11/27/00            in            
            327            2820            136            11/26/00            11/28/00                        out            
            328            8756            12            11/26/00            11/28/00            11/27/00            in            
            329            6542            176            11/26/00            11/28/00                        out            
            330            2323            241            11/26/00            11/28/00            11/26/00            in            
            331            9999            301            11/26/00            11/28/00                        out            
            332            2820            144            11/26/00            11/28/00                        out            
            333            1810            221            11/26/00            11/28/00            11/26/00            in            
            334            7345            14            11/26/00            11/28/00            11/27/00            in            
            335            7856            89            11/26/00            11/28/00            11/27/00            in            
            336            2345            139            11/26/00            11/28/00                        out            
            337            1003            64            11/26/00            11/28/00                        out            
            338            8929            162            11/26/00            11/28/00            11/26/00            in            
            339            1002            205            11/26/00            11/28/00            11/27/00            in            
            340            1003            116            11/26/00            11/28/00            11/27/00            in            
            341            8788            117            11/26/00            11/28/00            11/27/00            in            
            342            8756            165            11/26/00            11/28/00            11/26/00            in            
            343            7345            12            11/26/00            11/28/00            11/27/00            in            
            344            2345            190            11/26/00            11/28/00                        out            
            345            1818            254            11/26/00            11/28/00            11/26/00            in            
            346            2323            181            11/26/00            11/28/00                        out            
            347            6598            259            11/26/00            11/28/00            11/27/00            in            
            348            1234            215            11/26/00            11/28/00                        out            
            349            6969            243            11/26/00            11/28/00                        out            
            350            3845            202            11/26/00            11/28/00                        out            
            351            2345            267            11/27/00            11/29/00            11/27/00            in            
            352            7856            224            11/27/00            11/29/00                        out            
            353            2820            243            11/27/00            11/29/00                        out            
            354            6542            222            11/27/00            11/29/00                        out            
            355            1234            185            11/27/00            11/29/00                        out            
            356            1000            22            11/27/00            11/29/00                        out            
            357            6628            140            11/27/00            11/29/00                        out            
            358            5968            178            11/27/00            11/29/00                        out            
            359            1681            207            11/27/00            11/29/00                        out            
            360            6969            90            11/27/00            11/29/00                        out            
            361            5108            201            11/27/00            11/29/00                        out            
            362            5968            272            11/27/00            11/29/00                        out            
            363            8888            175            11/27/00            11/29/00                        out            
            364            1003            83            11/27/00            11/29/00                        out            
            365            1000            253            11/27/00            11/29/00            11/27/00            in            
            366            3845            132            11/27/00            11/29/00                        out            
            367            1818            203            11/27/00            11/29/00                        out            
            368            5489            208            11/27/00            11/29/00                        out            
            369            5168            184            11/27/00            11/29/00                        out            
            370            7616            226            11/27/00            11/29/00                        out            
            371            5968            117            11/27/00            11/29/00            11/27/00            in            
            372            7616            186            11/27/00            11/29/00                        out            
            373            6542            210            11/27/00            11/29/00                        out            
            374            6969            242            11/27/00            11/29/00                        out            
            375            1634            241            11/27/00            11/29/00                        out            
            376            8756            163            11/27/00            11/29/00                        out            
            377            1234            290            11/27/00            11/29/00                        out            
            378            9394            40            11/27/00            11/29/00                        out            
            379            2983            58            11/27/00            11/29/00                        out            
            380            4312            143            11/27/00            11/29/00                        out            
            381            1634            231            11/27/00            11/29/00                        out            
            382            2741            51            11/27/00            11/29/00                        out            
            383            6628            79            11/27/00            11/29/00            11/27/00            in            
            384            3845            113            11/27/00            11/29/00            11/27/00            in            
            385            5968            196            11/27/00            11/29/00                        out            
            386            9394            205            11/27/00            11/29/00                        out            
            387            2345            49            11/27/00            11/29/00                        out            
            388            6932            259            11/27/00            11/29/00            11/27/00            in            
            389            5168            33            11/27/00            11/29/00                        out            
            390            8973            177            11/27/00            11/29/00                        out            
            391            5108            26            11/27/00            11/29/00                        out            
            392            4312            3            11/27/00            11/29/00                        out            
            393            4312            246            11/27/00            11/29/00                        out            
            394            9847            25            11/27/00            11/29/00                        out            
            395            5168            305            11/27/00            11/29/00                        out            
            396            8788            241            11/27/00            11/29/00                        out            
            397            5156            235            11/27/00            11/29/00            11/27/00            in            
            398            1003            286            11/27/00            11/29/00                        out            
            399            2669            160            11/27/00            11/29/00            11/27/00            in            
            400            1111            4            10/18/02            10/21/02                                    
            MemberCategory            MemberCatDescription
            A            A Class
            B            B Class
            C            C Class
            VideoCode            MovieTitle            MovieType            Rating            RentalPrice            Producer            Director            Media            TotalStock            NumberRented
            1            Star Trek 3: Search for Spock            Sci-fi            PG            1.5            Warner            Chew Teck Kuan                        7            0
            2            Star Trek 4: The Voyage Home            Sci-fi            PG            1.5            Universal            Steven Ou                        0            0
            3            Star Trek 5: The Final Frontier            Sci-fi            PG            1.5            Pixar            Tan Bak Wei                        3            1
            4            Demolition Man            Action            R            1.5            Universal            Chao Tah Jin Alex                        3            1
            5            Nemesis            Action            R            1.5            Universal            Koh Ting Ting                        4            0
            6            Full Eclipse            Action            R            1.5            RainTree            Lu Yun Christine                        6            0
            7            Marked for Death            Action            U            1.5            20th            Kelvin Koh                        3            1
            8            Black Rain            Drama            R            1.5            Pixar            jason young                        4            0
            9            Red Heat            Action            R            1.5            Warner            Tan Wei Wei                        4            0
            10            Die Hard            Action            R            1.5            Warner            Ng Teck Kie Anthony                        2            0
            11            Die Hard 2            Action            R            1.5            Pixar            Steven Teo                        6            1
            12            The Last Starfighter            Sci-fi            PG            1.5            Walt            Ng Hwee Ling                        7            0
            13            UHF            Comedy            PG            1.5            Pixar            Kathleen Loh Swat Hong                        5            0
            14            Firebirds            Action            PG            2.0            20th            Lam Yen Hsia                        2            0
            15            Red Scorpion            Action            R            1.5            RainTree            Lam Yen Hsia                        1            0
            16            The Hunt for Red October            Action            PG            2.0            Pixar            Lam Yen Hsia                        2            0
            17            The Godfather 3            Drama            R            1.5            Warner            Kam Teng Mun                        3            0
            18            Navy Seals            Action            R            1.5            Pixar            Vanessa Ong                        5            0
            19            The Punisher            Action            R            1.5            RainTree            Loke Je Hong                        1            0
            20            Tango and Cash            Action            U            2.0            Universal            Richard Kwan                        6            0
            21            Hard to Kill            Action            R            2.0            RainTree            Chew Teck Kuan                        1            0
            22            Big Trouble in Little China            Action            R            1.5            Walt            Choey Choon Yen                        6            1
            23            Harlem Nights            Comedy            R            2.0            Walt            Steven Ou                        3            0
            24            Star Wars: Making of a Saga            Sci-fi            U            2.0            Walt            Jon                        6            1
            25            Teenage Mutant Ninja Turtles 2            Action            PG            2.0            20th            Steven Teo                        4            1
            26            I Come in Peace            Action            R            2.0            Warner            Ng Teck Kie Anthony                        4            2
            27            Air America            Comedy            R            2.0            Columbia            Ng Teck Kie Anthony                        4            0
            28            The Untouchables            Drama            PG            2.0            20th            Terence Lim                        3            0
            29            Red Dawn            Drama            PG            2.0            Warner            Kam Teng Mun                        1            0
            30            Strange Brew            Comedy            PG            2.0            RainTree            Chao Tah Jin Alex                        4            0
            31            Pretty Woman            Drama            R            2.0            RainTree            Tan Choon Heong                        1            0
            32            It            Drama            PG            2.0            20th            Lee Boon Kiat                        4            1
            33            Lethal Weapon            Action            R            2.0            Walt            P Ravichandran                        4            1
            34            Nasty Boys            Action            PG            2.0            Pixar            Terence Lim                        4            0
            35            Steel Dawn            Action            PG            2.0            Pixar            Too Siew Hong                        2            1
            36            Ghostbusters            Comedy            PG            2.0            RainTree            Loke Je Hong                        6            0
            37            Iron Eagle 2            Action            PG            2.0            RainTree            Abdul Zaidi                        6            0
            38            Predator            Action            R            2.0            Warner            Cheryl Song                        3            0
            39            Iron Eagle            Action            PG            2.0            Pixar            Kok Kah Chee                        5            0
            40            Dark Man            Drama            R            1.0            Warner            Chionh Choon Lee                        6            1
            41            Kick Boxer            Action            R            2.0            Pixar            Lam Yen Hsia                        2            0
            42            Men at Work            Comedy            U            2.0            Columbia            Seah Yang Hwee Raymond                        6            0
            43            Lost Boys            Drama            U            2.0            20th            Lu Yun Christine                        0            0
            44            Total Recall            Action            R            2.0            RainTree            Too Siew Hong                        3            1
            45            The First Power            Drama            R            2.0            Warner            Cho Wee Weng                        6            0
            46            Dead Poet Society            Drama            R            2.0            Pixar            Too Siew Hong                        1            0
            47            Twins            Comedy            PG            2.0            RainTree            Steven Teo                        4            0
            48            Flatliners            Drama            R            1.0            Pixar            Ng Hwee Ling                        7            0
            49            Above the Law            Action            R            2.0            Walt            Too Siew Hong                        4            2
            50            The Terminator            Action            R            2.0            Universal            Sridharan Jayanthi                        3            0
            51            Blood Ties            Drama            PG            2.0            Pixar            Cheong Pei Sian                        2            1
            52            Toy Soldiers            Action            PG            2.0            R
ainTree            Chao Tah Jin Alex                        3            0
            53            The Princess Bride            Comedy            PG            1.0            Columbia            Kelvin Koh                        2            0
            54            Freejack            Sci-fi            R            3.0            Warner            Rajaram Venkatesh                        5            0
            55            FX 2            Action            R            2.0            Columbia            Kelvin Koh                        1            0
            56            The Rocketeer            Action            PG            2.0            Walt            Seah Yang Hwee Raymond                        4            0
            57            Terminator 2: Judgement Day            Action            R            2.0            Walt            Kathleen Loh Swat Hong                        1            0
            58            Warlock            Horror            R            2.0            Universal            Cheryl Tan                        5            3
            59            Eve of Destruction            Action            R            2.0            Columbia            Leong Wai Fun                        6            0
            60            Hot Shots            Comedy            PG            2.0            20th            Jon                        6            0
            61            Firestarter            Drama            R            2.0            Columbia            Margaret Ng                        1            0
            62            The Abyss            Drama            R            2.0            20th            Goh Chee Eng                        5            0
            63            Pump Up the Volume            Drama            R            2.0            Columbia            Kok Kah Chee                        1            1
            64            Dick Tracy            Action            PG            2.0            Pixar            Richard Kwan                        4            2
            65            Gremlins 2: The New Batch            Comedy            PG            2.0            Columbia            Low Soo Chiew                        0            0
            66            Home Alone            Comedy            PG            2.0            Pixar            Koh Ting Ting                        5            1
            67            Groundhog Day            Comedy            PG            2.0            Walt            Seah Yang Hwee Raymond                        7            0
            68            Fire in the Sky            Drama            R            2.0            Warner            Kam Teng Mun                        2            1
            69            Caddyshack            Comedy            R            2.0            Pixar            Fu Shou Jeen                        5            0
            70            Coming to America            Comedy            R            2.0            Pixar            Ng Choon Seng                        2            0
            71            Predator 2            Action            R            2.0            Pixar            Kan May Yoke Michelle                        2            0
            72            I'm Gonna Git you Sucka            Comedy            R            2.0            20th            Steven Teo                        0            0
            73            Career Opportunities            Adventure            R            2.0            Walt            Loke Je Hong                        3            0
            74            Highlander            Action            R            2.0            Pixar            Terence Lim                        3            0
            75            Fantasia            Animation            U            2.0            Warner            Cho Wee Weng                        0            0
            76            Backdraft            Action            R            2.0            20th            Cho Wee Weng                        5            0
            77            Weird Science            Comedy            R            2.0            Walt            Kok Kah Chee                        6            0
            78            The Final Countdown            Drama            PG            2.0            RainTree            Kok Kah Chee                        1            0
            79            Hudson Hawk            Comedy            PG            2.0            Columbia            Chao Tah Jin Alex                        6            0
            80            What about Bob            Comedy            PG            2.0            Universal            Abdul Zaidi                        7            0
            81            Oscar            Comedy            PG            2.0            RainTree            Chao Tah Jin Alex                        5            0
            82            The Last Boy Scout            Action            R            2.0            Columbia            Margaret Ng                        0            0
            83            Eric the Viking            Comedy            R            2.0            Warner            Tan Choon Heong                        7            1
            84            If Looks can Kill            Comedy            PG            2.0            Pixar            Boh Lee Ming Lynn                        7            0
            85            Regarding Henry            Drama            R            1.0            Warner            Choey Choon Yen                        2            0
            86            Cast a Deadly Spell            Drama            PG            2.0            RainTree            Low Soo Chiew                        2            0
            87            Out for Justice            Action            R            2.0            Warner            Richard Kwan                        0            0
            88            Dune            Sci-fi            PG            2.0            Columbia            Goh Chee Eng                        4            0
            89            Blade Runner            Sci-fi            R            3.0            RainTree            P Ravichandran                        1            0
            90            Aliens            Sci-fi            R            3.0            Walt            Goh Chee Eng                        1            1
            91            Commando            Action            U            1.0            Warner            Chew Teck Kuan                        6            0
            92            Bill and Ted's Excellent Adventure            Comedy            PG            2.0            Walt            Ng Hwee Ling                        5            0
            93            Edward Scissorhands            Drama            PG            2.0            RainTree            Ng Wee Hock John                        3            0
            94            Robocop 2            Sci-fi            R            3.0            20th            Chan Chin Fung                        2            0
            95            The Naked Gun            Comedy            R            2.0            Walt            Rajaram Venkatesh                        6            0
            96            The Naked Gun 2 1/2            Comedy            R            2.0            RainTree            Chan Chin Fung                        1            0
            97            My Science Project            Sci-fi            PG            2.0            Columbia            Sridharan Jayanthi                        5            2
            98            The Rookie            Action            R            2.0            Pixar            Lou Anna Tan                        5            0
            99            Raw Deal            Action            R            2.0            Warner            Ang Kim Beng                        4            0
            100            Running Man            Action            R            2.0            Columbia            Fu Shou Jeen                        6            0
            101            Heavy Metal            Animation            R            1.5            Columbia            Sridharan Jayanthi                        6            0
            102            Back to the Future            Comedy            PG            1.5            Columbia            Leong Wai Fun                        0            0
            103            Back to the Future 2            Comedy            PG            2.0            Walt            Kok Kah Chee                        4            0
            104            Back to the Future 3            Comedy            PG            1.5            Walt            Abdul Zaidi                        6            0
            105            Bill and Ted's Bogus Journey            Comedy            PG            2.0            Universal            Margaret Ng                        6            0
            106            Wayne's World            Comedy            PG            2.0            Walt            Leong Wai Fun                        5            0
            107            White Men Can't Jump            Comedy            R            2.0            Walt            Cho Wee Weng                        5            0
            108            Kuffs            Comedy            R            1.5            RainTree            Margaret Ng                        3            1
            109            Pure Luck            Comedy            R            2.0            20th            Abdul Zaidi                        4            0
            110            Major League            Comedy            R            2.0            RainTree            Fu Shou Jeen                        3            0
            111            Highlander 2: The Quickening            Action            R            1.5            Universal            Vanessa Ong                        6            0
            112            Lion Heart            Action            U            2.0            Pixar            Chan Chin Fung                        2            0
            113            Flight of the Intruder            Action            R            1.5            Warner            jason young                        1            1
            114            Hook            Adventure            PG            2.0            Columbia            Chionh Choon Lee                        5            0
            115            Addams Family            Comedy            PG            2.0            Walt            Richard Kwan                        4            1
            116            Pacific Heights            Drama            R            1.5            Warner            Ng Teck Kie Anthony                        6            1
            117            Star Trek 6: The Undiscovered Country            Sci-fi            PG            2.0            20th            Sridharan Jayanthi                        6            0
            118            Dances with Wolves            Drama            PG            2.0            Columbia            Terence Lim                        5            0
            119            Hamburger Hill            Action            R            2.0            Universal            Wong Sook Huey                        6            0
            120            Batman            Action            PG            2.0            Walt            Ang Kim Beng                        6            0
            121            Jurassic Park            Action            PG            2.0            Walt            Kam Teng Mun                        7            0
            122            JFK            Drama            R            2.0            Pixar            Ang Kim Beng                        4            0
            123            The Godfather            Drama            R            2.0            Walt            Constance Yong                        2            0
            124            Medicine Man            Drama            PG            2.0            RainTree            Low Soo Chiew                        7            0
            125            FX            Drama            R            2.0            20th            Fu Shou Jeen                        4            0
            126            Cliffhanger            Action            R            2.0            Columbia            Wong Sook Huey                        4            0
            127            The Godfather 2            Drama            R            2.0            Warner            Ang Kim Beng                        2            1
            128            Far and Away            Drama            R            2.0            RainTree            Lee Boon Kiat                        5            0
            129            Platoon            Action            R            1.0            Universal            Ng Wee Hock John                        6            1
            130            Heartbreak Ridge            Action            R            2.0            20th            Tan Bak Wei                        5            0
            131            The Dead Pool            Action            R            2.0            Walt            Tan Choon Heong                        1            0
            132            Lawn Mower Man            Horror            R            2.0            Universal            jason young                        5            1
            133            Sleepwalkers            Horror            R            2.0            RainTree            Neo Keng Hoe                        5            0
            134            Batman Returns            Action            PG            2.0            Universal            Kam Teng Mun                        1            0
            135            Alien 3            Sci-fi            R            2.0            Universal            Kathleen Loh Swat Hong                        3            0
            136            Firefox            Drama            R            2.0            Universal            Choey Choon Yen                        0            1
            137            Buffy: The Vampire Slayer            Comedy            PG            2.0            Columbia            Lu Yun Christine                        4            0
            138            Basic Instinct            Drama            R            2.0            Universal            Constance Yong                        4            0
            139            Internal Affairs            Drama            R            2.0            20th            Tan Choon Heong                        0            2
            140            Presumed Innocent            Drama            R            2.0            Pixar            Cheryl Tan                        4            1
            141            A League of Their Own            Drama            PG            2.0            Universal            Jon                        5            0
            142            Patriot Games            Drama            PG            2.0            Walt            Boh Lee Ming Lynn                        2            0
            143            Evil Dead 2            Comedy            R            2.0            Columbia            Kok Kah Chee                        2            1
            144            Sneakers            Action            PG            2.0            Warner            Khoo Chee Huat                        3            1
            145            Interceptor            Action            R            2.0            Columbia            Cheryl Tan                        3            0
            146            Split Second            Action            R            2.0            RainTree            Lou Anna Tan                        1            0
            147            Under Siege            Action            R            2.0            Columbia            Goh Chee Eng                        1            0
            148            Cape Fear (1991)            Drama            R            2.0            20th            Kelvin Koh                        3            0
            149            The Hand That Rocks the Cradle            Drama            R            1.5            20th            Tan Wei Wei                        5            0
            150            Passenger 57            Action            R            2.0            RainTree            Steven Teo                        0            0
            151            The Silence of the Lambs            Drama            U            2.0            Pixar            Chew Teck Kuan                        1            0
            152            Goodfellas            Drama            R            1.0            Pixar            Khoo Chee Huat                        6            0
            153            Cool World            Drama            R            1.5            Pixar            Tan Bak Wei                        3            0
            154            A Few Good Men            Drama            R            2.0            Universal            Chionh Choon Lee                        1            0
            155            The Mighty Ducks            Comedy            PG            1.5            20th            Cheong Pei Sian                        2            0
            156            Teenage Mutant Ninja Turtles 3            Action            PG            2.0            20th            Boh Lee Ming Lynn                        5            0
            157            Bram Stoker's Dracula            Drama            R            2.0            Universal            Chan Chin Fung                        5            0
            158            Monolith            Action            R            2.0            Warner            Steven Ou                        2            0
            159            Captain Ron            Comedy            PG            2.0            Columbia            Neo Keng Hoe                        3            0
            160            The Best of the Best 2            Adventure            R            2.0            Warner            Ng Wee Hock John                        3            0
            161            Rapid Fire            Adventure            R            1.5            Pixar            Constance Yong                        6            1
            162            Universal Soldier            Action            R            2.0            Pixar            Ng Wee Hock John                        1            0
            163            Thunder Heart            Drama            R            2.0            Walt            Vanessa Ong                        6            1
            164            Iron Eagle 3: Aces            Action            PG            2.0            Columbia            Cho Wee Weng                        0            0
            165            Army of Darkness            Action            R            2.0            20th            Cheryl Tan                        0            0
            166            Willow            Drama            PG            2.0            Walt            Lee Boon Kiat                        1            0
            167            Innocent Blood            Drama            R            2.0            Universal            Kan May Yoke Michelle                        3            1
            168            Sniper            Drama            R            2.0            Walt            Low Soo Chiew                        0            0
            169            Alive            Drama            R            2.0            RainTree            Ng Wee Hock John                        2            0
            170            Falling Down            Drama            R            2.0            RainTree            Abdul Zaidi                        6            0
            171            Rising Sun            Drama            U            2.0            Pixar            jason young                        0            0
            172            Warlock: The Armageddon            Horror            R            2.0            20th            Tan Choon Heong                        5            -1
            173            Robin Hood: Men in Tights            Comedy            R            1.0            Columbia            P Ravichandran                        6            0
            174            Hot Shots: Part Daux            Comedy            PG            2.0            Walt            Too Siew Hong                        4            0
            175            Fortress            Adventure            R            2.0            Warner            Cheong Pei Sian                        2            1
            176            The Fugitive            Drama            R            1.0            RainTree            Lee Boon Kiat                        4            1
            177            True Lies            Action            R            2.0            20th            Ng Teck Kie Anthony                        2            2
            178            Blown Away            Adventure            R            2.0            Pixar            Rajaram Venkatesh                        5            2
            179            Hackers            Adventure            PG            2.0            Universal            Lou Anna Tan                        6            1
            180            The Return of Jafar            Animation            U            2.0            RainTree            Low Soo Chiew                        5            0
            181            Star Trek 2: The Wrath of Khan            Sci-fi            PG            2.0            20th            Ng Choon Seng                        6            1
            182            Robocop 3            Sci-fi            R            2.0            20th            Lu Yun Christine                        3            0
            183            Batman: Mask of the Phantasm            Animation            PG            2.0            Universal            Tan Wei Wei                        5            0
            184            Hard Target            Action            R            2.0            Columbia            Ng Choon Seng                        7            1
            185            In the Line of Fire            Drama            R            2.0            RainTree            Kathleen Loh Swat Hong                        6            1
            186            Last Action Hero            Action            R            2.0            20th            Ng Hwee Ling                        0            1
            187            The Specialist            Action            R            2.0            Universal            Steven Ou                        6            0
            188            Pelican Brief            Drama            R            2.0            Walt            Kathleen Loh Swat Hong                        2            0
            189            Airheads            Comedy            R            2.0            Warner            Steven Teo                        6            0
            190            Dave            Comedy            R            2.0            Columbia            Jon                        3            1
            191            The Crow            Action            R            2.0            Warner            Cheryl Tan                        2            0
            192            The Lion King            Animation            U            2.0            Walt            jason young                        5            0
            193            Star Trek 1: The Motion Picture            Sci-fi            PG            2.0            Pixar            Wong Sook Huey                        6            0
            194            Usual Suspects            Drama            R            1.5            Universal            Cheryl Song                        3            0
            195            No Escape            Action            R            2.0            20th            Jon                        4            0
            196            The Real McCoy            Adventure            R            1.5            Universal            Khoo Chee Huat                        2            2
            197            Mary Shelly's Frankenstein            Drama            R            2.0            RainTree            Loke Je Hong                        6            0
            198            Timecop            Action            R            1.0            Universal            Koh Ting Ting                        1            1
            199            Clear and Present Danger            Drama            R            2.0            Pixar            Lou Anna Tan                        4            1
            200            Star Trek: Generations            Sci-fi            PG            1.5            Warner            Vanessa Ong                        7            1
            201            Interview with the Vampire            Drama            R            2.0            RainTree            Leong Wai Fun                        3            1
            202            The Professional            Drama            R            2.0            20th            Neo Keng Hoe                        3            1
            203            New Jack City            Drama            R            1.5            Walt            Chionh Choon Lee                        2            1
            204            Independence Day            Sci-fi            R            3.0            20th            Goh Chee Eng                        7            0
            205            Mission Impossible            Action            R            2.0            Columbia            Chew Teck Kuan                        1            1
            206            Eraser            Action            R            2.0            Walt            Cheryl Tan                        5            1
            207            Crimson Tide            Drama            R            1.5            RainTree            Sridharan Jayanthi                        1            1
            208            Apollo 13            Drama            PG            1.5            20th            Kan May Yoke Michelle                        2            1
            209            The Firm            Drama            R            2.0            Warner            Abdul Zaidi                        4            0
            210            Tombstone            Drama            R            2.0            20th            Chionh Choon Lee                        6            1
            211            The Phantom            Action            PG            2.0            Columbia            Fu Shou Jeen                        4            0
            212            The Substitute            Drama            R            2.0            Universal            Tan Bak Wei                        1            1
            213            Just Cause            Drama            R            2.0            Pixar            Tan Wei Wei                        3            0
            214            Toy Story            Animation            U            2.0            20th            Richard Kwan                        7            1
            215            Star Trek: First Contact            Sci-fi            PG            2.0            Pixar            Terence Lim                        1            1
            216            Twister            Drama            R            2.0            Universal            Boh Lee Ming Lynn                        6            1
            217            Chain Reaction            Drama            R            2.0            Universal            Seah Yang Hwee Raymond                        4            0
            218            Assassins            Drama            R            2.0            20th            Tan Choon Heong                        0            1
            219            Phenomenon            Drama            R            2.0            Pixar            Goh Chee Eng                        2            0
            220            Forrest Gump            Drama            PG            2.0            RainTree            P Ravichandran                        6            2
            221            Mortal Kombat            Martial Ar            R            2.0            Walt            Tan Bak Wei                        0            0
            222            Congo            Drama            R            1.0            RainTree            Steven Ou                        6            1
            223            Metro            Adventure            R            2.0            RainTree            Wong Sook Huey                        1            0
            224            Absolute Power            Drama            R            2.0            Universal            Chao Tah Jin Alex                        1            1
            225            Jerry MacGuire            Drama            PG            2.0            Universal            Constance Yong                        2            0
            226            Ransom            Drama            PG            1.5            Walt            Lee Boon Kiat                        3            1
            227            Mars Attacks            Comedy            PG            2.0            RainTree            Neo Keng Hoe                        2            0
            228            The Shawshank Redemption            Drama            R            1.5            Pixar            Ng Choon Seng                        1            0
            229            The Craft            Drama            R            2.0            20th            Kan May Yoke Michelle                        6            0
            230            Dangerous Minds            Drama            R            2.0            Warner            Vanessa Ong                        1            0
            231            Beauty and the Beast            Animation            U            1.5            Walt            Lam Yen Hsia                        1            1
            232            Star Wars            Sci-fi            PG            2.0            20th            Koh Ting Ting                        6            0
            233            Star Wars (Limited Edition)            Sci-fi            PG            2.0            Walt            Chionh Choon Lee                        2            0
            234            Empire Strikes Back            Sci-fi            PG            2.0            RainTree            Cheryl Song                        0            0
            235            Empire Strikes Back (Limited Edition)            Sci-fi            PG            2.0            20th            Kan May Yoke Michelle                        7            0
            236            Return of the Jedi            Sci-fi            PG            2.0            Columbia            Margaret Ng                        4            0
            237            Return of the Jedi (Limited Edition)            Sci-fi            PG            2.0            Warner            Ng Hwee Ling                        5            0
            238            Aladdin            Animation            U            2.0            Universal            Boh Lee Ming Lynn                        3            0
            239            Lethal Weapon 2            Action            R            2.0            Warner            Cheong Pei Sian                        6            0
            240            Robocop            Sci-fi            R            3.0            Universal            Rajaram Venkatesh                        1            0
            241            Robin Hood: Prince of Thieves            Drama            PG            2.0            Warner            Cheong Pei Sian                        2            2
            242            Top gun            Action            PG            2.0            Universal            Jon                        0            1
            243            Raiders of the Lost Ark            Action            PG            2.0            20th            Cho Wee Weng                        2            2
            244            Indiana Jones and the Temple of Doom            Action            PG            2.0            Warner            Cheryl Song                        6            0
            245            Indiana Jones and the Last Crusade            Action            PG            1.5            Walt            Ng Wee Hock John                        1            0
            246            Ferris Bueller's Day Off            Comedy            PG            2.0            Pixar            Ang Kim Beng                        5            1
            247            X-Files (Humbug)            Drama            PG            1.5            20th            Loke Je Hong                        7            0
            248            X-Files (Anasazi)            Drama            PG            2.0            Pixar            Kam Teng Mun                        6            0
            249            X-Files (Colony)            Drama            PG            2.0            20th            Ng Hwee Ling                        6            0
            250            X-Files (End Game)            Drama            PG            2.0            Columbia            Fu Shou Jeen                        7            0
            251            X-Files (Irresistible)            Drama            PG            2.0            Warner            Low Soo Chiew                        4            0
            252            X-Files (Die Hand Die Verletzt)            Drama            PG            2.0            Pixar            Rajaram Venkatesh                        6            0
            253            X-Files (Ascension)            Drama            PG            1.5            RainTree            Lam Yen Hsia                        4            0
            254            X-Files (One Breath)            Drama            PG            2.0            Walt            Ng Choon Seng                        2            0
            255            X-Files (Sleepless)            Drama            PG            2.0            RainTree            Terence Lim                        1            0
            256            X-Files (Duane Barry)            Drama            PG            2.0            Universal            Chan Chin Fung                        4            0
            257            X-Files (Little Green Men)            Drama            PG            2.0            RainTree            Lou Anna Tan                        6            0
            258            X-Files (The Host)            Drama            PG            2.0            Columbia            Too Siew Hong                        3            0
            259            X-Files (Darkness Falls)            Drama            PG            2.0            Pixar            P Ravichandran                        1            0
            260            X-Files (The Erlenmeyer Flask)            Drama            PG            2.0            20th            Jon                        1            0
            261            X-Files (Beyound The Sea)            Drama            PG            2.0            Columbia            Choey Choon Yen                        4            0
            262            X-Files (E.B.E.)            Drama            PG            1.5            20th            Lu Yun Christine                        1            0
            263            X-Files (Squeeze)            Drama            PG            2.0            Pixar            Vanessa Ong                        0            0
            264            X-Files (Tooms)            Drama            PG            1.5            Warner            Chao Tah Jin Alex                        6            1
            265            X-Files (Conduit)            Drama            PG            2.0            Pixar            jason young                        1            0
            266            X-Files (Ice)            Drama            PG            1.5            Walt            Khoo Chee Huat                        7            1
            267            X-Files (Fallen Angel)            Drama            PG            2.0            Warner            Neo Keng Hoe                        4            0
            268            X-Files (Eve)            Drama            PG            1.0            Walt            Kelvin Koh                        3            0
            269            X-Files (Pilot)            Drama            PG            2.0            Warner            Steven Ou                        5            1
            270            X-Files (Deep Throat)            Drama            PG            2.0            Universal            Cheong Pei Sian                        3            0
            271            Teenage Mutant Ninja Turtles            Adventure            PG            1.5            Universal            Ng Teck Kie Anthony                        6            1
            272            X-Files (The Blessing Way            Drama            PG            2.0            Columbia            Chionh Choon Lee                        6            1
            273            X-Files (Paper Clip)            Drama            PG            2.0            Walt            Chew Teck Kuan                        0            1
            274            X-Files (Clyde Bruckman's Final Repose)            Drama            PG            2.0            Columbia            Margaret Ng                        4            0
            275            X-Files (War of the Coprophages)            Drama            PG            1.5            Columbia            Richard Kwan                        4            0
            276            X-Files (Nisei)            Drama            PG            2.0            Warner            Wong Sook Huey                        3            0
            277            X-Files (731)            Drama            PG            2.0            Walt            Ang Kim Beng                        4            0
            278            X-Files (Piper Maru)            Drama            PG            2.0            Walt            Tan Bak Wei                        0            0
            279            X-Files (Apocrypha)            Drama            PG            1.0            RainTree            Tan Wei Wei                        6            0
            280            X-Files (Pusher)            Drama            PG            2.0            20th            Sridharan Jayanthi                        1            0
            281            X-Files (Jose Chung's "From Outer Space")            Drama            PG            2.0            Walt            Seah Yang Hwee Raymond                        3            0
            282            X-Files (Wetwired)            Drama            PG            1.0            Columbia            Ng Teck Kie Anthony                        4            0
            283            X-Files (Talitha Cumi)            Drama            PG            2.0            Warner            Koh Ting Ting                        6            0
            284            Anastasia            Animated            U            2.0            20th            Cheryl Song                        1            0
            285            Hurcules            Animated            U            2.0            Warner            Richard Kwan                        2            0
            286            The Little Mermaid            Animated            U            2.0            Columbia            P Ravichandran                        2            1
            287            Bambi            Animated            U            2.0            RainTree            Lee Boon Kiat                        7            0
            288            Fireball Forward            War            PG            2.0            20th            Tan Wei Wei                        5            0
            289            From Hell to Victory            War            PG            2.0            Walt            Chan Chin Fung                        3            0
            290            The Bridge on the River Kwai            War            PG            2.0            Universal            Cheryl Song                        1            1
            291            WW II:America at War            War            PG            2.0            Walt            Constance Yong                        4            0
            292            Die Hard 3: With a Vengeance            Action            R            2.0            Universal            Boh Lee Ming Lynn                        4            0
            293            Spawn            Action            R            2.0            RainTree            Seah Yang Hwee Raymond                        2            0
            294            Private Parts            Comedy            R            2.0            Walt            Leong Wai Fun                        3            0
            295            Seven Years in Tibet            Drama            PG            2.0            Walt            Kelvin Koh                        6            0
            296            Volcano            Drama            R            2.0            Universal            Kan May Yoke Michelle                        3            0
            297            Father's Day            Comedy            R            1.5            RainTree            Constance Yong                        1            0
            298            The Nutty Professor            Comedy            R            2.0            RainTree            Lu Yun Christine                        1            0
            299            Midnight in the Garden of Good and Evil            Drama            R            1.5            Columbia            Ng Choon Seng                        2            0
            300            King Pin            Comedy            R            2.0            Warner            Choey Choon Yen                        1            0
            301            Liar Liar            Comedy            R            1.5            20th            Rajaram Venkatesh                        1            1
            302            Nothing to Lose            Comedy            R            2.0            Warner            Too Siew Hong                        1            0
            303            The Saint            Action            R            1.0            20th            Wong Sook Huey                        6            0
            304            Dante's Peak            Drama            R            2.0            RainTree            Koh Ting Ting                        2            1
            305            The Devil's Own            Drama            R            2.0            Warner            Leong Wai Fun                        6            1
            306            The Jackle            Action            R            2.0            Pixar            Choey Choon Yen                        6            0
            307            McHale's Navy            Comedy            R            1.0            Walt            Khoo Chee Huat                        1            0
            308            Slingblade            Drama            R            2.0            Pixar            Loke Je Hong                        6            0
            309            Casino            Drama            R            2.0            Walt            Khoo Chee Huat                        5            0
            310            G. I. Jane            Drama            R            1.5            Pixar            Neo Keng Hoe                        2            0
            311            Donny Brasco            Drama            R            2.0            RainTree            Kathleen Loh Swat Hong                        3            0
            312            Mercury Rising            Action            R            2.0            Universal                                    5            0
            Producer            ProducerName            CountryCode
            20th            20th Century Fox Productions            UK
            Columbia            Columbia Pictures Production            UK
            George            George Lucas Production            USA
            Pixar            Pixar Entertainment            USA
            Raintree            RainTree Pictures            SIN
            Universal             Universal Studio Productions            UK
            Walt            Walt Disney Studio            USA
            Warner            Warner Brothers Production            USA
            Producer            Website
            20th            www.century.com
            Columbia            www.columbia.com
            Universal             www.universal.com
            EmployeeID            Salary            DateArchived
            VideoCode            AdjustmentQty            DateAdjusted            WhoAdjust            AdjustReason
            LoginName            Password
            Bala            mani
            Esther            tan
            Jaik            yong
            Moon            kway
            Venkat            raman
DataAccess/DataAccess/bin/Debug/DafestyVideo.mdb
            NumberType            FirstFreeNo
            IssueNumbe            1
            PONumber            1
            CountryCode            CountryName            Currency            TimeZone
            ARG            Argentina                        
            AUS            Australia            AUD            10
            BEL            Belgium                        
            BRA            Brazil                        
            CAN            Canada            CND            -6
            DEN            Denmark                        
            FIN            Finland                        
            FRA            France            FFR            1
            GER            Germany                        
            IND            Indonesia                        
            IRE            Ireland                        
            ITA            Italy                        
            JAP            Japan                        
            KOR            Korea                        
            MAL            Malaysia            RM            8
            MEX            Mexico                        
            NOR            Norway                        
            POL            Poland                        
            POR            Portugal                        
            SIN            Singapore            SGD            8
            SLR            Srilanka            Srp            0
            SPA            Spain                        
            SWE            Sweden                        
            SWZ            Switzerland            SFR            2
            THA            Thailand                        
            UK            UK                        
            USA            USA            USD            -6
            VEN            Venezuela                        
            CustomerID            CustomeName            TelephoneNo
            CustomerID            CustomerName            MemberCategory            Address            City            OldPostalCode            PostalCode            CountryCode            ContactTitle            PhoneNumber            Extension            FaxNumber            EmailAddress            Notes
            1000            Lou Anna Tan            A            Blk 26, Telok Blangah Crescent #22-87, Singapore 0409            Singapore            0409            090026            GER            MS            2732287                                    [email protected]            
            1001            Wong Sook Huey            B            Blk 1007 Teresa Ville Lower Delta Road #06-02, Singapore 0410            Singapore            0410            099310            SIN            MS            2740975                                    [email protected]            
            1002            Ng Choon Seng            C            Blk 63 Bishan St 21 #06-01, Singapore 1057            Singapore            1057            574045            CAN            MR            2580742                                    [email protected]            
            1003            Chew Teck Kuan            D            Blk 109 Bedok North Rd #06-2316, Singapore 1046            Singapore            1046            460109            SIN            MR            4434675                                    [email protected]            
            1111            Steven Ou            C            Blk 244, Bukit Panjang Ring Road, #11-184, Singapore 2367                        2367            670244            BRA            MR            7620324                                    [email protected]            
            1634            Sridharan Jayanthi            A            Blk 232, Jurong East Street 21 #02-436, Singapore 1234            Singapore            1234            600232            SIN            MS            6658037                                    [email protected]            
            1681            Terence Lim            B            Blk 99, Balestier Road, #12-168, Singapore 1232                        1232            320099            SLR            MR            3551385                                    [email protected]            
            1810            Vanessa Ong            C            Blk 20, Eunos Crescent, #04-2965, Singapore 1400            Singapore            1400            400020            SIN            MS            7487923                                    [email protected]            
            1811            Koh Ting Ting            B            Blk 61, Upper Paya Lebar Road, Singapore 1953            Singapore            1953            534816            SIN            MS            2827208                                    [email protected]            
            1818            Chionh Choon Lee            A            Blk 89, Zion Road, #16-137, Singapore 0316            Singapore            0316            160089            SIN            MR            7333100                                    [email protected]            
            2131            Jon            AA            Block 88 Demsey Road #01-01, Singapore 1234            Singapore            1234            234088            SWZ            Ms            7654321                                                
            2233            Too Siew Hong            B            Blk 749, Pasir Ris St 71, #09-66, Singapore 1651            Singapore            1651            510749            SIN            MS            5847682                                    [email protected]            
            2270            Chao Tah Jin Alex            D            Blk 12, Dover Close East, #08-208, Singapore 1027            Singapore            1027            130012            SIN            MR            8721768                                    [email protected]            
            2323            Richard Kwan            A            Blk 27, Marine Crescent, #05-05, Singapore 2345            Singapore            2345            130012            SIN            MR            2352345                                                
            2345            Ng Teck Kie Anthony            A            Blk 105, Gangsa Road, #02-103, Singapore 2367            Singapore            2367            670105            SIN            MR            7690237                                                
            2626            Steven Teo            A            Blk 253, Kim Keat Link, #01-126 Singapore 2345            Singapore            2345                        SIN            MR            3533819                                                
            2669            Boh Lee Ming Lynn            C            Blk 671, Woodlands Dr 71 #04-51, Singapore 0512            Singapore            0512            730671            SIN            Ms                                                [email protected]            
            2688            Kathleen Loh Swat Hong            A            Blk 56, #08-161 Telok Blangah Heights, Singapore 0410            Singapore            0410            100056            SIN            MS            2735765                                    [email protected]            
            2741            Goh Chee Eng            C            Blk 267 Sembawang Drive #08-349 Singapore 2369            Singapore            2369            690267            SIN            MS            5553849                                    [email protected]            
            2820            Ng Wee Hock John            A            Blk 417, Woodlands St 41, #02-143, Singapore 2573            Singapore            2573            730417            SIN            MR            3622055                                    [email protected]            
            2828            Cheryl Song            C            Blk 26, Bayshore Road, #23-07, Singapore 1647            Singapore            1647            469972            FRA            Ms            2459304                                    [email protected]            
            2876            Kan May Yoke Michelle            C            Blk 710 Ang Mo Kio Ave 8 #04-2613, Singapore 2056            Singapore            2056            560710            SIN            MS            4554591                                    [email protected]            
            2983            Cheryl Tan            A            Blk 84, Telok Blangah Heights, #06-323, Singapore 1004            Singapore            1004            100084            SIN            MS            2789967                                    [email protected]            
            3845            Tan Choon Heong            A            Blk 303, Shunfu Road, #03-59, Singapore 4567            Singapore            4567            570303            SIN            MR            3580709                                    [email protected]            
            4312            Leong Wai Fun            A            Blk 43, Hindhede Walk, #04-06, Singapore 1234            Singapore            1234            587973            SWZ            MS            4674116                                    [email protected]            
            4321            Kok Kah Chee            D            Blk 224, Jurong North St 2, #100-01, Singapore 2264            Singapore            2264            600224            MAL            MR            5696231                                    [email protected]            
            4567            Abdul Zaidi            A            Blk 24, Telok Blangah Crescent, #14-14, Singapore 0409            Singapore            0409            090024            SIN            MR            2709466                                    [email protected]            
            5108            Cho Wee Weng            A            Blk 208, Toa Payoh North, #08-1271, Singapore 1234            Singapore            1234            310208            SIN            MR            2541126                                    [email protected]            
            5156            Lee Boon Kiat            A            26A, Lengkong Satu, Singapore 1441            Singapore            1441            417500            SIN            MR            4423368                                                
            5168            Constance Yong            C            Blk 673 Bukit Batok St 67 #08-987 Singapore 1968            Singapore            1968            680673            SIN            MS            7771357                                    [email protected]            
            5489            Ang Kim Beng            A            Blk 208 Bedok North St 3 #12-234 Singapore 1644            Singapore            1644            440208            SIN            MR            4486578                                    [email protected]            
            5568            Kam Teng Mun            A            Blk 894, Tampines St 81,#10-933,Singapore 1646            Singapore            1646            520894            SIN            MR            7825643                                    [email protected]            
            5968            Tan Wei Wei            A            3, Kismis Place, Singapore 2159            Singapore            2159            598154            SIN            MS            4674463                                    [email protected]            
            6542            Lam Yen Hsia            D            Blk 92, Bedok North Ave 4, #08-1491, Singapore 1646            Singapore            1646            460092            SIN            MS            4452718                                    [email protected]            
            6598            Choey Choon Yen            A            30, Dedap Road, Singapore 2880            Singapore            2880            809434            SIN            MR            4847698                                    [email protected]            
            6628            Margaret Ng            A            Blk 835, Hougang Green, #11-221, Singapore 1953            Singapore            1953            530835            SIN            MS            3853767                                    [email protected]            
            6932            Ng Hwee Ling            A            280, Bedok Road, Singapore 1646            Singapore            1646            469437            SIN            MS            2420425                                    [email protected]            
            6969            jason young            D            blk 48 dorset rd #24-111 singapore 0821            Singapore            0821            210048            SIN            MR            6969696                                                
            7345            P Ravichandran            B            Blk 612, Clementi West Street 1, #09-290, Singapore 2612            Singapore            2612            120612            SIN            MR            7755113                                    [email protected]            
            7616            Cheong Pei Sian            B            8 Westwood Walk, Singapore 1234            Singapore            1234            648651            SIN            MS            7918584                                    [email protected]            
            7856            Rajaram Venkatesh            A            Blk 143, Petir road, #07-232, Singapore 3226            Singapore            3226            670143            SIN            Mr            7634227                                                
            8080            Chan Chin Fung            B            6 Dover Rise, #17-11, Singapore 1234            Singapore            1234            138678            SIN            MR            8738529                                    [email protected]            
            8756            Lu Yun Christine            B            Blk 302, Clementi Ave 4, #05-539, Singapore 0302            Singapore            0302            120302            SIN            MS            7759223                                    [email protected]            
            8788            Fu Shou Jeen            A            9 Broadrick Road, Singapore 1543            Singapore            1543            439471            SIN            MR            3468656                                    [email protected]            
            8888            Kelvin Koh            B            Blk 25, Towner Road, #04-09, Singapore 2345            Singapore            2345            559668            SIN            MR            7789876                                                
            8929            Neo Keng Hoe            B            Blk 492 Yishun Ave 4 #18-168 Singapore 2776            Singapore            2776            760492            SIN            MR            7568912                                    [email protected]            
            8973            Loke Je Hong            A            503 Elias Road, Singapore 1851            Singapore            1851            519917            SIN            MR            5827992                                    [email protected]            
            9394            Khoo Chee Huat            B            Blk 315, Ubi Avenue 1, #05-393, Singapore 1234            Singapore            1234            400315            SIN            MR            8425102                                    [email protected]            
            9847            Low Soo Chiew            B            Blk 42, Bedok South Road, #05-747, Singapore 1646            Singapore            1646            460042            SIN            MR            4454331                                    [email protected]            
            9999            Seah Yang Hwee Raymond            A            Blk 410, Sembawang Drive, #14-768, Singapore 1675            Singapore            1675            750610            SIN            MR            5551082                                    [email protected]            
            VideoCode            VideoTitle            MovieType            Rating            Price            Producer            Director            Media            TotalStock            NumberRented            PreviousEpisode
            1000            Lions Of Saharah            Animal Documentary            G            1.5                                                5                        
            1001            Poverty in Russia 1            Real Life Documentary            G            2.0                                                4                        
            1002            Lonely Planet: Japan            Tour Documentary            G            1.5                                                6                        
            1003            Lonely Planet: Paris 1            Tour Documentary            G            2.5                                                3                        
            1004            Poverty in Russia 2            Real Life Documentary            G            3.0                                                5                        1001
            1005            Lonely Planet: Turkey            Tour Documentary            G            3.5                                                3                        
            1006            Birds of Prey            Animal Documentary            G            4.0                                                4                        
            1007            Sharks: Predator or Prey            Animal Documentary            G            2.5                                                3                        
            1008            Lonely Planet: Paris 2            Tour Documentary            G            1.5                                                3                        1003
            1009            Greatest Buildings on Earth            Architecture Documentary            G            2.5                                                5                        
            1010            Greatest Wonders of the World            Architecture Documentary            G            2.0                                                6                        
            1011            Crop Circles: Fact or Fiction            Mystery Documentary            G            1.5                                                2                        
            1012            Animal Kindom of Amazon            Animal Documentary            G            3.0                                                5                        
            1013            African Elephants            Animal Documentary            G            3.5                                                3                        
            EmployeeID            Name            Age            Salary
            E1             Anna             29            2000.0
            E2             Benedict             40            4100.5
            E3             Charles             35            2500.0
            E4             Diana             27            3105.45
            E5             Eileen             32            5900.0
            E6             Freddy             56            1500.0
            EmployeeID            Name            Age            Salary
            E1             Anna             29            2000.0
            E2             Benedict             40            4100.5
            E3             Charles             35            2500.0
            E4             Diana             27            3105.45
            E5             Eileen             32            5900.0
            E6             Freddy             56            1500.0
            TransactionID            CustomerID            VideoCode            DateIssue            DateDue            DateActualReturn            RentalStatus            Remarks
            1            1003            27            12/1/00            12/3/00            11/24/00            in            
            2            4312            55            11/20/00            11/22/00            11/22/00            in            
            3            6598            94            11/20/00            11/22/00            11/23/00            in            
            4            1111            164            11/20/00            11/22/00            11/24/00            in            
            5            4312            291            11/20/00            11/22/00            11/22/00            in            
            6            8756            1            11/20/00            11/22/00            11/23/00            in            
            7            7856            254            11/20/00            11/22/00            11/20/00            in            
            8            8756            232            11/20/00            11/22/00            11/24/00            in            
            9            1000            299            11/20/00            11/22/00            11/24/00            in            
            10            1818            38            11/20/00            11/22/00            11/21/00            in            
            11            2270            244            11/20/00            11/22/00            11/21/00            in            
            12            8973            96            11/20/00            11/22/00            11/20/00            in            
            13            5108            202            11/20/00            11/22/00            11/21/00            in            
            14            3845            87            11/20/00            11/22/00            11/20/00            in            
            15            2983            13            11/20/00            11/22/00            11/22/00            in            
            16            5489            4            11/20/00            11/22/00            11/22/00            in            
            17            2828            17            11/20/00            11/22/00            11/20/00            in            
            18            8929            250            11/20/00            11/22/00            11/22/00            in            
            19            2983            280            11/20/00            11/22/00            11/23/00            in            
            20            2131            303            11/20/00            11/22/00            11/20/00            in            
            21            5156            207            11/20/00            11/22/00            11/22/00            in            
            22            5156            120            11/20/00            11/22/00            11/20/00            in            
            23            2741            188            11/20/00            11/22/00            11/22/00            in            
            24            2820            168            11/20/00            11/22/00            11/22/00            in            
            25            2820            158            11/20/00            11/22/00            11/23/00            in            
            26            2626            45            11/20/00            11/22/00            11/22/00            in            
            27            2688            33            11/20/00            11/22/00            11/24/00            in            
            28            5108            149            11/20/00            11/22/00            11/24/00            in            
            29            4567            157            11/20/00            11/22/00            11/23/00            in            
            30            8756            284            11/20/00            11/22/00            11/20/00            in            
            31            3845            8            11/20/00            11/22/00            11/23/00            in            
            32            5108            121            11/20/00            11/22/00            11/22/00            in            
            33            1634            28            11/20/00            11/22/00            11/23/00            in            
            34            1003            243            11/20/00            11/22/00            11/24/00            in            
            35            1003            278            11/20/00            11/22/00            11/20/00            in            
            36            7856            115            11/20/00            11/22/00            11/24/00            in            
            37            1818            20            11/20/00            11/22/00            11/20/00            in            
            38            6542            282            11/20/00            11/22/00            11/23/00            in            
            39            2669            192            11/20/00            11/22/00            11/23/00            in            
            40            2820            297            11/20/00            11/22/00            11/24/00            in            
            41            2688            223            11/20/00            11/22/00            11/20/00            in            
            42            1634            169            11/20/00            11/22/00            11/20/00            in            
            43            1111            76            11/20/00            11/22/00            11/21/00            in            
            44            5568            82            11/20/00            11/22/00            11/22/00            in            
            45            6598            47            11/20/00            11/22/00            11/24/00            in            
            46            5156            112            11/20/00            11/22/00            11/23/00            in            
            47            7345            292            11/20/00            11/22/00            11/23/00            in            
            48            6969            141            11/20/00            11/22/00            11/23/00            in            
            49            9394            292            11/20/00            11/22/00            11/20/00            in            
            50            2820            302            11/20/00            11/22/00            11/20/00            in            
            51            8756            57            11/21/00            11/23/00            11/24/00            in            
            52            8973            112            11/21/00            11/23/00            11/22/00            in            
            53            9394            294            11/21/00            11/23/00            11/24/00            in            
            54            6598            227            11/21/00            11/23/00            11/22/00            in            
            55            2323            99            11/21/00            11/23/00            11/24/00            in            
            56            4312            137            11/21/00            11/23/00            11/25/00            in            
            57            2345            141            11/21/00            11/23/00            11/24/00            in            
            58            1810            248            11/21/00            11/23/00            11/23/00            in            
            59            2626            72            11/21/00            11/23/00            11/21/00            in            
            60            2741            290            11/21/00            11/23/00            11/25/00            in            
            61            2233            163            11/21/00            11/23/00            11/21/00            in            
            62            2345            129            11/21/00            11/23/00            11/25/00            in            
            63            5156            112            11/21/00            11/23/00            11/21/00            in            
            64            9847            88            11/21/00            11/23/00            11/25/00            in            
            65            8929            186            11/21/00            11/23/00            11/22/00            in            
            66            5489            146            11/21/00            11/23/00            11/22/00            in            
            67            2669            290            11/21/00            11/23/00            11/21/00            in            
            68            9394            258            11/21/00            11/23/00            11/25/00            in            
            69            6542            111            11/21/00            11/23/00            11/24/00            in            
            70            2669            86            11/21/00            11/23/00            11/23/00            in            
            71            1111            132            11/21/00            11/23/00            11/25/00            in            
            72            5168            216            11/21/00            11/23/00            11/21/00            in            
            73            8756            263            11/21/00            11/23/00            11/25/00            in            
            74            2323            197            11/21/00            11/23/00            11/22/00            in            
            75            2270            105            11/21/00            11/23/00            11/23/00            in            
            76            2323            307            11/21/00            11/23/00            11/25/00            in            
            77            5568            251            11/21/00            11/23/00            11/22/00            in            
            78            8788            37            11/21/00            11/23/00            11/21/00            in            
            79            2820            44            11/21/00            11/23/00            11/21/00            in            
            80            2233            63            11/21/00            11/23/00            11/21/00            in            
            81            2270            97            11/21/00            11/23/00            11/24/00            in            
            82            5489            199            11/21/00            11/23/00            11/24/00            in            
            83            2669            165            11/21/00            11/23/00            11/24/00            in            
            84            2828            284            11/21/00            11/23/00            11/23/00            in            
            85            2820            192            11/21/00            11/23/00            11/25/00            in            
            86            5568            66            11/21/00            11/23/00            11/22/00            in            
            87            8080            281            11/21/00            11/23/00            11/21/00            in            
            88            8080            208            11/21/00            11/23/00            11/24/00            in            
            89            8888            80            11/21/00            11/23/00            11/21/00            in            
            90            4312            12            11/21/00            11/23/00            11/22/00            in            
            91            2345            29            11/21/00            11/23/00            11/22/00            in            
            92            1002            60            11/21/00            11/23/00            11/23/00            in            
            93            5108            133            11/21/00            11/23/00            11/21/00            in            
            94            2876            240            11/21/00            11/23/00            11/25/00            in            
            95            8973            114            11/21/00            11/23/00            11/25/00            in            
            96            8080            244            11/21/00            11/23/00            11/22/00            in            
            97            4321            180            11/21/00            11/23/00            11/24/00            in            
            98            5489            26            11/21/00            11/23/00            11/24/00            in            
            99            8788            198            11/21/00            11/23/00            11/24/00            in            
            100            1818            310            11/21/00            11/23/00            11/25/00            in            
            101            4312            86            11/22/00            11/24/00            11/23/00            in            
            102            7616            144            11/22/00            11/24/00            11/26/00            in            
            103            8888            300            11/22/00            11/24/00            11/23/00            in            
            104            5968            175            11/22/00            11/24/00            11/26/00            in            
            105            5108            98            11/22/00            11/24/00            11/24/00            in            
            106            1681            74            11/22/00            11/24/00            11/25/00            in            
            107            1681            86            11/22/00            11/24/00            11/25/00            in            
            108            5568            175            11/22/00            11/24/00            11/25/00            in            
            109            9847            24            11/22/00            11/24/00            11/26/00            in            
            110            2669            283            11/22/00            11/24/00            11/22/00            in            
            111            1810            117            11/22/00            11/24/00            11/23/00            in            
            112            2270            265            11/22/00            11/24/00            11/22/00            in            
            113            2983            45            11/22/00            11/24/00            11/22/00            in            
            114            1002            206            11/22/00            11/24/00            11/26/00            in            
            115            2131            47            11/22/00            11/24/00            11/25/00            in            
            116            2741            223            11/22/00            11/24/00            11/23/00            in            
            117            4567            46            11/22/00            11/24/00            11/23/00            in            
            118            2688            58            11/22/00            11/24/00            11/22/00            in            
            119            8788            21            11/22/00            11/24/00            11/24/00            in            
            120            6542            256            11/22/00            11/24/00            11/24/00            in            
            121            2233            277            11/22/00            11/24/00            11/22/00            in            
            122            6969            224            11/22/00            11/24/00            11/25/00            in            
            123            6542            285            11/22/00            11/24/00            11/25/00            in            
            124            2233            111            11/22/00            11/24/00            11/26/00            in            
            125            1003            214            11/22/00            11/24/00            11/26/00            in            
            126            2131            102            11/22/00            11/24/00            11/22/00            in            
            127            2669            238            11/22/00            11/24/00            11/26/00            in            
            128            2669            149            11/22/00            11/24/00            11/26/00            in            
            129            1003            1            11/22/00            11/24/00            11/25/00            in            
            130            5156            148            11/22/00            11/24/00            11/24/00            in            
            131            9847            71            11/22/00            11/24/00            11/25/00            in            
            132            2345            300            11/22/00            11/24/00            11/25/00            in            
            133            2345            90            11/22/00            11/24/00            11/24/00            in            
            134            1001            252            11/22/00            11/24/00            11/24/00            in            
            135            5489            294            11/22/00            11/24/00            11/22/00            in            
            136            7616            46            11/22/00            11/24/00            11/25/00            in            
            137            5156            30            11/22/00            11/24/00            11/23/00            in            
            138            1810            63            11/22/00            11/24/00            11/26/00            in            
            139            1003            88            11/22/00            11/24/00            11/22/00            in            
            140            2688            28            11/22/00            11/24/00            11/24/00            in            
            141            2345            137            11/22/00            11/24/00            11/25/00            in            
            142            9394            21            11/22/00            11/24/00            11/22/00            in            
            143            8973            113            11/22/00            11/24/00            11/26/00            in            
            144            1003            309            11/22/00            11/24/00            11/26/00            in            
            145            5168            126            11/22/00            11/24/00            11/26/00            in            
            146            1634            274            11/22/00            11/24/00            11/24/00            in            
            147            8888            84            11/22/00            11/24/00            11/25/00            in            
            148            4567            271            11/22/00            11/24/00            11/26/00            in            
            149            8929            3            11/22/00            11/24/00            11/23/00            in            
            150            8080            309            11/22/00            11/24/00            11/22/00            in            
            151            2233            169            11/23/00            11/25/00            11/27/00            in            
            152            1818            153            11/23/00            11/25/00            11/24/00            in            
            153            2983            97            11/23/00            11/25/00            11/23/00            in            
            154            2876            211            11/23/00            11/25/00            11/23/00            in            
            155            6969            283            11/23/00            11/25/00            11/24/00            in            
            156            6598            162            11/23/00            11/25/00            11/26/00            in            
            157            2688            239            11/23/00            11/25/00            11/24/00            in            
            158            5968            132            11/23/00            11/25/00            11/26/00            in            
            159            6542            84            11/23/00            11/25/00            11/24/00            in            
            160            6932            300            11/23/00            11/25/00            11/24/00            in            
            161            5168            263            11/23/00            11/25/00            11/27/00            in            
            162            8929            150            11/23/00            11/25/00            11/24/00            in            
            163            1000            289            11/23/00            11/25/00            11/23/00            in            
            164            9847            258            11/23/00            11/25/00            11/27/00            in            
            165            5968            271            11/23/00            11/25/00            11/23/00            in            
            166            1000            205            11/23/00            11/25/00            11/27/00            in            
            167            1234            27            11/23/00            11/25/00            11/27/00            in            
            168            2270            15            11/23/00            11/25/00            11/27/00            in            
            169            1001            49            11/23/00            11/25/00            11/23/00            in            
            170            8756            115            11/23/00            11/25/00            11/24/00            in            
            171            2820            179            11/23/00            11/25/00            11/25/00            in            
            172            2131            206            11/23/00            11/25/00            11/24/00            in            
            173            1811            111            11/23/00            11/25/00            11/23/00            in            
            174            6542            293            11/23/00            11/25/00            11/27/00            in            
            175            5108            255            11/23/00            11/25/00            11/23/00            in            
            176            8788            68            11/23/00            11/25/00            11/23/00            in            
            177            7856            19            11/23/00            11/25/00            11/26/00            in            
            178            2688            42            11/23/00            11/25/00            11/27/00            in            
            179            5968            32            11/23/00            11/25/00            11/26/00            in            
            180            5568            146            11/23/00            11/25/00            11/23/00            in            
            181            1681            210            11/23/00            11/25/00            11/23/00            in            
            182            1002            303            11/23/00            11/25/00            11/27/00            in            
            183            7616            13            11/23/00            11/25/00            11/23/00            in            
            184            5568            84            11/23/00            11/25/00            11/25/00            in            
            185            5968            156            11/23/00            11/25/00            11/24/00            in            
            186            9999            238            11/23/00            11/25/00            11/27/00            in            
            187            8929            93            11/23/00            11/25/00            11/27/00            in            
            188            1634            241            11/23/00            11/25/00            11/27/00            in            
            189            1000            44            11/23/00            11/25/00            11/23/00            in            
            190            5968            127            11/23/00            11/25/00            11/27/00            in            
            191            7616            188            11/23/00            11/25/00            11/26/00            in            
            192            2131            259            11/23/00            11/25/00            11/25/00            in            
            193            2270            19            11/23/00            11/25/00            11/23/00            in            
            194            1681            295            11/23/00            11/25/00            11/27/00            in            
            195            2626            297            11/23/00            11/25/00            11/27/00            in            
            196            8929            212            11/23/00            11/25/00            11/25/00            in            
            197            1810            150            11/23/00            11/25/00            11/25/00            in            
            198            6598            110            11/23/00            11/25/00            11/26/00            in            
            199            1811            36            11/23/00            11/25/00            11/23/00            in            
            200            2233            267            11/23/00            11/25/00            11/26/00            in            
            201            9847            145            11/24/00            11/26/00            11/27/00            in            
            202            5568            182            11/24/00            11/26/00            11/27/00            in            
            203            2983            115            11/24/00            11/26/00                        out            
            204            8929            115            11/24/00            11/26/00            11/27/00            in            
            205            2270            94            11/24/00            11/26/00            11/24/00            in            
            206            2983            271            11/24/00            11/26/00                        out            
            207            8756            144            11/24/00            11/26/00            11/26/00            in            
            208            8756            39            11/24/00            11/26/00            11/24/00            in            
            209            1811            26            11/24/00            11/26/00            11/25/00            in            
            210            1811            85            11/24/00            11/26/00            11/27/00            in            
            211            8756            272            11/24/00            11/26/00            11/26/00            in            
            212            2688            187            11/24/00            11/26/00            11/26/00            in            
            213            7856            188            11/24/00            11/26/00            11/26/00            in            
            214            9394            147            11/24/00            11/26/00            11/24/00            in            
            215            2688            87            11/24/00            11/26/00            11/26/00            in            
            216            2131            235            11/24/00            11/26/00            11/27/00            in            
            217            8788            132            11/24/00            11/26/00            11/26/00            in            
            218            8788            254            11/24/00            11/26/00            11/24/00            in            
            219            3845            95            11/24/00            11/26/00            11/26/00            in            
            220            2270            66            11/24/00            11/26/00            11/24/00            in            
            221            5568            85            11/24/00            11/26/00            11/24/00            in            
            222            2131            194            11/24/00            11/26/00            11/26/00            in            
            223            4312            151            11/24/00            11/26/00            11/26/00            in            
            224            1001            212            11/24/00            11/26/00            11/24/00            in            
            225            1234            196            11/24/00            11/26/00                        out            
            226            6598            223            11/24/00            11/26/00            11/27/00            in            
            227            2270            162            11/24/00            11/26/00            11/25/00            in            
            228            8756            192            11/24/00            11/26/00            11/26/00            in            
            229            2828            185            11/24/00            11/26/00            11/24/00            in            
            230            1002            75            11/24/00            11/26/00            11/26/00            in            
            231            6628            233            11/24/00            11/26/00            11/25/00            in            
            232            9999            51            11/24/00            11/26/00            11/26/00            in            
            233            4321            310            11/24/00            11/26/00            11/27/00            in            
            234            1000            214            11/24/00            11/26/00            11/26/00            in            
            235            5489            276            11/24/00            11/26/00            11/25/00            in            
            236            1681            97            11/24/00            11/26/00                        out            
            237            1234            231            11/24/00            11/26/00            11/24/00            in            
            238            2345            63            11/24/00            11/26/00                        out            
            239            6598            3            11/24/00            11/26/00            11/26/00            in            
            240            2323            97            11/24/00            11/26/00                        out            
            241            7616            138            11/24/00            11/26/00            11/25/00            in            
            242            1111            42            11/24/00            11/26/00            11/26/00            in            
            243            8756            247            11/24/00            11/26/00            11/25/00            in            
            244            2983            114            11/24/00            11/26/00            11/24/00            in            
            245            4567            84            11/24/00            11/26/00            11/25/00            in            
            246            4312            259            11/24/00            11/26/00            11/26/00            in            
            247            7856            306            11/24/00            11/26/00            11/26/00            in            
            248            1810            167            11/24/00            11/26/00                        out            
            249            2270            15            11/24/00            11/26/00            11/27/00            in            
            250            5156            212            11/24/00            11/26/00            11/24/00            in            
            251            7616            44            11/25/00            11/27/00            12/3/01            in             Returned
            252            7856            290            11/25/00            11/27/00            11/26/00            in            
            253            8080            198            11/25/00            11/27/00                        out            
            254            2626            127            11/25/00            11/27/00                        out            
            255            5968            197            11/25/00            11/27/00            11/25/00            in            
            256            2741            30            11/25/00            11/27/00            11/25/00            in            
            257            2270            161            11/25/00            11/27/00                        out            
            258            1002            198            11/25/00            11/27/00            11/25/00            in            
            259            1810            264            11/25/00            11/27/00                        out            
            260            4321            228            11/25/00            11/27/00            11/27/00            in            
            261            9999            212            11/25/00            11/27/00                        out            
            262            1002            206            11/25/00            11/27/00                        out            
            263            4321            218            11/25/00            11/27/00                        out            
            264            6542            178            11/25/00            11/27/00                        out            
            265            6969            220            11/25/00            11/27/00                        out            
            266            2828            163            11/25/00            11/27/00            11/27/00            in            
            267            1811            108            11/25/00            11/27/00                        out            
            268            6542            180            11/25/00            11/27/00            11/26/00            in            
            269            2345            44            11/25/00            11/27/00            11/26/00            in            
            270            1681            87            11/25/00            11/27/00            11/25/00            in            
            271            8888            58            11/25/00            11/27/00                        out            
            272            2688            113            11/25/00            11/27/00                        out            
            273            6969            32            11/25/00            11/27/00                        out            
            274            4321            177            11/25/00            11/27/00                        out            
            275            9999            26            11/25/00            11/27/00                        out            
            276            5489            266            11/25/00            11/27/00                        out            
            277            8888            43            11/25/00            11/27/00            11/26/00            in            
            278            6598            124            11/25/00            11/27/00            11/25/00            in            
            279            9847            269            11/25/00            11/27/00                        out            
            280            6542            66            11/25/00            11/27/00                        out            
            281            8788            106            11/25/00            11/27/00            11/26/00            in            
            282            5156            62            11/25/00            11/27/00            11/27/00            in            
            283            1818            9            11/25/00            11/27/00            11/27/00            in            
            284            3845            5            11/25/00            11/27/00            11/27/00            in            
            285            1811            216            11/25/00            11/27/00                        out            
            286            8929            35            11/25/00            11/27/00                        out            
            287            1634            238            11/25/00            11/27/00            11/25/00            in            
            288            3845            212            11/25/00            11/27/00            11/26/00            in            
            289            7616            216            11/25/00            11/27/00            11/25/00            in            
            290            6598            170            11/25/00            11/27/00            11/25/00            in            
            291            2741            49            11/25/00            11/27/00                        out            
            292            5489            36            11/25/00            11/27/00            11/26/00            in            
            293            4321            64            11/25/00            11/27/00                        out            
            294            6542            300            11/25/00            11/27/00            11/26/00            in            
            295            3845            215            11/25/00            11/27/00            11/26/00            in            
            296            5108            207            11/25/00            11/27/00            11/27/00            in            
            297            7345            179            11/25/00            11/27/00                        out            
            298            2688            292            11/25/00            11/27/00            11/25/00            in            
            299            4321            301            11/25/00            11/27/00            11/25/00            in            
            300            1811            82            11/25/00            11/27/00            11/25/00            in            
            301            2983            304            11/26/00            11/28/00                        out            
            302            9999            139            11/26/00            11/28/00                        out            
            303            2626            220            11/26/00            11/28/00                        out            
            304            2323            273            11/26/00            11/28/00                        out            
            305            1681            11            11/26/00            11/28/00                        out            
            306            9847            129            11/26/00            11/28/00                        out            
            307            5489            302            11/26/00            11/28/00            11/26/00            in            
            308            5168            49            11/26/00            11/28/00            11/26/00            in            
            309            2983            214            11/26/00            11/28/00                        out            
            310            4312            161            11/26/00            11/28/00            11/27/00            in            
            311            6542            200            11/26/00            11/28/00                        out            
            312            9999            116            11/26/00            11/28/00                        out            
            313            8080            85            11/26/00            11/28/00            11/27/00            in            
            314            2626            68            11/26/00            11/28/00                        out            
            315            1003            58            11/26/00            11/28/00                        out            
            316            1000            179            11/26/00            11/28/00            11/27/00            in            
            317            2345            286            11/26/00            11/28/00            11/27/00            in            
            318            9999            24            11/26/00            11/28/00                        out            
            319            6932            187            11/26/00            11/28/00            11/26/00            in            
            320            5108            7            11/26/00            11/28/00                        out            
            321            7856            39            11/26/00            11/28/00            11/26/00            in            
            322            1003            90            11/26/00            11/28/00            11/26/00            in            
            323            2233            208            11/26/00            11/28/00            11/26/00            in            
            324            8788            270            11/26/00            11/28/00            11/26/00            in            
            325            5108            199            11/26/00            11/28/00                        out            
            326            8888            151            11/26/00            11/28/00            11/27/00            in            
            327            2820            136            11/26/00            11/28/00                        out            
            328            8756            12            11/26/00            11/28/00            11/27/00            in            
            329            6542            176            11/26/00            11/28/00                        out            
            330            2323            241            11/26/00            11/28/00            11/26/00            in            
            331            9999            301            11/26/00            11/28/00                        out            
            332            2820            144            11/26/00            11/28/00                        out            
            333            1810            221            11/26/00            11/28/00            11/26/00            in            
            334            7345            14            11/26/00            11/28/00            11/27/00            in            
            335            7856            89            11/26/00            11/28/00            11/27/00            in            
            336            2345            139            11/26/00            11/28/00                        out            
            337            1003            64            11/26/00            11/28/00                        out            
            338            8929            162            11/26/00            11/28/00            11/26/00            in            
            339            1002            205            11/26/00            11/28/00            11/27/00            in            
            340            1003            116            11/26/00            11/28/00            11/27/00            in            
            341            8788            117            11/26/00            11/28/00            11/27/00            in            
            342            8756            165            11/26/00            11/28/00            11/26/00            in            
            343            7345            12            11/26/00            11/28/00            11/27/00            in            
            344            2345            190            11/26/00            11/28/00                        out            
            345            1818            254            11/26/00            11/28/00            11/26/00            in            
            346            2323            181            11/26/00            11/28/00                        out            
            347            6598            259            11/26/00            11/28/00            11/27/00            in            
            348            1234            215            11/26/00            11/28/00                        out            
            349            6969            243            11/26/00            11/28/00                        out            
            350            3845            202            11/26/00            11/28/00                        out            
            351            2345            267            11/27/00            11/29/00            11/27/00            in            
            352            7856            224            11/27/00            11/29/00                        out            
            353            2820            243            11/27/00            11/29/00                        out            
            354            6542            222            11/27/00            11/29/00                        out            
            355            1234            185            11/27/00            11/29/00                        out            
            356            1000            22            11/27/00            11/29/00                        out            
            357            6628            140            11/27/00            11/29/00                        out            
            358            5968            178            11/27/00            11/29/00                        out            
            359            1681            207            11/27/00            11/29/00                        out            
            360            6969            90            11/27/00            11/29/00                        out            
            361            5108            201            11/27/00            11/29/00                        out            
            362            5968            272            11/27/00            11/29/00                        out            
            363            8888            175            11/27/00            11/29/00                        out            
            364            1003            83            11/27/00            11/29/00                        out            
            365            1000            253            11/27/00            11/29/00            11/27/00            in            
            366            3845            132            11/27/00            11/29/00                        out            
            367            1818            203            11/27/00            11/29/00                        out            
            368            5489            208            11/27/00            11/29/00                        out            
            369            5168            184            11/27/00            11/29/00                        out            
            370            7616            226            11/27/00            11/29/00                        out            
            371            5968            117            11/27/00            11/29/00            11/27/00            in            
            372            7616            186            11/27/00            11/29/00                        out            
            373            6542            210            11/27/00            11/29/00                        out            
            374            6969            242            11/27/00            11/29/00                        out            
            375            1634            241            11/27/00            11/29/00                        out            
            376            8756            163            11/27/00            11/29/00                        out            
            377            1234            290            11/27/00            11/29/00                        out            
            378            9394            40            11/27/00            11/29/00                        out            
            379            2983            58            11/27/00            11/29/00                        out            
            380            4312            143            11/27/00            11/29/00                        out            
            381            1634            231            11/27/00            11/29/00                        out            
            382            2741            51            11/27/00            11/29/00                        out            
            383            6628            79            11/27/00            11/29/00            11/27/00            in            
            384            3845            113            11/27/00            11/29/00            11/27/00            in            
            385            5968            196            11/27/00            11/29/00                        out            
            386            9394            205            11/27/00            11/29/00                        out            
            387            2345            49            11/27/00            11/29/00                        out            
            388            6932            259            11/27/00            11/29/00            11/27/00            in            
            389            5168            33            11/27/00            11/29/00                        out            
            390            8973            177            11/27/00            11/29/00                        out            
            391            5108            26            11/27/00            11/29/00                        out            
            392            4312            3            11/27/00            11/29/00                        out            
            393            4312            246            11/27/00            11/29/00                        out            
            394            9847            25            11/27/00            11/29/00                        out            
            395            5168            305            11/27/00            11/29/00                        out            
            396            8788            241            11/27/00            11/29/00                        out            
            397            5156            235            11/27/00            11/29/00            11/27/00            in            
            398            1003            286            11/27/00            11/29/00                        out            
            399            2669            160            11/27/00            11/29/00            11/27/00            in            
            400            1111            4            10/18/02            10/21/02                                    
            MemberCategory            MemberCatDescription
            A            A Class
            B            B Class
            C            C Class
            VideoCode            MovieTitle            MovieType            Rating            RentalPrice            Producer            Director            Media            TotalStock            NumberRented
            1            Star Trek 3: Search for Spock            Sci-fi            PG            1.5            Warner            Chew Teck Kuan                        7            0
            2            Star Trek 4: The Voyage Home            Sci-fi            PG            1.5            Universal            Steven Ou                        0            0
            3            Star Trek 5: The Final Frontier            Sci-fi            PG            1.5            Pixar            Tan Bak Wei                        3            1
            4            Demolition Man            Action            R            1.5            Universal            Chao Tah Jin Alex                        3            1
            5            Nemesis            Action            R            1.5            Universal            Koh Ting Ting                        4            0
            6            Full Eclipse            Action            R            1.5            RainTree            Lu Yun Christine                        6            0
            7            Marked for Death            Action            U            1.5            20th            Kelvin Koh                        3            1
            8            Black Rain            Drama            R            1.5            Pixar            jason young                        4            0
            9            Red Heat            Action            R            1.5            Warner            Tan Wei Wei                        4            0
            10            Die Hard            Action            R            1.5            Warner            Ng Teck Kie Anthony                        2            0
            11            Die Hard 2            Action            R            1.5            Pixar            Steven Teo                        6            1
            12            The Last Starfighter            Sci-fi            PG            1.5            Walt            Ng Hwee Ling                        7            0
            13            UHF            Comedy            PG            1.5            Pixar            Kathleen Loh Swat Hong                        5            0
            14            Firebirds            Action            PG            2.0            20th            Lam Yen Hsia                        2            0
            15            Red Scorpion            Action            R            1.5            RainTree            Lam Yen Hsia                        1            0
            16            The Hunt for Red October            Action            PG            2.0            Pixar            Lam Yen Hsia                        2            0
            17            The Godfather 3            Drama            R            1.5            Warner            Kam Teng Mun                        3            0
            18            Navy Seals            Action            R            1.5            Pixar            Vanessa Ong                        5            0
            19            The Punisher            Action            R            1.5            RainTree            Loke Je Hong                        1            0
            20            Tango and Cash            Action            U            2.0            Universal            Richard Kwan                        6            0
            21            Hard to Kill            Action            R            2.0            RainTree            Chew Teck Kuan                        1            0
            22            Big Trouble in Little China            Action            R            1.5            Walt            Choey Choon Yen                        6            1
            23            Harlem Nights            Comedy            R            2.0            Walt            Steven Ou                        3            0
            24            Star Wars: Making of a Saga            Sci-fi            U            2.0            Walt            Jon                        6            1
            25            Teenage Mutant Ninja Turtles 2            Action            PG            2.0            20th            Steven Teo                        4            1
            26            I Come in Peace            Action            R            2.0            Warner            Ng Teck Kie Anthony                        4            2
            27            Air America            Comedy            R            2.0            Columbia            Ng Teck Kie Anthony                        4            0
            28            The Untouchables            Drama            PG            2.0            20th            Terence Lim                        3            0
            29            Red Dawn            Drama            PG            2.0            Warner            Kam Teng Mun                        1            0
            30            Strange Brew            Comedy            PG            2.0            RainTree            Chao Tah Jin Alex                        4            0
            31            Pretty Woman            Drama            R            2.0            RainTree            Tan Choon Heong                        1            0
            32            It            Drama            PG            2.0            20th            Lee Boon Kiat                        4            1
            33            Lethal Weapon            Action            R            2.0            Walt            P Ravichandran                        4            1
            34            Nasty Boys            Action            PG            2.0            Pixar            Terence Lim                        4            0
            35            Steel Dawn            Action            PG            2.0            Pixar            Too Siew Hong                        2            1
            36            Ghostbusters            Comedy            PG            2.0            RainTree            Loke Je Hong                        6            0
            37            Iron Eagle 2            Action            PG            2.0            RainTree            Abdul Zaidi                        6            0
            38            Predator            Action            R            2.0            Warner            Cheryl Song                        3            0
            39            Iron Eagle            Action            PG            2.0            Pixar            Kok Kah Chee                        5            0
            40            Dark Man            Drama            R            1.0            Warner            Chionh Choon Lee                        6            1
            41            Kick Boxer            Action            R            2.0            Pixar            Lam Yen Hsia                        2            0
            42            Men at Work            Comedy            U            2.0            Columbia            Seah Yang Hwee Raymond                        6            0
            43            Lost Boys            Drama            U            2.0            20th            Lu Yun Christine                        0            0
            44            Total Recall            Action            R            2.0            RainTree            Too Siew Hong                        3            1
            45            The First Power            Drama            R            2.0            Warner            Cho Wee Weng                        6            0
            46            Dead Poet Society            Drama            R            2.0            Pixar            Too Siew Hong                        1            0
            47            Twins            Comedy            PG            2.0            RainTree            Steven Teo                        4            0
            48            Flatliners            Drama            R            1.0            Pixar            Ng Hwee Ling                        7            0
            49            Above the Law            Action            R            2.0            Walt            Too Siew Hong                        4            2
            50            The Terminator            Action            R            2.0            Universal            Sridharan Jayanthi                        3            0
            51            Blood Ties            Drama            PG            2.0            Pixar            Cheong Pei Sian                        2            1
            52            Toy Soldiers            Action            PG            2.0            RainTree            Chao Tah Jin Alex                        3            0
            53            The Princess Bride            Comedy            PG            1.0            Columbia            Kelvin Koh                        2            0
            54            Freejack            Sci-fi            R            3.0            Warner            Rajaram Venkatesh                        5            0
            55            FX 2            Action            R            2.0            Columbia            Kelvin Koh                        1            0
            56            The Rocketeer            Action            PG            2.0            Walt            Seah Yang Hwee Raymond                        4            0
            57            Terminator 2: Judgement Day            Action            R            2.0            Walt            Kathleen Loh Swat Hong                        1            0
            58            Warlock            Horror            R            2.0            Universal            Cheryl Tan                        5            3
            59            Eve of Destruction            Action            R            2.0            Columbia            Leong Wai Fun                        6            0
            60            Hot Shots            Comedy            PG            2.0            20th            Jon                        6            0
            61            Firestarter            Drama            R            2.0            Columbia            Margaret Ng                        1            0
            62            The Abyss            Drama            R            2.0            20th            Goh Chee Eng                        5            0
            63            Pump Up the Volume            Drama            R            2.0            Columbia            Kok Kah Chee                        1            1
            64            Dick Tracy            Action            PG            2.0            Pixar            Richard Kwan                        4            2
            65            Gremlins 2: The New Batch            Comedy            PG            2.0            Columbia            Low Soo Chiew                        0            0
            66            Home Alone            Comedy            PG            2.0            Pixar            Koh Ting Ting                        5            1
            67            Groundhog Day            Comedy            PG            2.0            Walt            Seah Yang Hwee Raymond                        7            0
            68            Fire in the Sky            Drama            R            2.0            Warner            Kam Teng Mun                        2            1
            69            Caddyshack            Comedy            R            2.0            Pixar            Fu Shou Jeen                        5            0
            70            Coming to America            Comedy            R            2.0            Pixar            Ng Choon Seng                        2            0
            71            Predator 2            Action            R            2.0            Pixar            Kan May Yoke Michelle                        2            0
            72            I'm Gonna Git you Sucka            Comedy            R            2.0            20th            Steven Teo                        0            0
            73            Career Opportunities            Adventure            R            2.0            Walt            Loke Je Hong                        3            0
            74            Highlander            Action            R            2.0            Pixar            Terence Lim                        3            0
            75            Fantasia            Animation            U            2.0            Warner            Cho Wee Weng                        0            0
            76            Backdraft            Action            R            2.0            20th            Cho Wee Weng                        5            0
            77            Weird Science            Comedy            R            2.0            Walt            Kok Kah Chee                        6            0
            78            The Final Countdown            Drama            PG            2.0            RainTree            Kok Kah Chee                        1            0
            79            Hudson Hawk            Comedy            PG            2.0            Columbia            Chao Tah Jin Alex                        6            0
            80            What about Bob            Comedy            PG            2.0            Universal            Abdul Zaidi                        7            0
            81            Oscar            Comedy            PG            2.0            RainTree            Chao Tah Jin Alex                        5            0
            82            The Last Boy Scout            Action            R            2.0            Columbia            Margaret Ng                        0            0
            83            Eric the Viking            Comedy            R            2.0            Warner            Tan Choon Heong                        7            1
            84            If Looks can Kill            Comedy            PG            2.0            Pixar            Boh Lee Ming Lynn                        7            0
            85            Regarding Henry            Drama            R            1.0            Warner            Choey Choon Yen                        2            0
            86            Cast a Deadly Spell            Drama            PG            2.0            RainTree            Low Soo Chiew                        2            0
            87            Out for Justice            Action            R            2.0            Warner            Richard Kwan                        0            0
            88            Dune            Sci-fi            PG            2.0            Columbia            Goh Chee Eng                        4            0
            89            Blade Runner            Sci-fi            R            3.0            RainTree            P Ravichandran                        1            0
            90            Aliens            Sci-fi            R            3.0            Walt            Goh Chee Eng                        1            1
            91            Commando            Action            U            1.0            Warner            Chew Teck Kuan                        6            0
            92            Bill and Ted's Excellent Adventure            Comedy            PG            2.0            Walt            Ng Hwee Ling                        5            0
            93            Edward Scissorhands            Drama            PG            2.0            RainTree            Ng Wee Hock John                        3            0
            94            Robocop 2            Sci-fi            R            3.0            20th            Chan Chin Fung                        2            0
            95            The Naked Gun            Comedy            R            2.0            Walt            Rajaram Venkatesh                        6            0
            96            The Naked Gun 2 1/2            Comedy            R            2.0            RainTree            Chan Chin Fung                        1            0
            97            My Science Project            Sci-fi            PG            2.0            Columbia            Sridharan Jayanthi                        5            2
            98            The Rookie            Action            R            2.0            Pixar            Lou Anna Tan                        5            0
            99            Raw Deal            Action            R            2.0            Warner            Ang Kim Beng                        4            0
            100            Running Man            Action            R            2.0            Columbia            Fu Shou Jeen                        6            0
            101            Heavy Metal            Animation            R            1.5            Columbia            Sridharan Jayanthi                        6            0
            102            Back to the Future            Comedy            PG            1.5            Columbia            Leong Wai Fun                        0            0
            103            Back to the Future 2            Comedy            PG            2.0            Walt            Kok Kah Chee                        4            0
            104            Back to the Future 3            Comedy            PG            1.5            Walt            Abdul Zaidi                        6            0
            105            Bill and Ted's Bogus Journey            Comedy            PG            2.0            Universal            Margaret Ng                        6            0
            106            Wayne's World            Comedy            PG            2.0            Walt            Leong Wai Fun                        5            0
            107            White Men Can't Jump            Comedy            R            2.0            Walt            Cho Wee Weng                        5            0
            108            Kuffs            Comedy            R            1.5            RainTree            Margaret Ng                        3            1
            109            Pure Luck            Comedy            R            2.0            20th            Abdul Zaidi                        4            0
            110            Major League            Comedy            R            2.0            RainTree            Fu Shou Jeen                        3            0
            111            Highlander 2: The Quickening            Action            R            1.5            Universal            Vanessa Ong                        6            0
            112            Lion Heart            Action            U            2.0            Pixar            Chan Chin Fung                        2            0
            113            Flight of the Intruder            Action            R            1.5            Warner            jason young                        1            1
            114            Hook            Adventure            PG            2.0            Columbia            Chionh Choon Lee                        5            0
            115            Addams Family            Comedy            PG            2.0            Walt            Richard Kwan                        4            1
            116            Pacific Heights            Drama            R            1.5            Warner            Ng Teck Kie Anthony                        6            1
            117            Star Trek 6: The Undiscovered Country            Sci-fi            PG            2.0            20th            Sridharan Jayanthi                        6            0
            118            Dances with Wolves            Drama            PG            2.0            Columbia            Terence Lim                        5            0
            119            Hamburger Hill            Action            R            2.0            Universal            Wong Sook Huey                        6            0
            120            Batman            Action            PG            2.0            Walt            Ang Kim Beng                        6            0
            121            Jurassic Park            Action            PG            2.0            Walt            Kam Teng Mun                        7            0
            122            JFK            Drama            R            2.0            Pixar            Ang Kim Beng                        4            0
            123            The Godfather            Drama            R            2.0            Walt            Constance Yong                        2            0
            124            Medicine Man            Drama            PG            2.0            RainTree            Low Soo Chiew                        7            0
            125            FX            Drama            R            2.0            20th            Fu Shou Jeen                        4            0
            126            Cliffhanger            Action            R            2.0            Columbia            Wong Sook Huey                        4            0
            127            The Godfather 2            Drama            R            2.0            Warner            Ang Kim Beng                        2            1
            128            Far and Away            Drama            R            2.0            RainTree            Lee Boon Kiat                        5            0
            129            Platoon            Action            R            1.0            Universal            Ng Wee Hock John                        6            1
            130            Heartbreak Ridge            Action            R            2.0            20th            Tan Bak Wei                        5            0
            131            The Dead Pool            Action            R            2.0            Walt            Tan Choon Heong                        1            0
            132            Lawn Mower Man            Horror            R            2.0            Universal            jason young                        5            1
            133            Sleepwalkers            Horror            R            2.0            RainTree            Neo Keng Hoe                        5            0
            134            Batman Returns            Action            PG            2.0            Universal            Kam Teng Mun                        1            0
            135            Alien 3            Sci-fi            R            2.0            Universal            Kathleen Loh Swat Hong                        3            0
            136            Firefox            Drama            R            2.0            Universal            Choey Choon Yen                        0            1
            137            Buffy: The Vampire Slayer            Comedy            PG            2.0            Columbia            Lu Yun Christine                        4            0
            138            Basic Instinct            Drama            R            2.0            Universal            Constance Yong                        4            0
            139            Internal Affairs            Drama            R            2.0            20th            Tan Choon Heong                        0            2
            140            Presumed Innocent            Drama            R            2.0            Pixar            Cheryl Tan                        4            1
            141            A League of Their Own            Drama            PG            2.0            Universal            Jon                        5            0
            142            Patriot Games            Drama            PG            2.0            Walt            Boh Lee Ming Lynn                        2            0
            143            Evil Dead 2            Comedy            R            2.0            Columbia            Kok Kah Chee                        2            1
            144            Sneakers            Action            PG            2.0            Warner            Khoo Chee Huat                        3            1
            145            Interceptor            Action            R            2.0            Columbia            Cheryl Tan                        3            0
            146            Split Second            Action            R            2.0            RainTree            Lou Anna Tan                        1            0
            147            Under Siege            Action            R            2.0            Columbia            Goh Chee Eng                        1            0
            148            Cape Fear (1991)            Drama            R            2.0            20th            Kelvin Koh                        3            0
            149            The Hand That Rocks the Cradle            Drama            R            1.5            20th            Tan Wei Wei                        5            0
            150            Passenger 57            Action            R            2.0            RainTree            Steven Teo                        0            0
            151            The Silence of the Lambs            Drama            U            2.0            Pixar            Chew Teck Kuan                        1            0
            152            Goodfellas            Drama            R            1.0            Pixar            Khoo Chee Huat                        6            0
            153            Cool World            Drama            R            1.5            Pixar            Tan Bak Wei                        3            0
            154            A Few Good Men            Drama            R            2.0            Universal            Chionh Choon Lee                        1            0
            155            The Mighty Ducks            Comedy            PG            1.5            20th            Cheong Pei Sian                        2            0
            156            Teenage Mutant Ninja Turtles 3            Action            PG            2.0            20th            Boh Lee Ming Lynn                        5            0
            157            Bram Stoker's Dracula            Drama            R            2.0            Universal            Chan Chin Fung                        5            0
            158            Monolith            Action            R            2.0            Warner            Steven Ou                        2            0
            159            Captain Ron            Comedy            PG            2.0            Columbia            Neo Keng Hoe                        3            0
            160            The Best of the Best 2            Adventure            R            2.0            Warner            Ng Wee Hock John                        3            0
            161            Rapid Fire            Adventure            R            1.5            Pixar            Constance Yong                        6            1
            162            Universal Soldier            Action            R            2.0            Pixar            Ng Wee Hock John                        1            0
            163            Thunder Heart            Drama            R            2.0            Walt            Vanessa Ong                        6            1
            164            Iron Eagle 3: Aces            Action            PG            2.0            Columbia            Cho Wee Weng                        0            0
            165            Army of Darkness            Action            R            2.0            20th            Cheryl Tan                        0            0
            166            Willow            Drama            PG            2.0            Walt            Lee Boon Kiat                        1            0
            167            Innocent Blood            Drama            R            2.0            Universal            Kan May Yoke Michelle                        3            1
            168            Sniper            Drama            R            2.0            Walt            Low Soo Chiew                        0            0
            169            Alive            Drama            R            2.0            RainTree            Ng Wee Hock John                        2            0
            170            Falling Down            Drama            R            2.0            RainTree            Abdul Zaidi                        6            0
            171            Rising Sun            Drama            U            2.0            Pixar            jason young                        0            0
            172            Warlock: The Armageddon            Horror            R            2.0            20th            Tan Choon Heong                        5            -1
            173            Robin Hood: Men in Tights            Comedy            R            1.0            Columbia            P Ravichandran                        6            0
            174            Hot Shots: Part Daux            Comedy            PG            2.0            Walt            Too Siew Hong                        4            0
            175            Fortress            Adventure            R            2.0            Warner            Cheong Pei Sian                        2            1
            176            The Fugitive            Drama            R            1.0            RainTree            Lee Boon Kiat                        4            1
            177            True Lies            Action            R            2.0            20th            Ng Teck Kie Anthony                        2            2
            178            Blown Away            Adventure            R            2.0            Pixar            Rajaram Venkatesh                        5            2
            179            Hackers            Adventure            PG            2.0            Universal            Lou Anna Tan                        6            1
            180            The Return of Jafar            Animation            U            2.0            RainTree            Low Soo Chiew                        5            0
            181            Star Trek 2: The Wrath of Khan            Sci-fi            PG            2.0            20th            Ng Choon Seng                        6            1
            182            Robocop 3            Sci-fi            R            2.0            20th            Lu Yun Christine                        3            0
            183            Batman: Mask of the Phantasm            Animation            PG            2.0            Universal            Tan Wei Wei                        5            0
            184            Hard Target            Action            R            2.0            Columbia            Ng Choon Seng                        7            1
            185            In the Line of Fire            Drama            R            2.0            RainTree            Kathleen Loh Swat Hong                        6            1
            186            Last Action Hero            Action            R            2.0            20th            Ng Hwee Ling                        0            1
            187            The Specialist            Action            R            2.0            Universal            Steven Ou                        6            0
            188            Pelican Brief            Drama            R            2.0            Walt            Kathleen Loh Swat Hong                        2            0
            189            Airheads            Comedy            R            2.0            Warner            Steven Teo                        6            0
            190            Dave            Comedy            R            2.0            Columbia            Jon                        3            1
            191            The Crow            Action            R            2.0            Warner            Cheryl Tan                        2            0
            192            The Lion King            Animation            U            2.0            Walt            jason young                        5            0
            193            Star Trek 1: The Motion Picture            Sci-fi            PG            2.0            Pixar            Wong Sook Huey                        6            0
            194            Usual Suspects            Drama            R            1.5            Universal            Cheryl Song                        3            0
            195            No Escape            Action            R            2.0            20th            Jon                        4            0
            196            The Real McCoy            Adventure            R            1.5            Universal            Khoo Chee Huat                        2            2
            197            Mary Shelly's Frankenstein            Drama            R            2.0            RainTree            Loke Je Hong                        6            0
            198            Timecop            Action            R            1.0            Universal            Koh Ting Ting                        1            1
            199            Clear and Present Danger            Drama            R            2.0            Pixar            Lou Anna Tan                        4            1
            200            Star Trek: Generations            Sci-fi            PG            1.5            Warner            Vanessa Ong                        7            1
            201            Interview with the Vampire            Drama            R            2.0            RainTree            Leong Wai Fun                        3            1
            202            The Professional            Drama            R            2.0            20th            Neo Keng Hoe                        3            1
            203            New Jack City            Drama            R            1.5            Walt            Chionh Choon Lee                        2            1
            204            Independence Day            Sci-fi            R            3.0            20th            Goh Chee Eng                        7            0
            205            Mission Impossible            Action            R            2.0            Columbia            Chew Teck Kuan                        1            1
            206            Eraser            Action            R            2.0            Walt            Cheryl Tan                        5            1
            207            Crimson Tide            Drama            R            1.5            RainTree            Sridharan Jayanthi                        1            1
            208            Apollo 13            Drama            PG            1.5            20th            Kan May Yoke Michelle                        2            1
            209            The Firm            Drama            R            2.0            Warner            Abdul Zaidi                        4            0
            210            Tombstone            Drama            R            2.0            20th            Chionh Choon Lee                        6            1
            211            The Phantom            Action            PG            2.0            Columbia            Fu Shou Jeen                        4            0
            212            The Substitute            Drama            R            2.0            Universal            Tan Bak Wei                        1            1
            213            Just Cause            Drama            R            2.0            Pixar            Tan Wei Wei                        3            0
            214            Toy Story            Animation            U            2.0            20th            Richard Kwan                        7            1
            215            Star Trek: First Contact            Sci-fi            PG            2.0            Pixar            Terence Lim                        1            1
            216            Twister            Drama            R            2.0            Universal            Boh Lee Ming Lynn                        6            1
            217            Chain Reaction            Drama            R            2.0            Universal            Seah Yang Hwee Raymond                        4            0
            218            Assassins            Drama            R            2.0            20th            Tan Choon Heong                        0            1
            219            Phenomenon            Drama            R            2.0            Pixar            Goh Chee Eng                        2            0
            220            Forrest Gump            Drama            PG            2.0            RainTree            P Ravichandran                        6            2
            221            Mortal Kombat            Martial Ar            R            2.0            Walt            Tan Bak Wei                        0            0
            222            Congo            Drama            R            1.0            RainTree            Steven Ou                        6            1
            223            Metro            Adventure            R            2.0            RainTree            Wong Sook Huey                        1            0
            224            Absolute Power            Drama            R            2.0            Universal            Chao Tah Jin Alex                        1            1
            225            Jerry MacGuire            Drama            PG            2.0            Universal            Constance Yong                        2            0
            226            Ransom            Drama            PG            1.5            Walt            Lee Boon Kiat                        3            1
            227            Mars Attacks            Comedy            PG            2.0            RainTree            Neo Keng Hoe                        2            0
            228            The Shawshank Redemption            Drama            R            1.5            Pixar            Ng Choon Seng                        1            0
            229            The Craft            Drama            R            2.0            20th            Kan May Yoke Michelle                        6            0
            230            Dangerous Minds            Drama            R            2.0            Warner            Vanessa Ong                        1            0
            231            Beauty and the Beast            Animation            U            1.5            Walt            Lam Yen Hsia                        1            1
            232            Star Wars            Sci-fi            PG            2.0            20th            Koh Ting Ting                        6            0
            233            Star Wars (Limited Edition)            Sci-fi            PG            2.0            Walt            Chionh Choon Lee                        2            0
            234            Empire Strikes Back            Sci-fi            PG            2.0            RainTree            Cheryl Song                        0            0
            235            Empire Strikes Back (Limited Edition)            Sci-fi            PG            2.0            20th            Kan May Yoke Michelle                        7            0
            236            Return of the Jedi            Sci-fi            PG            2.0            Columbia            Margaret Ng                        4            0
            237            Return of the Jedi (Limited Edition)            Sci-fi            PG            2.0            Warner            Ng Hwee Ling                        5            0
            238            Aladdin            Animation            U            2.0            Universal            Boh Lee Ming Lynn                        3            0
            239            Lethal Weapon 2            Action            R            2.0            Warner            Cheong Pei Sian                        6            0
            240            Robocop            Sci-fi            R            3.0            Universal            Rajaram Venkatesh                        1            0
            241            Robin Hood: Prince of Thieves            Drama            PG            2.0            Warner            Cheong Pei Sian                        2            2
            242            Top gun            Action            PG            2.0            Universal            Jon                        0            1
            243            Raiders of the Lost Ark            Action            PG            2.0            20th            Cho Wee Weng                        2            2
            244            Indiana Jones and the Temple of Doom            Action            PG            2.0            Warner            Cheryl Song                        6            0
            245            Indiana Jones and the Last Crusade            Action            PG            1.5            Walt            Ng Wee Hock John                        1            0
            246            Ferris Bueller's Day Off            Comedy            PG            2.0            Pixar            Ang Kim Beng                        5            1
            247            X-Files (Humbug)            Drama            PG            1.5            20th            Loke Je Hong                        7            0
            248            X-Files (Anasazi)            Drama            PG            2.0            Pixar            Kam Teng Mun                        6            0
            249            X-Files (Colony)            Drama            PG            2.0            20th            Ng Hwee Ling                        6            0
            250            X-Files (End Game)            Drama            PG            2.0            Columbia            Fu Shou Jeen                        7            0
            251            X-Files (Irresistible)            Drama            PG            2.0            Warner            Low Soo Chiew                        4            0
            252            X-Files (Die Hand Die Verletzt)            Drama            PG            2.0            Pixar            Rajaram Venkatesh                        6            0
            253            X-Files (Ascension)            Drama            PG            1.5            RainTree            Lam Yen Hsia                        4            0
            254            X-Files (One Breath)            Drama            PG            2.0            Walt            Ng Choon Seng                        2            0
            255            X-Files (Sleepless)            Drama            PG            2.0            RainTree            Terence Lim                        1            0
            256            X-Files (Duane Barry)            Drama            PG            2.0            Universal            Chan Chin Fung                        4            0
            257            X-Files (Little Green Men)            Drama            PG            2.0            RainTree            Lou Anna Tan                        6            0
            258            X-Files (The Host)            Drama            PG            2.0            Columbia            Too Siew Hong                        3            0
            259            X-Files (Darkness Falls)            Drama            PG            2.0            Pixar            P Ravichandran                        1            0
            260            X-Files (The Erlenmeyer Flask)            Drama            PG            2.0            20th            Jon                        1            0
            261            X-Files (Beyound The Sea)            Drama            PG            2.0            Columbia            Choey Choon Yen                        4            0
            262            X-Files (E.B.E.)            Drama            PG            1.5            20th            Lu Yun Christine                        1            0
            263            X-Files (Squeeze)            Drama            PG            2.0            Pixar            Vanessa Ong                        0            0
            264            X-Files (Tooms)            Drama            PG            1.5            Warner            Chao Tah Jin Alex                        6            1
            265            X-Files (Conduit)            Drama            PG            2.0            Pixar            jason young                        1            0
            266            X-Files (Ice)            Drama            PG            1.5            Walt            Khoo Chee Huat                        7            1
            267            X-Files (Fallen Angel)            Drama            PG            2.0            Warner            Neo Keng Hoe                        4            0
            268            X-Files (Eve)            Drama            PG            1.0            Walt            Kelvin Koh                        3            0
            269            X-Files (Pilot)            Drama            PG            2.0            Warner            Steven Ou                        5            1
            270            X-Files (Deep Throat)            Drama            PG            2.0            Universal            Cheong Pei Sian                        3            0
            271            Teenage Mutant Ninja Turtles            Adventure            PG            1.5            Universal            Ng Teck Kie Anthony                        6            1
            272            X-Files (The Blessing Way            Drama            PG            2.0            Columbia            Chionh Choon Lee                        6            1
            273            X-Files (Paper Clip)            Drama            PG            2.0            Walt            Chew Teck Kuan                        0            1
            274            X-Files (Clyde Bruckman's Final Repose)            Drama            PG            2.0            Columbia            Margaret Ng                        4            0
            275            X-Files (War of the Coprophages)            Drama            PG            1.5            Columbia            Richard Kwan                        4            0
            276            X-Files (Nisei)            Drama            PG            2.0            Warner            Wong Sook Huey                        3            0
            277            X-Files (731)            Drama            PG            2.0            Walt            Ang Kim Beng                        4            0
            278            X-Files (Piper Maru)            Drama            PG            2.0            Walt            Tan Bak Wei                        0            0
            279            X-Files (Apocrypha)            Drama            PG            1.0            RainTree            Tan Wei Wei                        6            0
            280            X-Files (Pusher)            Drama            PG            2.0            20th            Sridharan Jayanthi                        1            0
            281            X-Files (Jose Chung's "From Outer Space")            Drama            PG            2.0            Walt            Seah Yang Hwee Raymond                        3            0
            282            X-Files (Wetwired)            Drama            PG            1.0            Columbia            Ng Teck Kie Anthony                        4            0
            283            X-Files (Talitha Cumi)            Drama            PG            2.0            Warner            Koh Ting Ting                        6            0
            284            Anastasia            Animated            U            2.0            20th            Cheryl Song                        1            0
            285            Hurcules            Animated            U            2.0            Warner            Richard Kwan                        2            0
            286            The Little Mermaid            Animated            U            2.0            Columbia            P Ravichandran                        2            1
            287            Bambi            Animated            U            2.0            RainTree            Lee Boon Kiat                        7            0
            288            Fireball Forward            War            PG            2.0            20th            Tan Wei Wei                        5            0
            289            From Hell to Victory            War            PG            2.0            Walt            Chan Chin Fung                        3            0
            290            The Bridge on the River Kwai            War            PG            2.0            Universal            Cheryl Song                        1            1
            291            WW II:America at War            War            PG            2.0            Walt            Constance Yong                        4            0
            292            Die Hard 3: With a Vengeance            Action            R            2.0            Universal            Boh Lee Ming Lynn                        4            0
            293            Spawn            Action            R            2.0            RainTree            Seah Yang Hwee Raymond                        2            0
            294            Private Parts            Comedy            R            2.0            Walt            Leong Wai Fun                        3            0
            295            Seven Years in Tibet            Drama            PG            2.0            Walt            Kelvin Koh                        6            0
            296            Volcano            Drama            R            2.0            Universal            Kan May Yoke Michelle                        3            0
            297            Father's Day            Comedy            R            1.5            RainTree            Constance Yong                        1            0
            298            The Nutty Professor            Comedy            R            2.0            RainTree            Lu Yun Christine                        1            0
            299            Midnight in the Garden of Good and Evil            Drama            R            1.5            Columbia            Ng Choon Seng                        2            0
            300            King Pin            Comedy            R            2.0            Warner            Choey Choon Yen                        1            0
            301            Liar Liar            Comedy            R            1.5            20th            Rajaram Venkatesh                        1            1
            302            Nothing to Lose            Comedy            R            2.0            Warner            Too Siew Hong                        1            0
            303            The Saint            Action            R            1.0            20th            Wong Sook Huey                        6            0
            304            Dante's Peak            Drama            R            2.0            RainTree            Koh Ting Ting                        2            1
            305            The Devil's Own            Drama            R            2.0            Warner            Leong Wai Fun                        6            1
            306            The Jackle            Action            R            2.0            Pixar            Choey Choon Yen                        6            0
            307            McHale's Navy            Comedy            R            1.0            Walt            Khoo Chee Huat                        1            0
            308            Slingblade            Drama            R            2.0            Pixar            Loke Je Hong                        6            0
            309            Casino            Drama            R            2.0            Walt            Khoo Chee Huat                        5            0
            310            G. I. Jane            Drama            R            1.5            Pixar            Neo Keng Hoe                        2            0
            311            Donny Brasco            Drama            R            2.0            RainTree            Kathleen Loh Swat Hong                        3            0
            312            Mercury Rising            Action            R            2.0            Universal                                    5            0
            Producer            ProducerName            CountryCode
            20th            20th Century Fox Productions            UK
            Columbia            Columbia Pictures Production            UK
            George            George Lucas Production            USA
            Pixar            Pixar Entertainment            USA
            Raintree            RainTree Pictures            SIN
            Universal             Universal Studio Productions            UK
            Walt            Walt Disney Studio            USA
            Warner            Warner Brothers Production            USA
            Producer            Website
            20th            www.century.com
            Columbia            www.columbia.com
            Universal             www.universal.com
            EmployeeID            Salary            DateArchived
            VideoCode            AdjustmentQty            DateAdjusted            WhoAdjust            AdjustReason
            LoginName            Password
            Bala            mani
            Esther            tan
            Jaik            yong
            Moon            kway
            Venkat            raman
DataAccess/DataAccess/bin/Debug/DataAccess.exe
DataAccess/DataAccess/bin/Debug/DataAccess.exe.config









DataAccess/DataAccess/bin/Debug/DataAccess.pdb
DataAccess/DataAccess/DafestyVideo.mdb
            NumberType            FirstFreeNo
            IssueNumbe            1
            PONumber            1
            CountryCode            CountryName            Currency            TimeZone
            ARG            Argentina                        
            AUS            Australia            AUD            10
            BEL            Belgium                        
            BRA            Brazil                        
            CAN            Canada            CND            -6
            DEN            Denmark                        
            FIN            Finland                        
            FRA            France            FFR            1
            GER            Germany                        
            IND            Indonesia                        
            IRE            Ireland                        
            ITA            Italy                        
            JAP            Japan                        
            KOR            Korea                        
            MAL            Malaysia            RM            8
            MEX            Mexico                        
            NOR            Norway                        
            POL            Poland                        
            POR            Portugal                        
            SIN            Singapore            SGD            8
            SLR            Srilanka            Srp            0
            SPA            Spain                        
            SWE            Sweden                        
            SWZ            Switzerland            SFR            2
            THA            Thailand                        
            UK            UK                        
            USA            USA            USD            -6
            VEN            Venezuela                        
            CustomerID            CustomeName            TelephoneNo
            CustomerID            CustomerName            MemberCategory            Address            City            OldPostalCode            PostalCode            CountryCode            ContactTitle            PhoneNumber            Extension            FaxNumber            EmailAddress            Notes
            1000            Lou Anna Tan            A            Blk 26, Telok Blangah Crescent #22-87, Singapore 0409            Singapore            0409            090026            GER            MS            2732287                                    [email protected]            
            1001            Wong Sook Huey            B            Blk 1007 Teresa Ville Lower Delta Road #06-02, Singapore 0410            Singapore            0410            099310            SIN            MS            2740975                                    [email protected]            
            1002            Ng Choon Seng            C            Blk 63 Bishan St 21 #06-01, Singapore 1057            Singapore            1057            574045            CAN            MR            2580742                                    [email protected]            
            1003            Chew Teck Kuan            D            Blk 109 Bedok North Rd #06-2316, Singapore 1046            Singapore            1046            460109            SIN            MR            4434675                                    [email protected]            
            1111            Steven Ou            C            Blk 244, Bukit Panjang Ring Road, #11-184, Singapore 2367                        2367            670244            BRA            MR            7620324                                    [email protected]            
            1634            Sridharan Jayanthi            A            Blk 232, Jurong East Street 21 #02-436, Singapore 1234            Singapore            1234            600232            SIN            MS            6658037                                    [email protected]            
            1681            Terence Lim            B            Blk 99, Balestier Road, #12-168, Singapore 1232                        1232            320099            SLR            MR            3551385                                    [email protected]            
            1810            Vanessa Ong            C            Blk 20, Eunos Crescent, #04-2965, Singapore 1400            Singapore            1400            400020            SIN            MS            7487923                                    [email protected]            
            1811            Koh Ting Ting            B            Blk 61, Upper Paya Lebar Road, Singapore 1953            Singapore            1953            534816            SIN            MS            2827208                                    [email protected]            
            1818            Chionh Choon Lee            A            Blk 89, Zion Road, #16-137, Singapore 0316            Singapore            0316            160089            SIN            MR            7333100                                    [email protected]            
            2131            Jon            AA            Block 88 Demsey Road #01-01, Singapore 1234            Singapore            1234            234088            SWZ            Ms            7654321                                                
            2233            Too Siew Hong            B            Blk 749, Pasir Ris St 71, #09-66, Singapore 1651            Singapore            1651            510749            SIN            MS            5847682                                    [email protected]            
            2270            Chao Tah Jin Alex            D            Blk 12, Dover Close East, #08-208, Singapore 1027            Singapore            1027            130012            SIN            MR            8721768                                    [email protected]            
            2323            Richard Kwan            A            Blk 27, Marine Crescent, #05-05, Singapore 2345            Singapore            2345            130012            SIN            MR            2352345                                                
            2345            Ng Teck Kie Anthony            A            Blk 105, Gangsa Road, #02-103, Singapore 2367            Singapore            2367            670105            SIN            MR            7690237                                                
            2626            Steven Teo            A            Blk 253, Kim Keat Link, #01-126 Singapore 2345            Singapore            2345                        SIN            MR            3533819                                                
            2669            Boh Lee Ming Lynn            C            Blk 671, Woodlands Dr 71 #04-51, Singapore 0512            Singapore            0512            730671            SIN            Ms                                                [email protected]            
            2688            Kathleen Loh Swat Hong            A            Blk 56, #08-161 Telok Blangah Heights, Singapore 0410            Singapore            0410            100056            SIN            MS            2735765                                    [email protected]            
            2741            Goh Chee Eng            C            Blk 267 Sembawang Drive #08-349 Singapore 2369            Singapore            2369            690267            SIN            MS            5553849                                    [email protected]            
            2820            Ng Wee Hock John            A            Blk 417, Woodlands St 41, #02-143, Singapore 2573            Singapore            2573            730417            SIN            MR            3622055                                    [email protected]            
            2828            Cheryl Song            C            Blk 26, Bayshore Road, #23-07, Singapore 1647            Singapore            1647            469972            FRA            Ms            2459304                                    [email protected]            
            2876            Kan May Yoke Michelle            C            Blk 710 Ang Mo Kio Ave 8 #04-2613, Singapore 2056            Singapore            2056            560710            SIN            MS            4554591                                    [email protected]            
            2983            Cheryl Tan            A            Blk 84, Telok Blangah Heights, #06-323, Singapore 1004            Singapore            1004            100084            SIN            MS            2789967                                    [email protected]            
            3845            Tan Choon Heong            A            Blk 303, Shunfu Road, #03-59, Singapore 4567            Singapore            4567            570303            SIN            MR            3580709                                    [email protected]            
            4312            Leong Wai Fun            A            Blk 43, Hindhede Walk, #04-06, Singapore 1234            Singapore            1234            587973            SWZ            MS            4674116                                    [email protected]            
            4321            Kok Kah Chee            D            Blk 224, Jurong North St 2, #100-01, Singapore 2264            Singapore            2264            600224            MAL            MR            5696231                                    [email protected]            
            4567            Abdul Zaidi            A            Blk 24, Telok Blangah Crescent, #14-14, Singapore 0409            Singapore            0409            090024            SIN            MR            2709466                                    [email protected]            
            5108            Cho Wee Weng            A            Blk 208, Toa Payoh North, #08-1271, Singapore 1234            Singapore            1234            310208            SIN            MR            2541126                                    [email protected]            
            5156            Lee Boon Kiat            A            26A, Lengkong Satu, Singapore 1441            Singapore            1441            417500            SIN            MR            4423368                                                
            5168            Constance Yong            C            Blk 673 Bukit Batok St 67 #08-987 Singapore 1968            Singapore            1968            680673            SIN            MS            7771357                                    [email protected]            
            5489            Ang Kim Beng            A            Blk 208 Bedok North St 3 #12-234 Singapore 1644            Singapore            1644            440208            SIN            MR            4486578                                    [email protected]            
            5568            Kam Teng Mun            A            Blk 894, Tampines St 81,#10-933,Singapore 1646            Singapore            1646            520894            SIN            MR            7825643                                    [email protected]            
            5968            Tan Wei Wei            A            3, Kismis Place, Singapore 2159            Singapore            2159            598154            SIN            MS            4674463                                    [email protected]            
            6542            Lam Yen Hsia            D            Blk 92, Bedok North Ave 4, #08-1491, Singapore 1646            Singapore            1646            460092            SIN            MS            4452718                                    [email protected]            
            6598            Choey Choon Yen            A            30, Dedap Road, Singapore 2880            Singapore            2880            809434            SIN            MR            4847698                                    [email protected]            
            6628            Margaret Ng            A            Blk 835, Hougang Green, #11-221, Singapore 1953            Singapore            1953            530835            SIN            MS            3853767                                    [email protected]            
            6932            Ng Hwee Ling            A            280, Bedok Road, Singapore 1646            Singapore            1646            469437            SIN            MS            2420425                                    [email protected]            
            6969            jason young            D            blk 48 dorset rd #24-111 singapore 0821            Singapore            0821            210048            SIN            MR            6969696                                                
            7345            P Ravichandran            B            Blk 612, Clementi West Street 1, #09-290, Singapore 2612            Singapore            2612            120612            SIN            MR            7755113                                    [email protected]            
            7616            Cheong Pei Sian            B            8 Westwood Walk, Singapore 1234            Singapore            1234            648651            SIN            MS            7918584                                    [email protected]            
            7856            Rajaram Venkatesh            A            Blk 143, Petir road, #07-232, Singapore 3226            Singapore            3226            670143            SIN            Mr            7634227                                                
            8080            Chan Chin Fung            B            6 Dover Rise, #17-11, Singapore 1234            Singapore            1234            138678            SIN            MR            8738529                                    [email protected]            
            8756            Lu Yun Christine            B            Blk 302, Clementi Ave 4, #05-539, Singapore 0302            Singapore            0302            120302            SIN            MS            7759223                                    [email protected]            
            8788            Fu Shou Jeen            A            9 Broadrick Road, Singapore 1543            Singapore            1543            439471            SIN            MR            3468656                                    [email protected]            
            8888            Kelvin Koh            B            Blk 25, Towner Road, #04-09, Singapore 2345            Singapore            2345            559668            SIN            MR            7789876                                                
            8929            Neo Keng Hoe            B            Blk 492 Yishun Ave 4 #18-168 Singapore 2776            Singapore            2776            760492            SIN            MR            7568912                                    [email protected]            
            8973            Loke Je Hong            A            503 Elias Road, Singapore 1851            Singapore            1851            519917            SIN            MR            5827992                                    [email protected]            
            9394            Khoo Chee Huat            B            Blk 315, Ubi Avenue 1, #05-393, Singapore 1234            Singapore            1234            400315            SIN            MR            8425102                                    [email protected]            
            9847            Low Soo Chiew            B            Blk 42, Bedok South Road, #05-747, Singapore 1646            Singapore            1646            460042            SIN            MR            4454331                                    [email protected]            
            9999            Seah Yang Hwee Raymond            A            Blk 410, Sembawang Drive, #14-768, Singapore 1675            Singapore            1675            750610            SIN            MR            5551082                                    [email protected]            
            VideoCode            VideoTitle            MovieType            Rating            Price            Producer            Director            Media            TotalStock            NumberRented            PreviousEpisode
            1000            Lions Of Saharah            Animal Documentary            G            1.5                                                5                        
            1001            Poverty in Russia 1            Real Life Documentary            G            2.0                                                4                        
            1002            Lonely Planet: Japan            Tour Documentary            G            1.5                                                6                        
            1003            Lonely Planet: Paris 1            Tour Documentary            G            2.5                                                3                        
            1004            Poverty in Russia 2            Real Life Documentary            G            3.0                                                5                        1001
            1005            Lonely Planet: Turkey            Tour Documentary            G            3.5                                                3                        
            1006            Birds of Prey            Animal Documentary            G            4.0                                                4                        
            1007            Sharks: Predator or Prey            Animal Documentary            G            2.5                                                3                        
            1008            Lonely Planet: Paris 2            Tour Documentary            G            1.5                                                3                        1003
            1009            Greatest Buildings on Earth            Architecture Documentary            G            2.5                                                5                        
            1010            Greatest Wonders of the World            Architecture Documentary            G            2.0                                                6                        
            1011            Crop Circles: Fact or Fiction            Mystery Documentary            G            1.5                                                2                        
            1012            Animal Kindom of Amazon            Animal Documentary            G            3.0                                                5                        
            1013            African Elephants            Animal Documentary            G            3.5                                                3                        
            EmployeeID            Name            Age            Salary
            E1             Anna             29            2000.0
            E2             Benedict             40            4100.5
            E3             Charles             35            2500.0
            E4             Diana             27            3105.45
            E5             Eileen             32            5900.0
            E6             Freddy             56            1500.0
            EmployeeID            Name            Age            Salary
            E1             Anna             29            2000.0
            E2             Benedict             40            4100.5
            E3             Charles             35            2500.0
            E4             Diana             27            3105.45
            E5             Eileen             32            5900.0
            E6             Freddy             56            1500.0
            TransactionID            CustomerID            VideoCode            DateIssue            DateDue            DateActualReturn            RentalStatus            Remarks
            1            1003            27            12/1/00            12/3/00            11/24/00            in            
            2            4312            55            11/20/00            11/22/00            11/22/00            in            
            3            6598            94            11/20/00            11/22/00            11/23/00            in            
            4            1111            164            11/20/00            11/22/00            11/24/00            in            
            5            4312            291            11/20/00            11/22/00            11/22/00            in            
            6            8756            1            11/20/00            11/22/00            11/23/00            in            
            7            7856            254            11/20/00            11/22/00            11/20/00            in            
            8            8756            232            11/20/00            11/22/00            11/24/00            in            
            9            1000            299            11/20/00            11/22/00            11/24/00            in            
            10            1818            38            11/20/00            11/22/00            11/21/00            in            
            11            2270            244            11/20/00            11/22/00            11/21/00            in            
            12            8973            96            11/20/00            11/22/00            11/20/00            in            
            13            5108            202            11/20/00            11/22/00            11/21/00            in            
            14            3845            87            11/20/00            11/22/00            11/20/00            in            
            15            2983            13            11/20/00            11/22/00            11/22/00            in            
            16            5489            4            11/20/00            11/22/00            11/22/00            in            
            17            2828            17            11/20/00            11/22/00            11/20/00            in            
            18            8929            250            11/20/00            11/22/00            11/22/00            in            
            19            2983            280            11/20/00            11/22/00            11/23/00            in            
            20            2131            303            11/20/00            11/22/00            11/20/00            in            
            21            5156            207            11/20/00            11/22/00            11/22/00            in            
            22            5156            120            11/20/00            11/22/00            11/20/00            in            
            23            2741            188            11/20/00            11/22/00            11/22/00            in            
            24            2820            168            11/20/00            11/22/00            11/22/00            in            
            25            2820            158            11/20/00            11/22/00            11/23/00            in            
            26            2626            45            11/20/00            11/22/00            11/22/00            in            
            27            2688            33            11/20/00            11/22/00            11/24/00            in            
            28            5108            149            11/20/00            11/22/00            11/24/00            in            
            29            4567            157            11/20/00            11/22/00            11/23/00            in            
            30            8756            284            11/20/00            11/22/00            11/20/00            in            
            31            3845            8            11/20/00            11/22/00            11/23/00            in            
            32            5108            121            11/20/00            11/22/00            11/22/00            in            
            33            1634            28            11/20/00            11/22/00            11/23/00            in            
            34            1003            243            11/20/00            11/22/00            11/24/00            in            
            35            1003            278            11/20/00            11/22/00            11/20/00            in            
            36            7856            115            11/20/00            11/22/00            11/24/00            in            
            37            1818            20            11/20/00            11/22/00            11/20/00            in            
            38            6542            282            11/20/00            11/22/00            11/23/00            in            
            39            2669            192            11/20/00            11/22/00            11/23/00            in            
            40            2820            297            11/20/00            11/22/00            11/24/00            in            
            41            2688            223            11/20/00            11/22/00            11/20/00            in            
            42            1634            169            11/20/00            11/22/00            11/20/00            in            
            43            1111            76            11/20/00            11/22/00            11/21/00            in            
            44            5568            82            11/20/00            11/22/00            11/22/00            in            
            45            6598            47            11/20/00            11/22/00            11/24/00            in            
            46            5156            112            11/20/00            11/22/00            11/23/00            in            
            47            7345            292            11/20/00            11/22/00            11/23/00            in            
            48            6969            141            11/20/00            11/22/00            11/23/00            in            
            49            9394            292            11/20/00            11/22/00            11/20/00            in            
            50            2820            302            11/20/00            11/22/00            11/20/00            in            
            51            8756            57            11/21/00            11/23/00            11/24/00            in            
            52            8973            112            11/21/00            11/23/00            11/22/00            in            
            53            9394            294            11/21/00            11/23/00            11/24/00            in            
            54            6598            227            11/21/00            11/23/00            11/22/00            in            
            55            2323            99            11/21/00            11/23/00            11/24/00            in            
            56            4312            137            11/21/00            11/23/00            11/25/00            in            
            57            2345            141            11/21/00            11/23/00            11/24/00            in            
            58            1810            248            11/21/00            11/23/00            11/23/00            in            
            59            2626            72            11/21/00            11/23/00            11/21/00            in            
            60            2741            290            11/21/00            11/23/00            11/25/00            in            
            61            2233            163            11/21/00            11/23/00            11/21/00            in            
            62            2345            129            11/21/00            11/23/00            11/25/00            in            
            63            5156            112            11/21/00            11/23/00            11/21/00            in            
            64            9847            88            11/21/00            11/23/00            11/25/00            in            
            65            8929            186            11/21/00            11/23/00            11/22/00            in            
            66            5489            146            11/21/00            11/23/00            11/22/00            in            
            67            2669            290            11/21/00            11/23/00            11/21/00            in            
            68            9394            258            11/21/00            11/23/00            11/25/00            in            
            69            6542            111            11/21/00            11/23/00            11/24/00            in            
            70            2669            86            11/21/00            11/23/00            11/23/00            in            
            71            1111            132            11/21/00            11/23/00            11/25/00            in            
            72            5168            216            11/21/00            11/23/00            11/21/00            in            
            73            8756            263            11/21/00            11/23/00            11/25/00            in            
            74            2323            197            11/21/00            11/23/00            11/22/00            in            
            75            2270            105            11/21/00            11/23/00            11/23/00            in            
            76            2323            307            11/21/00            11/23/00            11/25/00            in            
            77            5568            251            11/21/00            11/23/00            11/22/00            in            
            78            8788            37            11/21/00            11/23/00            11/21/00            in            
            79            2820            44            11/21/00            11/23/00            11/21/00            in            
            80            2233            63            11/21/00            11/23/00            11/21/00            in            
            81            2270            97            11/21/00            11/23/00            11/24/00            in            
            82            5489            199            11/21/00            11/23/00            11/24/00            in            
            83            2669            165            11/21/00            11/23/00            11/24/00            in            
            84            2828            284            11/21/00            11/23/00            11/23/00            in            
            85            2820            192            11/21/00            11/23/00            11/25/00            in            
            86            5568            66            11/21/00            11/23/00            11/22/00            in            
            87            8080            281            11/21/00            11/23/00            11/21/00            in            
            88            8080            208            11/21/00            11/23/00            11/24/00            in            
            89            8888            80            11/21/00            11/23/00            11/21/00            in            
            90            4312            12            11/21/00            11/23/00            11/22/00            in            
            91            2345            29            11/21/00            11/23/00            11/22/00            in            
            92            1002            60            11/21/00            11/23/00            11/23/00            in            
            93            5108            133            11/21/00            11/23/00            11/21/00            in            
            94            2876            240            11/21/00            11/23/00            11/25/00            in            
            95            8973            114            11/21/00            11/23/00            11/25/00            in            
            96            8080            244            11/21/00            11/23/00            11/22/00            in            
            97            4321            180            11/21/00            11/23/00            11/24/00            in            
            98            5489            26            11/21/00            11/23/00            11/24/00            in            
            99            8788            198            11/21/00            11/23/00            11/24/00            in            
            100            1818            310            11/21/00            11/23/00            11/25/00            in            
            101            4312            86            11/22/00            11/24/00            11/23/00            in            
            102            7616            144            11/22/00            11/24/00            11/26/00            in            
            103            8888            300            11/22/00            11/24/00            11/23/00            in            
            104            5968            175            11/22/00            11/24/00            11/26/00            in            
            105            5108            98            11/22/00            11/24/00            11/24/00            in            
            106            1681            74            11/22/00            11/24/00            11/25/00            in            
            107            1681            86            11/22/00            11/24/00            11/25/00            in            
            108            5568            175            11/22/00            11/24/00            11/25/00            in            
            109            9847            24            11/22/00            11/24/00            11/26/00            in            
            110            2669            283            11/22/00            11/24/00            11/22/00            in            
            111            1810            117            11/22/00            11/24/00            11/23/00            in            
            112            2270            265            11/22/00            11/24/00            11/22/00            in            
            113            2983            45            11/22/00            11/24/00            11/22/00            in            
            114            1002            206            11/22/00            11/24/00            11/26/00            in            
            115            2131            47            11/22/00            11/24/00            11/25/00            in            
            116            2741            223            11/22/00            11/24/00            11/23/00            in            
            117            4567            46            11/22/00            11/24/00            11/23/00            in            
            118            2688            58            11/22/00            11/24/00            11/22/00            in            
            119            8788            21            11/22/00            11/24/00            11/24/00            in            
            120            6542            256            11/22/00            11/24/00            11/24/00            in            
            121            2233            277            11/22/00            11/24/00            11/22/00            in            
            122            6969            224            11/22/00            11/24/00            11/25/00            in            
            123            6542            285            11/22/00            11/24/00            11/25/00            in            
            124            2233            111            11/22/00            11/24/00            11/26/00            in            
            125            1003            214            11/22/00            11/24/00            11/26/00            in            
            126            2131            102            11/22/00            11/24/00            11/22/00            in            
            127            2669            238            11/22/00            11/24/00            11/26/00            in            
            128            2669            149            11/22/00            11/24/00            11/26/00            in            
            129            1003            1            11/22/00            11/24/00            11/25/00            in            
            130            5156            148            11/22/00            11/24/00            11/24/00            in            
            131            9847            71            11/22/00            11/24/00            11/25/00            in            
            132            2345            300            11/22/00            11/24/00            11/25/00            in            
            133            2345            90            11/22/00            11/24/00            11/24/00            in            
            134            1001            252            11/22/00            11/24/00            11/24/00            in            
            135            5489            294            11/22/00            11/24/00            11/22/00            in            
            136            7616            46            11/22/00            11/24/00            11/25/00            in            
            137            5156            30            11/22/00            11/24/00            11/23/00            in            
            138            1810            63            11/22/00            11/24/00            11/26/00            in            
            139            1003            88            11/22/00            11/24/00            11/22/00            in            
            140            2688            28            11/22/00            11/24/00            11/24/00            in            
            141            2345            137            11/22/00            11/24/00            11/25/00            in            
            142            9394            21            11/22/00            11/24/00            11/22/00            in            
            143            8973            113            11/22/00            11/24/00            11/26/00            in            
            144            1003            309            11/22/00            11/24/00            11/26/00            in            
            145            5168            126            11/22/00            11/24/00            11/26/00            in            
            146            1634            274            11/22/00            11/24/00            11/24/00            in            
            147            8888            84            11/22/00            11/24/00            11/25/00            in            
            148            4567            271            11/22/00            11/24/00            11/26/00            in            
            149            8929            3            11/22/00            11/24/00            11/23/00            in            
            150            8080            309            11/22/00            11/24/00            11/22/00            in            
            151            2233            169            11/23/00            11/25/00            11/27/00            in            
            152            1818            153            11/23/00            11/25/00            11/24/00            in            
            153            2983            97            11/23/00            11/25/00            11/23/00            in            
            154            2876            211            11/23/00            11/25/00            11/23/00            in            
            155            6969            283            11/23/00            11/25/00            11/24/00            in            
            156            6598            162            11/23/00            11/25/00            11/26/00            in            
            157            2688            239            11/23/00            11/25/00            11/24/00            in            
            158            5968            132            11/23/00            11/25/00            11/26/00            in            
            159            6542            84            11/23/00            11/25/00            11/24/00            in            
            160            6932            300            11/23/00            11/25/00            11/24/00            in            
            161            5168            263            11/23/00            11/25/00            11/27/00            in            
            162            8929            150            11/23/00            11/25/00            11/24/00            in            
            163            1000            289            11/23/00            11/25/00            11/23/00            in            
            164            9847            258            11/23/00            11/25/00            11/27/00            in            
            165            5968            271            11/23/00            11/25/00            11/23/00            in            
            166            1000            205            11/23/00            11/25/00            11/27/00            in            
            167            1234            27            11/23/00            11/25/00            11/27/00            in            
            168            2270            15            11/23/00            11/25/00            11/27/00            in            
            169            1001            49            11/23/00            11/25/00            11/23/00            in            
            170            8756            115            11/23/00            11/25/00            11/24/00            in            
            171            2820            179            11/23/00            11/25/00            11/25/00            in            
            172            2131            206            11/23/00            11/25/00            11/24/00            in            
            173            1811            111            11/23/00            11/25/00            11/23/00            in            
            174            6542            293            11/23/00            11/25/00            11/27/00            in            
            175            5108            255            11/23/00            11/25/00            11/23/00            in            
            176            8788            68            11/23/00            11/25/00            11/23/00            in            
            177            7856            19            11/23/00            11/25/00            11/26/00            in            
            178            2688            42            11/23/00            11/25/00            11/27/00            in            
            179            5968            32            11/23/00            11/25/00            11/26/00            in            
            180            5568            146            11/23/00            11/25/00            11/23/00            in            
            181            1681            210            11/23/00            11/25/00            11/23/00            in            
            182            1002            303            11/23/00            11/25/00            11/27/00            in            
            183            7616            13            11/23/00            11/25/00            11/23/00            in            
            184            5568            84            11/23/00            11/25/00            11/25/00            in            
            185            5968            156            11/23/00            11/25/00            11/24/00            in            
            186            9999            238            11/23/00            11/25/00            11/27/00            in            
            187            8929            93            11/23/00            11/25/00            11/27/00            in            
            188            1634            241            11/23/00            11/25/00            11/27/00            in            
            189            1000            44            11/23/00            11/25/00            11/23/00            in            
            190            5968            127            11/23/00            11/25/00            11/27/00            in            
            191            7616            188            11/23/00            11/25/00            11/26/00            in            
            192            2131            259            11/23/00            11/25/00            11/25/00            in            
            193            2270            19            11/23/00            11/25/00            11/23/00            in            
            194            1681            295            11/23/00            11/25/00            11/27/00            in            
            195            2626            297            11/23/00            11/25/00            11/27/00            in            
            196            8929            212            11/23/00            11/25/00            11/25/00            in            
            197            1810            150            11/23/00            11/25/00            11/25/00            in            
            198            6598            110            11/23/00            11/25/00            11/26/00            in            
            199            1811            36            11/23/00            11/25/00            11/23/00            in            
            200            2233            267            11/23/00            11/25/00            11/26/00            in            
            201            9847            145            11/24/00            11/26/00            11/27/00            in            
            202            5568            182            11/24/00            11/26/00            11/27/00            in            
            203            2983            115            11/24/00            11/26/00                        out            
            204            8929            115            11/24/00            11/26/00            11/27/00            in            
            205            2270            94            11/24/00            11/26/00            11/24/00            in            
            206            2983            271            11/24/00            11/26/00                        out            
            207            8756            144            11/24/00            11/26/00            11/26/00            in            
            208            8756            39            11/24/00            11/26/00            11/24/00            in            
            209            1811            26            11/24/00            11/26/00            11/25/00            in            
            210            1811            85            11/24/00            11/26/00            11/27/00            in            
            211            8756            272            11/24/00            11/26/00            11/26/00            in            
            212            2688            187            11/24/00            11/26/00            11/26/00            in            
            213            7856            188            11/24/00            11/26/00            11/26/00            in            
            214            9394            147            11/24/00            11/26/00            11/24/00            in            
            215            2688            87            11/24/00            11/26/00            11/26/00            in            
            216            2131            235            11/24/00            11/26/00            11/27/00            in            
            217            8788            132            11/24/00            11/26/00            11/26/00            in            
            218            8788            254            11/24/00            11/26/00            11/24/00            in            
            219            3845            95            11/24/00            11/26/00            11/26/00            in            
            220            2270            66            11/24/00            11/26/00            11/24/00            in            
            221            5568            85            11/24/00            11/26/00            11/24/00            in            
            222            2131            194            11/24/00            11/26/00            11/26/00            in            
            223            4312            151            11/24/00            11/26/00            11/26/00            in            
            224            1001            212            11/24/00            11/26/00            11/24/00            in            
            225            1234            196            11/24/00            11/26/00                        out            
            226            6598            223            11/24/00            11/26/00            11/27/00            in            
            227            2270            162            11/24/00            11/26/00            11/25/00            in            
            228            8756            192            11/24/00            11/26/00            11/26/00            in            
            229            2828            185            11/24/00            11/26/00            11/24/00            in            
            230            1002            75            11/24/00            11/26/00            11/26/00            in            
            231            6628            233            11/24/00            11/26/00            11/25/00            in            
            232            9999            51            11/24/00            11/26/00            11/26/00            in            
            233            4321            310            11/24/00            11/26/00            11/27/00            in            
            234            1000            214            11/24/00            11/26/00            11/26/00            in            
            235            5489            276            11/24/00            11/26/00            11/25/00            in            
            236            1681            97            11/24/00            11/26/00                        out            
            237            1234            231            11/24/00            11/26/00            11/24/00            in            
            238            2345            63            11/24/00            11/26/00                        out            
            239            6598            3            11/24/00            11/26/00            11/26/00            in            
            240            2323            97            11/24/00            11/26/00                        out            
            241            7616            138            11/24/00            11/26/00            11/25/00            in            
            242            1111            42            11/24/00            11/26/00            11/26/00            in            
            243            8756            247            11/24/00            11/26/00            11/25/00            in            
            244            2983            114            11/24/00            11/26/00            11/24/00            in            
            245            4567            84            11/24/00            11/26/00            11/25/00            in            
            246            4312            259            11/24/00            11/26/00            11/26/00            in            
            247            7856            306            11/24/00            11/26/00            11/26/00            in            
            248            1810            167            11/24/00            11/26/00                        out            
            249            2270            15            11/24/00            11/26/00            11/27/00            in            
            250            5156            212            11/24/00            11/26/00            11/24/00            in            
            251            7616            44            11/25/00            11/27/00            12/3/01            in             Returned
            252            7856            290            11/25/00            11/27/00            11/26/00            in            
            253            8080            198            11/25/00            11/27/00                        out            
            254            2626            127            11/25/00            11/27/00                        out            
            255            5968            197            11/25/00            11/27/00            11/25/00            in            
            256            2741            30            11/25/00            11/27/00            11/25/00            in            
            257            2270            161            11/25/00            11/27/00                        out            
            258            1002            198            11/25/00            11/27/00            11/25/00            in            
            259            1810            264            11/25/00            11/27/00                        out            
            260            4321            228            11/25/00            11/27/00            11/27/00            in            
            261            9999            212            11/25/00            11/27/00                        out            
            262            1002            206            11/25/00            11/27/00                        out            
            263            4321            218            11/25/00            11/27/00                        out            
            264            6542            178            11/25/00            11/27/00                        out            
            265            6969            220            11/25/00            11/27/00                        out            
            266            2828            163            11/25/00            11/27/00            11/27/00            in            
            267            1811            108            11/25/00            11/27/00                        out            
            268            6542            180            11/25/00            11/27/00            11/26/00            in            
            269            2345            44            11/25/00            11/27/00            11/26/00            in            
            270            1681            87            11/25/00            11/27/00            11/25/00            in            
            271            8888            58            11/25/00            11/27/00                        out            
            272            2688            113            11/25/00            11/27/00                        out            
            273            6969            32            11/25/00            11/27/00                        out            
            274            4321            177            11/25/00            11/27/00                        out            
            275            9999            26            11/25/00            11/27/00                        out            
            276            5489            266            11/25/00            11/27/00                        out            
            277            8888            43            11/25/00            11/27/00            11/26/00            in            
            278            6598            124            11/25/00            11/27/00            11/25/00            in            
            279            9847            269            11/25/00            11/27/00                        out            
            280            6542            66            11/25/00            11/27/00                        out            
            281            8788            106            11/25/00            11/27/00            11/26/00            in            
            282            5156            62            11/25/00            11/27/00            11/27/00            in            
            283            1818            9            11/25/00            11/27/00            11/27/00            in            
            284            3845            5            11/25/00            11/27/00            11/27/00            in            
            285            1811            216            11/25/00            11/27/00                        out            
            286            8929            35            11/25/00            11/27/00                        out            
            287            1634            238            11/25/00            11/27/00            11/25/00            in            
            288            3845            212            11/25/00            11/27/00            11/26/00            in            
            289            7616            216            11/25/00            11/27/00            11/25/00            in            
            290            6598            170            11/25/00            11/27/00            11/25/00            in            
            291            2741            49            11/25/00            11/27/00                        out            
            292            5489            36            11/25/00            11/27/00            11/26/00            in            
            293            4321            64            11/25/00            11/27/00                        out            
            294            6542            300            11/25/00            11/27/00            11/26/00            in            
            295            3845            215            11/25/00            11/27/00            11/26/00            in            
            296            5108            207            11/25/00            11/27/00            11/27/00            in            
            297            7345            179            11/25/00            11/27/00                        out            
            298            2688            292            11/25/00            11/27/00            11/25/00            in            
            299            4321            301            11/25/00            11/27/00            11/25/00            in            
            300            1811            82            11/25/00            11/27/00            11/25/00            in            
            301            2983            304            11/26/00            11/28/00                        out            
            302            9999            139            11/26/00            11/28/00                        out            
            303            2626            220            11/26/00            11/28/00                        out            
            304            2323            273            11/26/00            11/28/00                        out            
            305            1681            11            11/26/00            11/28/00                        out            
            306            9847            129            11/26/00            11/28/00                        out            
            307            5489            302            11/26/00            11/28/00            11/26/00            in            
            308            5168            49            11/26/00            11/28/00            11/26/00            in            
            309            2983            214            11/26/00            11/28/00                        out            
            310            4312            161            11/26/00            11/28/00            11/27/00            in            
            311            6542            200            11/26/00            11/28/00                        out            
            312            9999            116            11/26/00            11/28/00                        out            
            313            8080            85            11/26/00            11/28/00            11/27/00            in            
            314            2626            68            11/26/00            11/28/00                        out            
            315            1003            58            11/26/00            11/28/00                        out            
            316            1000            179            11/26/00            11/28/00            11/27/00            in            
            317            2345            286            11/26/00            11/28/00            11/27/00            in            
            318            9999            24            11/26/00            11/28/00                        out            
            319            6932            187            11/26/00            11/28/00            11/26/00            in            
            320            5108            7            11/26/00            11/28/00                        out            
            321            7856            39            11/26/00            11/28/00            11/26/00            in            
            322            1003            90            11/26/00            11/28/00            11/26/00            in            
            323            2233            208            11/26/00            11/28/00            11/26/00            in            
            324            8788            270            11/26/00            11/28/00            11/26/00            in            
            325            5108            199            11/26/00            11/28/00                        out            
            326            8888            151            11/26/00            11/28/00            11/27/00            in            
            327            2820            136            11/26/00            11/28/00                        out            
            328            8756            12            11/26/00            11/28/00            11/27/00            in            
            329            6542            176            11/26/00            11/28/00                        out            
            330            2323            241            11/26/00            11/28/00            11/26/00            in            
            331            9999            301            11/26/00            11/28/00                        out            
            332            2820            144            11/26/00            11/28/00                        out            
            333            1810            221            11/26/00            11/28/00            11/26/00            in            
            334            7345            14            11/26/00            11/28/00            11/27/00            in            
            335            7856            89            11/26/00            11/28/00            11/27/00            in            
            336            2345            139            11/26/00            11/28/00                        out            
            337            1003            64            11/26/00            11/28/00                        out            
            338            8929            162            11/26/00            11/28/00            11/26/00            in            
            339            1002            205            11/26/00            11/28/00            11/27/00            in            
            340            1003            116            11/26/00            11/28/00            11/27/00            in            
            341            8788            117            11/26/00            11/28/00            11/27/00            in            
            342            8756            165            11/26/00            11/28/00            11/26/00            in            
            343            7345            12            11/26/00            11/28/00            11/27/00            in            
            344            2345            190            11/26/00            11/28/00                        out            
            345            1818            254            11/26/00            11/28/00            11/26/00            in            
            346            2323            181            11/26/00            11/28/00                        out            
            347            6598            259            11/26/00            11/28/00            11/27/00            in            
            348            1234            215            11/26/00            11/28/00                        out            
            349            6969            243            11/26/00            11/28/00                        out            
            350            3845            202            11/26/00            11/28/00                        out            
            351            2345            267            11/27/00            11/29/00            11/27/00            in            
            352            7856            224            11/27/00            11/29/00                        out            
            353            2820            243            11/27/00            11/29/00                        out            
            354            6542            222            11/27/00            11/29/00                        out            
            355            1234            185            11/27/00            11/29/00                        out            
            356            1000            22            11/27/00            11/29/00                        out            
            357            6628            140            11/27/00            11/29/00                        out            
            358            5968            178            11/27/00            11/29/00                        out            
            359            1681            207            11/27/00            11/29/00                        out            
            360            6969            90            11/27/00            11/29/00                        out            
            361            5108            201            11/27/00            11/29/00                        out            
            362            5968            272            11/27/00            11/29/00                        out            
            363            8888            175            11/27/00            11/29/00                        out            
            364            1003            83            11/27/00            11/29/00                        out            
            365            1000            253            11/27/00            11/29/00            11/27/00            in            
            366            3845            132            11/27/00            11/29/00                        out            
            367            1818            203            11/27/00            11/29/00                        out            
            368            5489            208            11/27/00            11/29/00                        out            
            369            5168            184            11/27/00            11/29/00                        out            
            370            7616            226            11/27/00            11/29/00                        out            
            371            5968            117            11/27/00            11/29/00            11/27/00            in            
            372            7616            186            11/27/00            11/29/00                        out            
            373            6542            210            11/27/00            11/29/00                        out            
            374            6969            242            11/27/00            11/29/00                        out            
            375            1634            241            11/27/00            11/29/00                        out            
            376            8756            163            11/27/00            11/29/00                        out            
            377            1234            290            11/27/00            11/29/00                        out            
            378            9394            40            11/27/00            11/29/00                        out            
            379            2983            58            11/27/00            11/29/00                        out            
            380            4312            143            11/27/00            11/29/00                        out            
            381            1634            231            11/27/00            11/29/00                        out            
            382            2741            51            11/27/00            11/29/00                        out            
            383            6628            79            11/27/00            11/29/00            11/27/00            in            
            384            3845            113            11/27/00            11/29/00            11/27/00            in            
            385            5968            196            11/27/00            11/29/00                        out            
            386            9394            205            11/27/00            11/29/00                        out            
            387            2345            49            11/27/00            11/29/00                        out            
            388            6932            259            11/27/00            11/29/00            11/27/00            in            
            389            5168            33            11/27/00            11/29/00                        out            
            390            8973            177            11/27/00            11/29/00                        out            
            391            5108            26            11/27/00            11/29/00                        out            
            392            4312            3            11/27/00            11/29/00                        out            
            393            4312            246            11/27/00            11/29/00                        out            
            394            9847            25            11/27/00            11/29/00                        out            
            395            5168            305            11/27/00            11/29/00                        out            
            396            8788            241            11/27/00            11/29/00                        out            
            397            5156            235            11/27/00            11/29/00            11/27/00            in            
            398            1003            286            11/27/00            11/29/00                        out            
            399            2669            160            11/27/00            11/29/00            11/27/00            in            
            400            1111            4            10/18/02            10/21/02                                    
            MemberCategory            MemberCatDescription
            A            A Class
            B            B Class
            C            C Class
            VideoCode            MovieTitle            MovieType            Rating            RentalPrice            Producer            Director            Media            TotalStock            NumberRented
            1            Star Trek 3: Search for Spock            Sci-fi            PG            1.5            Warner            Chew Teck Kuan                        7            0
            2            Star Trek 4: The Voyage Home            Sci-fi            PG            1.5            Universal            Steven Ou                        0            0
            3            Star Trek 5: The Final Frontier            Sci-fi            PG            1.5            Pixar            Tan Bak Wei                        3            1
            4            Demolition Man            Action            R            1.5            Universal            Chao Tah Jin Alex                        3            1
            5            Nemesis            Action            R            1.5            Universal            Koh Ting Ting                        4            0
            6            Full Eclipse            Action            R            1.5            RainTree            Lu Yun Christine                        6            0
            7            Marked for Death            Action            U            1.5            20th            Kelvin Koh                        3            1
            8            Black Rain            Drama            R            1.5            Pixar            jason young                        4            0
            9            Red Heat            Action            R            1.5            Warner            Tan Wei Wei                        4            0
            10            Die Hard            Action            R            1.5            Warner            Ng Teck Kie Anthony                        2            0
            11            Die Hard 2            Action            R            1.5            Pixar            Steven Teo                        6            1
            12            The Last Starfighter            Sci-fi            PG            1.5            Walt            Ng Hwee Ling                        7            0
            13            UHF            Comedy            PG            1.5            Pixar            Kathleen Loh Swat Hong                        5            0
            14            Firebirds            Action            PG            2.0            20th            Lam Yen Hsia                        2            0
            15            Red Scorpion            Action            R            1.5            RainTree            Lam Yen Hsia                        1            0
            16            The Hunt for Red October            Action            PG            2.0            Pixar            Lam Yen Hsia                        2            0
            17            The Godfather 3            Drama            R            1.5            Warner            Kam Teng Mun                        3            0
            18            Navy Seals            Action            R            1.5            Pixar            Vanessa Ong                        5            0
            19            The Punisher            Action            R            1.5            RainTree            Loke Je Hong                        1            0
            20            Tango and Cash            Action            U            2.0            Universal            Richard Kwan                        6            0
            21            Hard to Kill            Action            R            2.0            RainTree            Chew Teck Kuan                        1            0
            22            Big Trouble in Little China            Action            R            1.5            Walt            Choey Choon Yen                        6            1
            23            Harlem Nights            Comedy            R            2.0            Walt            Steven Ou                        3            0
            24            Star Wars: Making of a Saga            Sci-fi            U            2.0            Walt            Jon                        6            1
            25            Teenage Mutant Ninja Turtles 2            Action            PG            2.0            20th            Steven Teo                        4            1
            26            I Come in Peace            Action            R            2.0            Warner            Ng Teck Kie Anthony                        4            2
            27            Air America            Comedy            R            2.0            Columbia            Ng Teck Kie Anthony                        4            0
            28            The Untouchables            Drama            PG            2.0            20th            Terence Lim                        3            0
            29            Red Dawn            Drama            PG            2.0            Warner            Kam Teng Mun                        1            0
            30            Strange Brew            Comedy            PG            2.0            RainTree            Chao Tah Jin Alex                        4            0
            31            Pretty Woman            Drama            R            2.0            RainTree            Tan Choon Heong                        1            0
            32            It            Drama            PG            2.0            20th            Lee Boon Kiat                        4            1
            33            Lethal Weapon            Action            R            2.0            Walt            P Ravichandran                        4            1
            34            Nasty Boys            Action            PG            2.0            Pixar            Terence Lim                        4            0
            35            Steel Dawn            Action            PG            2.0            Pixar            Too Siew Hong                        2            1
            36            Ghostbusters            Comedy            PG            2.0            RainTree            Loke Je Hong                        6            0
            37            Iron Eagle 2            Action            PG            2.0            RainTree            Abdul Zaidi                        6            0
            38            Predator            Action            R            2.0            Warner            Cheryl Song                        3            0
            39            Iron Eagle            Action            PG            2.0            Pixar            Kok Kah Chee                        5            0
            40            Dark Man            Drama            R            1.0            Warner            Chionh Choon Lee                        6            1
            41            Kick Boxer            Action            R            2.0            Pixar            Lam Yen Hsia                        2            0
            42            Men at Work            Comedy            U            2.0            Columbia            Seah Yang Hwee Raymond                        6            0
            43            Lost Boys            Drama            U            2.0            20th            Lu Yun Christine                        0            0
            44            Total Recall            Action            R            2.0            RainTree            Too Siew Hong                        3            1
            45            The First Power            Drama            R            2.0            Warner            Cho Wee Weng                        6            0
            46            Dead Poet Society            Drama            R            2.0            Pixar            Too Siew Hong                        1            0
            47            Twins            Comedy            PG            2.0            RainTree            Steven Teo                        4            0
            48            Flatliners            Drama            R            1.0            Pixar            Ng Hwee Ling                        7            0
            49            Above the Law            Action            R            2.0            Walt            Too Siew Hong                        4            2
            50            The Terminator            Action            R            2.0            Universal            Sridharan Jayanthi                        3            0
            51            Blood Ties            Drama            PG            2.0            Pixar            Cheong Pei Sian                        2            1
            52            Toy Soldiers            Action            PG            2.0            RainTree            Chao Tah Jin Alex                        3            0
            53            The Princess Bride            Comedy            PG            1.0            Columbia            Kelvin Koh                        2            0
            54            Freejack            Sci-fi            R            3.0            Warner            Rajaram Venkatesh                        5            0
            55            FX 2            Action            R            2.0            Columbia            Kelvin Koh                        1            0
            56            The Rocketeer            Action            PG            2.0            Walt            Seah Yang Hwee Raymond                        4            0
            57            Terminator 2: Judgement Day            Action            R            2.0            Walt            Kathleen Loh Swat Hong                        1            0
            58            Warlock            Horror            R            2.0            Universal            Cheryl Tan                        5            3
            59            Eve of Destruction            Action            R            2.0            Columbia            Leong Wai Fun                        6            0
            60            Hot Shots            Comedy            PG            2.0            20th            Jon                        6            0
            61            Firestarter            Drama            R            2.0            Columbia            Margaret Ng                        1            0
            62            The Abyss            Drama            R            2.0            20th            Goh Chee Eng                        5            0
            63            Pump Up the Volume            Drama            R            2.0            Columbia            Kok Kah Chee                        1            1
            64            Dick Tracy            Action            PG            2.0            Pixar            Richard Kwan                        4            2
            65            Gremlins 2: The New Batch            Comedy            PG            2.0            Columbia            Low Soo Chiew                        0            0
            66            Home Alone            Comedy            PG            2.0            Pixar            Koh Ting Ting                        5            1
            67            Groundhog Day            Comedy            PG            2.0            Walt            Seah Yang Hwee Raymond                        7            0
            68            Fire in the Sky            Drama            R            2.0            Warner            Kam Teng Mun                        2            1
            69            Caddyshack            Comedy            R            2.0            Pixar            Fu Shou Jeen                        5            0
            70            Coming to America            Comedy            R            2.0            Pixar            Ng Choon Seng                        2            0
            71            Predator 2            Action            R            2.0            Pixar            Kan May Yoke Michelle                        2            0
            72            I'm Gonna Git you Sucka            Comedy            R            2.0            20th            Steven Teo                        0            0
            73            Career Opportunities            Adventure            R            2.0            Walt            Loke Je Hong                        3            0
            74            Highlander            Action            R            2.0            Pixar            Terence Lim                        3            0
            75            Fantasia            Animation            U            2.0            Warner            Cho Wee Weng                        0            0
            76            Backdraft            Action            R            2.0            20th            Cho Wee Weng                        5            0
            77            Weird Science            Comedy            R            2.0            Walt            Kok Kah Chee                        6            0
            78            The Final Countdown            Drama            PG            2.0            RainTree            Kok Kah Chee                        1            0
            79            Hudson Hawk            Comedy            PG            2.0            Columbia            Chao Tah Jin Alex                        6            0
            80            What about Bob            Comedy            PG            2.0            Universal            Abdul Zaidi                        7            0
            81            Oscar            Comedy            PG            2.0            RainTree            Chao Tah Jin Alex                        5            0
            82            The Last Boy Scout            Action            R            2.0            Columbia            Margaret Ng                        0            0
            83            Eric the Viking            Comedy            R            2.0            Warner            Tan Choon Heong                        7            1
            84            If Looks can Kill            Comedy            PG            2.0            Pixar            Boh Lee Ming Lynn                        7            0
            85            Regarding Henry            Drama            R            1.0            Warner            Choey Choon Yen                        2            0
            86            Cast a Deadly Spell            Drama            PG            2.0            RainTree            Low Soo Chiew                        2            0
            87            Out for Justice            Action            R            2.0            Warner            Richard Kwan                        0            0
            88            Dune            Sci-fi            PG            2.0            Columbia            Goh Chee Eng                        4            0
            89            Blade Runner            Sci-fi            R            3.0            RainTree            P Ravichandran                        1            0
            90            Aliens            Sci-fi            R            3.0            Walt            Goh Chee Eng                        1            1
            91            Commando            Action            U            1.0            Warner            Chew Teck Kuan                        6            0
            92            Bill and Ted's Excellent Adventure            Comedy            PG            2.0            Walt            Ng Hwee Ling                        5            0
            93            Edward Scissorhands            Drama            PG            2.0            RainTree            Ng Wee Hock John                        3            0
            94            Robocop 2            Sci-fi            R            3.0            20th            Chan Chin Fung                        2            0
            95            The Naked Gun            Comedy            R            2.0            Walt            Rajaram Venkatesh                        6            0
            96            The Naked Gun 2 1/2            Comedy            R            2.0            RainTree            Chan Chin Fung                        1            0
            97            My Science Project            Sci-fi            PG            2.0            Columbia            Sridharan Jayanthi                        5            2
            98            The Rookie            Action            R            2.0            Pixar            Lou Anna Tan                        5            0
            99            Raw Deal            Action            R            2.0            Warner            Ang Kim Beng                        4            0
            100            Running Man            Action            R            2.0            Columbia            Fu Shou Jeen                        6            0
            101            Heavy Metal            Animation            R            1.5            Columbia            Sridharan Jayanthi                        6            0
            102            Back to the Future            Comedy            PG            1.5            Columbia            Leong Wai Fun                        0            0
            103            Back to the Future 2            Comedy            PG            2.0            Walt            Kok Kah Chee                        4            0
            104            Back to the Future 3            Comedy            PG            1.5            Walt            Abdul Zaidi                        6            0
            105            Bill and Ted's Bogus Journey            Comedy            PG            2.0            Universal            Margaret Ng                        6            0
            106            Wayne's World            Comedy            PG            2.0            Walt            Leong Wai Fun                        5            0
            107            White Men Can't Jump            Comedy            R            2.0            Walt            Cho Wee Weng                        5            0
            108            Kuffs            Comedy            R            1.5            RainTree            Margaret Ng                        3            1
            109            Pure Luck            Comedy            R            2.0            20th            Abdul Zaidi                        4            0
            110            Major League            Comedy            R            2.0            RainTree            Fu Shou Jeen                        3            0
            111            Highlander 2: The Quickening            Action            R            1.5            Universal            Vanessa Ong                        6            0
            112            Lion Heart            Action            U            2.0            Pixar            Chan Chin Fung                        2            0
            113            Flight of the Intruder            Action            R            1.5            Warner            jason young                        1            1
            114            Hook            Adventure            PG            2.0            Columbia            Chionh Choon Lee                        5            0
            115            Addams Family            Comedy            PG            2.0            Walt            Richard Kwan                        4            1
            116            Pacific Heights            Drama            R            1.5            Warner            Ng Teck Kie Anthony                        6            1
            117            Star Trek 6: The Undiscovered Country            Sci-fi            PG            2.0            20th            Sridharan Jayanthi                        6            0
            118            Dances with Wolves            Drama            PG            2.0            Columbia            Terence Lim                        5            0
            119            Hamburger Hill            Action            R            2.0            Universal            Wong Sook Huey                        6            0
            120            Batman            Action            PG            2.0            Walt            Ang Kim Beng                        6            0
            121            Jurassic Park            Action            PG            2.0            Walt            Kam Teng Mun                        7            0
            122            JFK            Drama            R            2.0            Pixar            Ang Kim Beng                        4            0
            123            The Godfather            Drama            R            2.0            Walt            Constance Yong                        2            0
            124            Medicine Man            Drama            PG            2.0            RainTree            Low Soo Chiew                        7            0
            125            FX            Drama            R            2.0            20th            Fu Shou Jeen                        4            0
            126            Cliffhanger            Action            R            2.0            Columbia            Wong Sook Huey                        4            0
            127            The Godfather 2            Drama            R            2.0            Warner            Ang Kim Beng                        2            1
            128            Far and Away            Drama            R            2.0            RainTree            Lee Boon Kiat                        5            0
            129            Platoon            Action            R            1.0            Universal            Ng Wee Hock John                        6            1
            130            Heartbreak Ridge            Action            R            2.0            20th            Tan Bak Wei                        5            0
            131            The Dead Pool            Action            R            2.0            Walt            Tan Choon Heong                        1            0
            132            Lawn Mower Man            Horror            R            2.0            Universal            jason young                        5            1
            133            Sleepwalkers            Horror            R            2.0            RainTree            Neo Keng Hoe                        5            0
            134            Batman Returns            Action            PG            2.0            Universal            Kam Teng Mun                        1            0
            135            Alien 3            Sci-fi            R            2.0            Universal            Kathleen Loh Swat Hong                        3            0
            136            Firefox            Drama            R            2.0            Universal            Choey Choon Yen                        0            1
            137            Buffy: The Vampire Slayer            Comedy            PG            2.0            Columbia            Lu Yun Christine                        4            0
            138            Basic Instinct            Drama            R            2.0            Universal            Constance Yong                        4            0
            139            Internal Affairs            Drama            R            2.0            20th            Tan Choon Heong                        0            2
            140            Presumed Innocent            Drama            R            2.0            Pixar            Cheryl Tan                        4            1
            141            A League of Their Own            Drama            PG            2.0            Universal            Jon                        5            0
            142            Patriot Games            Drama            PG            2.0            Walt            Boh Lee Ming Lynn                        2            0
            143            Evil Dead 2            Comedy            R            2.0            Columbia            Kok Kah Chee                        2            1
            144            Sneakers            Action            PG            2.0            Warner            Khoo Chee Huat                        3            1
            145            Interceptor            Action            R            2.0            Columbia            Cheryl Tan                        3            0
            146            Split Second            Action            R            2.0            RainTree            Lou Anna Tan                        1            0
            147            Under Siege            Action            R            2.0            Columbia            Goh Chee Eng                        1            0
            148            Cape Fear (1991)            Drama            R            2.0            20th            Kelvin Koh                        3            0
            149            The Hand That Rocks the Cradle            Drama            R            1.5            20th            Tan Wei Wei                        5            0
            150            Passenger 57            Action            R            2.0            RainTree            Steven Teo                        0            0
            151            The Silence of the Lambs            Drama            U            2.0            Pixar            Chew Teck Kuan                        1            0
            152            Goodfellas            Drama            R            1.0            Pixar            Khoo Chee Huat                        6            0
            153            Cool World            Drama            R            1.5            Pixar            Tan Bak Wei                        3            0
            154            A Few Good Men            Drama            R            2.0            Universal            Chionh Choon Lee                        1            0
            155            The Mighty Ducks            Comedy            PG            1.5            20th            Cheong Pei Sian                        2            0
            156            Teenage Mutant Ninja Turtles 3            Action            PG            2.0            20th            Boh Lee Ming Lynn                        5            0
            157            Bram Stoker's Dracula            Drama            R            2.0            Universal            Chan Chin Fung                        5            0
            158            Monolith            Action            R            2.0            Warner            Steven Ou                        2            0
            159            Captain Ron            Comedy            PG            2.0            Columbia            Neo Keng Hoe                        3            0
            160            The Best of the Best 2            Adventure            R            2.0            Warner            Ng Wee Hock John                        3            0
            161            Rapid Fire            Adventure            R            1.5            Pixar            Constance Yong                        6            1
            162            Universal Soldier            Action            R            2.0            Pixar            Ng Wee Hock John                        1            0
            163            Thunder Heart            Drama            R            2.0            Walt            Vanessa Ong                        6            1
            164            Iron Eagle 3: Aces            Action            PG            2.0            Columbia            Cho Wee Weng                        0            0
            165            Army of Darkness            Action            R            2.0            20th            Cheryl Tan                        0            0
            166            Willow            Drama            PG            2.0            Walt            Lee Boon Kiat                        1            0
            167            Innocent Blood            Drama            R            2.0            Universal            Kan May Yoke Michelle                        3            1
            168            Sniper            Drama            R            2.0            Walt            Low Soo Chiew                        0            0
            169            Alive            Drama            R            2.0            RainTree            Ng Wee Hock John                        2            0
            170            Falling Down            Drama            R            2.0            RainTree            Abdul Zaidi                        6            0
            171            Rising Sun            Drama            U            2.0            Pixar            jason young                        0            0
            172            Warlock: The Armageddon            Horror            R            2.0            20th            Tan Choon Heong                        5            -1
            173            Robin Hood: Men in Tights            Comedy            R            1.0            Columbia            P Ravichandran                        6            0
            174            Hot Shots: Part Daux            Comedy            PG            2.0            Walt            Too Siew Hong                        4            0
            175            Fortress            Adventure            R            2.0            Warner            Cheong Pei Sian                        2            1
            176            The Fugitive            Drama            R            1.0            RainTree            Lee Boon Kiat                        4            1
            177            True Lies            Action            R            2.0            20th            Ng Teck Kie Anthony                        2            2
            178            Blown Away            Adventure            R            2.0            Pixar            Rajaram Venkatesh                        5            2
            179            Hackers            Adventure            PG            2.0            Universal            Lou Anna Tan                        6            1
            180            The Return of Jafar            Animation            U            2.0            RainTree            Low Soo Chiew                        5            0
            181            Star Trek 2: The Wrath of Khan            Sci-fi            PG            2.0            20th            Ng Choon Seng                        6            1
            182            Robocop 3            Sci-fi            R            2.0            20th            Lu Yun Christine                        3            0
            183            Batman: Mask of the Phantasm            Animation            PG            2.0            Universal            Tan Wei Wei                        5            0
            184            Hard Target            Action            R            2.0            Columbia            Ng Choon Seng                        7            1
            185            In the Line of Fire            Drama            R            2.0            RainTree            Kathleen Loh Swat Hong                        6            1
            186            Last Action Hero            Action            R            2.0            20th            Ng Hwee Ling                        0            1
            187            The Specialist            Action            R            2.0            Universal            Steven Ou                        6            0
            188            Pelican Brief            Drama            R            2.0            Walt            Kathleen Loh Swat Hong                        2            0
            189            Airheads            Comedy            R            2.0            Warner            Steven Teo                        6            0
            190            Dave            Comedy            R            2.0            Columbia            Jon                        3            1
            191            The Crow            Action            R            2.0            Warner            Cheryl Tan                        2            0
            192            The Lion King            Animation            U            2.0            Walt            jason young                        5            0
            193            Star Trek 1: The Motion Picture            Sci-fi            PG            2.0            Pixar            Wong Sook Huey                        6            0
            194            Usual Suspects            Drama            R            1.5            Universal            Cheryl Song                        3            0
            195            No Escape            Action            R            2.0            20th            Jon                        4            0
            196            The Real McCoy            Adventure            R            1.5            Universal            Khoo Chee Huat                        2            2
            197            Mary Shelly's Frankenstein            Drama            R            2.0            RainTree            Loke Je Hong                        6            0
            198            Timecop            Action            R            1.0            Universal            Koh Ting Ting                        1            1
            199            Clear and Present Danger            Drama            R            2.0            Pixar            Lou Anna Tan                        4            1
            200            Star Trek: Generations            Sci-fi            PG            1.5            Warner            Vanessa Ong                        7            1
            201            Interview with the Vampire            Drama            R            2.0            RainTree            Leong Wai Fun                        3            1
            202            The Professional            Drama            R            2.0            20th            Neo Keng Hoe                        3            1
            203            New Jack City            Drama            R            1.5            Walt            Chionh Choon Lee                        2            1
            204            Independence Day            Sci-fi            R            3.0            20th            Goh Chee Eng                        7            0
            205            Mission Impossible            Action            R            2.0            Columbia            Chew Teck Kuan                        1            1
            206            Eraser            Action            R            2.0            Walt            Cheryl Tan                        5            1
            207            Crimson Tide            Drama            R            1.5            RainTree            Sridharan Jayanthi                        1            1
            208            Apollo 13            Drama            PG            1.5            20th            Kan May Yoke Michelle                        2            1
            209            The Firm            Drama            R            2.0            Warner            Abdul Zaidi                        4            0
            210            Tombstone            Drama            R            2.0            20th            Chionh Choon Lee                        6            1
            211            The Phantom            Action            PG            2.0            Columbia            Fu Shou Jeen                        4            0
            212            The Substitute            Drama            R            2.0            Universal            Tan Bak Wei                        1            1
            213            Just Cause            Drama            R            2.0            Pixar            Tan Wei Wei                        3            0
            214            Toy Story            Animation            U            2.0            20th            Richard Kwan                        7            1
            215            Star Trek: First Contact            Sci-fi            PG            2.0            Pixar            Terence Lim                        1            1
            216            Twister            Drama            R            2.0            Universal            Boh Lee Ming Lynn                        6            1
            217            Chain Reaction            Drama            R            2.0            Universal            Seah Yang Hwee Raymond                        4            0
            218            Assassins            Drama            R            2.0            20th            Tan Choon Heong                        0            1
            219            Phenomenon            Drama            R            2.0            Pixar            Goh Chee Eng                        2            0
            220            Forrest Gump            Drama            PG            2.0            RainTree            P Ravichandran                        6            2
            221            Mortal Kombat            Martial Ar            R            2.0            Walt            Tan Bak Wei                        0            0
            222            Congo            Drama            R            1.0            RainTree            Steven Ou                        6            1
            223            Metro            Adventure            R            2.0            RainTree            Wong Sook Huey                        1            0
            224            Absolute Power            Drama            R            2.0            Universal            Chao Tah Jin Alex                        1            1
            225            Jerry MacGuire            Drama            PG            2.0            Universal            Constance Yong                        2            0
            226            Ransom            Drama            PG            1.5            Walt            Lee Boon Kiat                        3            1
            227            Mars Attacks            Comedy            PG            2.0            RainTree            Neo Keng Hoe                        2            0
            228            The Shawshank Redemption            Drama            R            1.5            Pixar            Ng Choon Seng                        1            0
            229            The Craft            Drama            R            2.0            20th            Kan May Yoke Michelle                        6            0
            230            Dangerous Minds            Drama            R            2.0            Warner            Vanessa Ong                        1            0
            231            Beauty and the Beast            Animation            U            1.5            Walt            Lam Yen Hsia                        1            1
            232            Star Wars            Sci-fi            PG            2.0            20th            Koh Ting Ting                        6            0
            233            Star Wars (Limited Edition)            Sci-fi            PG            2.0            Walt            Chionh Choon Lee                        2            0
            234            Empire Strikes Back            Sci-fi            PG            2.0            RainTree            Cheryl Song                        0            0
            235            Empire Strikes Back (Limited Edition)            Sci-fi            PG            2.0            20th            Kan May Yoke Michelle                        7            0
            236            Return of the Jedi            Sci-fi            PG            2.0            Columbia            Margaret Ng                        4            0
            237            Return of the Jedi (Limited Edition)            Sci-fi            PG            2.0            Warner            Ng Hwee Ling                        5            0
            238            Aladdin            Animation            U            2.0            Universal            Boh Lee Ming Lynn                        3            0
            239            Lethal Weapon 2            Action            R            2.0            Warner            Cheong Pei Sian                        6            0
            240            Robocop            Sci-fi            R            3.0            Universal            Rajaram Venkatesh                        1            0
            241            Robin Hood: Prince of Thieves            Drama            PG            2.0            Warner            Cheong Pei Sian                        2            2
            242            Top gun            Action            PG            2.0            Universal            Jon                        0            1
            243            Raiders of the Lost Ark            Action            PG            2.0            20th            Cho Wee Weng                        2            2
            244            Indiana Jones and the Temple of Doom            Action            PG            2.0            Warner            Cheryl Song                        6            0
            245            Indiana Jones and the Last Crusade            Action            PG            1.5            Walt            Ng Wee Hock John                        1            0
            246            Ferris Bueller's Day Off            Comedy            PG            2.0            Pixar            Ang Kim Beng                        5            1
            247            X-Files (Humbug)            Drama            PG            1.5            20th            Loke Je Hong                        7            0
            248            X-Files (Anasazi)            Drama            PG            2.0            Pixar            Kam Teng Mun                        6            0
            249            X-Files (Colony)            Drama            PG            2.0            20th            Ng Hwee Ling                        6            0
            250            X-Files (End Game)            Drama            PG            2.0            Columbia            Fu Shou Jeen                        7            0
            251            X-Files (Irresistible)            Drama            PG            2.0            Warner            Low Soo Chiew                        4            0
            252            X-Files (Die Hand Die Verletzt)            Drama            PG            2.0            Pixar            Rajaram Venkatesh                        6            0
            253            X-Files (Ascension)            Drama            PG            1.5            RainTree            Lam Yen Hsia                        4            0
            254            X-Files (One Breath)            Drama            PG            2.0            Walt            Ng Choon Seng                        2            0
            255            X-Files (Sleepless)            Drama            PG            2.0            RainTree            Terence Lim                        1            0
            256            X-Files (Duane Barry)            Drama            PG            2.0            Universal            Chan Chin Fung                        4            0
            257            X-Files (Little Green Men)            Drama            PG            2.0            RainTree            Lou Anna Tan                        6            0
            258            X-Files (The Host)            Drama            PG            2.0            Columbia            Too Siew Hong                        3            0
            259            X-Files (Darkness Falls)            Drama            PG            2.0            Pixar            P Ravichandran                        1            0
            260            X-Files (The Erlenmeyer Flask)            Drama            PG            2.0            20th            Jon                        1            0
            261            X-Files (Beyound The Sea)            Drama            PG            2.0            Columbia            Choey Choon Yen                        4            0
            262            X-Files (E.B.E.)            Drama            PG            1.5            20th            Lu Yun Christine                        1            0
            263            X-Files (Squeeze)            Drama            PG            2.0            Pixar            Vanessa Ong                        0            0
            264            X-Files (Tooms)            Drama            PG            1.5            Warner            Chao Tah Jin Alex                        6            1
            265            X-Files (Conduit)            Drama            PG            2.0            Pixar            jason young                        1            0
            266            X-Files (Ice)            Drama            PG            1.5            Walt            Khoo Chee Huat                        7            1
            267            X-Files (Fallen Angel)            Drama            PG            2.0            Warner            Neo Keng Hoe                        4            0
            268            X-Files (Eve)            Drama            PG            1.0            Walt            Kelvin Koh                        3            0
            269            X-Files (Pilot)            Drama            PG            2.0            Warner            Steven Ou                        5            1
            270            X-Files (Deep Throat)            Drama            PG            2.0            Universal            Cheong Pei Sian                        3            0
            271            Teenage Mutant Ninja Turtles            Adventure            PG            1.5            Universal            Ng Teck Kie Anthony                        6            1
            272            X-Files (The Blessing Way            Drama            PG            2.0            Columbia            Chionh Choon Lee                        6            1
            273            X-Files (Paper Clip)            Drama            PG            2.0            Walt            Chew Teck Kuan                        0            1
            274            X-Files (Clyde Bruckman's Final Repose)            Drama            PG            2.0            Columbia            Margaret Ng                        4            0
            275            X-Files (War of the Coprophages)            Drama            PG            1.5            Columbia            Richard Kwan                        4            0
            276            X-Files (Nisei)            Drama            PG            2.0            Warner            Wong Sook Huey                        3            0
            277            X-Files (731)            Drama            PG            2.0            Walt            Ang Kim Beng                        4            0
            278            X-Files (Piper Maru)            Drama            PG            2.0            Walt            Tan Bak Wei                        0            0
            279            X-Files (Apocrypha)            Drama            PG            1.0            RainTree            Tan Wei Wei                        6            0
            280            X-Files (Pusher)            Drama            PG            2.0            20th            Sridharan Jayanthi                        1            0
            281            X-Files (Jose Chung's "From Outer Space")            Drama            PG            2.0            Walt            Seah Yang Hwee Raymond                        3            0
            282            X-Files (Wetwired)            Drama            PG            1.0            Columbia            Ng Teck Kie Anthony                        4            0
            283            X-Files (Talitha Cumi)            Drama            PG            2.0            Warner            Koh Ting Ting                        6            0
            284            Anastasia            Animated            U            2.0            20th            Cheryl Song                        1            0
            285            Hurcules            Animated            U            2.0            Warner            Richard Kwan                        2            0
            286            The Little Mermaid            Animated            U            2.0            Columbia            P Ravichandran                        2            1
            287            Bambi            Animated            U            2.0            RainTree            Lee Boon Kiat                        7            0
            288            Fireball Forward            War            PG            2.0            20th            Tan Wei Wei                        5            0
            289            From Hell to Victory            War            PG            2.0            Walt            Chan Chin Fung                        3            0
            290            The Bridge on the River Kwai            War            PG            2.0            Universal            Cheryl Song                        1            1
            291            WW II:America at War            War            PG            2.0            Walt            Constance Yong                        4            0
            292            Die Hard 3: With a Vengeance            Action            R            2.0            Universal            Boh Lee Ming Lynn                        4            0
            293            Spawn            Action            R            2.0            RainTree            Seah Yang Hwee Raymond                        2            0
            294            Private Parts            Comedy            R            2.0            Walt            Leong Wai Fun                        3            0
            295            Seven Years in Tibet            Drama            PG            2.0            Walt            Kelvin Koh                        6            0
            296            Volcano            Drama            R            2.0            Universal            Kan May Yoke Michelle                        3            0
            297            Father's Day            Comedy            R            1.5            RainTree            Constance Yong                        1            0
            298            The Nutty Professor            Comedy            R            2.0            RainTree            Lu Yun Christine                        1            0
            299            Midnight in the Garden of Good and Evil            Drama            R            1.5            Columbia            Ng Choon Seng                        2            0
            300            King Pin            Comedy            R            2.0            Warner            Choey Choon Yen                        1            0
            301            Liar Liar            Comedy            R            1.5            20th            Rajaram Venkatesh                        1            1
            302            Nothing to Lose            Comedy            R            2.0            Warner            Too Siew Hong                        1            0
            303            The Saint            Action            R            1.0            20th            Wong Sook Huey                        6            0
            304            Dante's Peak            Drama            R            2.0            RainTree            Koh Ting Ting                        2            1
            305            The Devil's Own            Drama            R            2.0            Warner            Leong Wai Fun                        6            1
            306            The Jackle            Action            R            2.0            Pixar            Choey Choon Yen                        6            0
            307            McHale's Navy            Comedy            R            1.0            Walt            Khoo Chee Huat                        1            0
            308            Slingblade            Drama            R            2.0            Pixar            Loke Je Hong                        6            0
            309            Casino            Drama            R            2.0            Walt            Khoo Chee Huat                        5            0
            310            G. I. Jane            Drama            R            1.5            Pixar            Neo Keng Hoe                        2            0
            311            Donny Brasco            Drama            R            2.0            RainTree            Kathleen Loh Swat Hong                        3            0
            312            Mercury Rising            Action            R            2.0            Universal                                    5            0
            Producer            ProducerName            CountryCode
            20th            20th Century Fox Productions            UK
            Columbia            Columbia Pictures Production            UK
            George            George Lucas Production            USA
            Pixar            Pixar Entertainment            USA
            Raintree            RainTree Pictures            SIN
            Universal             Universal Studio Productions            UK
            Walt            Walt Disney Studio            USA
            Warner            Warner Brothers Production            USA
            Producer            Website
            20th            www.century.com
            Columbia            www.columbia.com
            Universal             www.universal.com
            EmployeeID            Salary            DateArchived
            VideoCode            AdjustmentQty            DateAdjusted            WhoAdjust            AdjustReason
            LoginName            Password
            Bala            mani
            Esther            tan
            Jaik            yong
            Moon            kway
            Venkat            raman
DataAccess/DataAccess/DafestyVideoDataSet.Designer.cs
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//

//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace DataAccess {
///
///Represents a strongly typed in-memory cache of data.
///

[global::System.Serializable()]
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
[global::System.Xml.Serialization.XmlRootAttribute("DafestyVideoDataSet")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
public partial class DafestyVideoDataSet : global::System.Data.DataSet {

private ControlTableDataTable tableControlTable;

private CountryDataTable tableCountry;

private CustomerContactDataTable tableCustomerContact;

private CustomersDataTable tableCustomers;

private DocumentariesDataTable tableDocumentaries;

private EmployeesDataTable tableEmployees;

private EmployeesBackupDataTable tableEmployeesBackup;

private IssueTranDataTable tableIssueTran;

private MemberCategoriesDataTable tableMemberCategories;

private MoviesDataTable tableMovies;

private ProducersDataTable tableProducers;

private ProducerWebSiteDataTable tableProducerWebSite;

private SalaryHistoryDataTable tableSalaryHistory;

private StockAdjustmentDataTable tableStockAdjustment;

private UserMasterDataTable tableUserMaster;

private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public DafestyVideoDataSet() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected DafestyVideoDataSet(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["ControlTable"] != null)) {
base.Tables.Add(new ControlTableDataTable(ds.Tables["ControlTable"]));
}
if ((ds.Tables["Country"] != null)) {
base.Tables.Add(new CountryDataTable(ds.Tables["Country"]));
}
if ((ds.Tables["CustomerContact"] != null)) {
base.Tables.Add(new CustomerContactDataTable(ds.Tables["CustomerContact"]));
}
if ((ds.Tables["Customers"] != null)) {
base.Tables.Add(new CustomersDataTable(ds.Tables["Customers"]));
}
if ((ds.Tables["Documentaries"] != null)) {
base.Tables.Add(new DocumentariesDataTable(ds.Tables["Documentaries"]));
}
if ((ds.Tables["Employees"] != null)) {
base.Tables.Add(new EmployeesDataTable(ds.Tables["Employees"]));
}
if ((ds.Tables["EmployeesBackup"] != null)) {
base.Tables.Add(new EmployeesBackupDataTable(ds.Tables["EmployeesBackup"]));
}
if ((ds.Tables["IssueTran"] != null)) {
base.Tables.Add(new IssueTranDataTable(ds.Tables["IssueTran"]));
}
if ((ds.Tables["MemberCategories"] != null)) {
base.Tables.Add(new MemberCategoriesDataTable(ds.Tables["MemberCategories"]));
}
if ((ds.Tables["Movies"] != null)) {
base.Tables.Add(new MoviesDataTable(ds.Tables["Movies"]));
}
if ((ds.Tables["Producers"] != null)) {
base.Tables.Add(new ProducersDataTable(ds.Tables["Producers"]));
}
if ((ds.Tables["ProducerWebSite"] != null)) {
base.Tables.Add(new ProducerWebSiteDataTable(ds.Tables["ProducerWebSite"]));
}
if ((ds.Tables["SalaryHistory"] != null)) {
base.Tables.Add(new SalaryHistoryDataTable(ds.Tables["SalaryHistory"]));
}
if ((ds.Tables["StockAdjustment"] != null)) {
base.Tables.Add(new StockAdjustmentDataTable(ds.Tables["StockAdjustment"]));
}
if ((ds.Tables["UserMaster"] != null)) {
base.Tables.Add(new UserMasterDataTable(ds.Tables["UserMaster"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public ControlTableDataTable ControlTable {
get {
return this.tableControlTable;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public CountryDataTable Country {
get {
return this.tableCountry;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public CustomerContactDataTable CustomerContact {
get {
return this.tableCustomerContact;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public CustomersDataTable Customers {
get {
return this.tableCustomers;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public DocumentariesDataTable Documentaries {
get {
return this.tableDocumentaries;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public EmployeesDataTable Employees {
get {
return this.tableEmployees;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public EmployeesBackupDataTable EmployeesBackup {
get {
return this.tableEmployeesBackup;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public IssueTranDataTable IssueTran {
get {
return this.tableIssueTran;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public MemberCategoriesDataTable MemberCategories {
get {
return this.tableMemberCategories;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public MoviesDataTable Movies {
get {
return this.tableMovies;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public ProducersDataTable Producers {
get {
return this.tableProducers;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public ProducerWebSiteDataTable ProducerWebSite {
get {
return this.tableProducerWebSite;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public SalaryHistoryDataTable SalaryHistory {
get {
return this.tableSalaryHistory;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public StockAdjustmentDataTable StockAdjustment {
get {
return this.tableStockAdjustment;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public UserMasterDataTable UserMaster {
get {
return this.tableUserMaster;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataSet Clone() {
DafestyVideoDataSet cln = ((DafestyVideoDataSet)(base.Clone()));
cln.InitVars();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["ControlTable"] != null)) {
base.Tables.Add(new ControlTableDataTable(ds.Tables["ControlTable"]));
}
if ((ds.Tables["Country"] != null)) {
base.Tables.Add(new CountryDataTable(ds.Tables["Country"]));
}
if ((ds.Tables["CustomerContact"] != null)) {
base.Tables.Add(new CustomerContactDataTable(ds.Tables["CustomerContact"]));
}
if ((ds.Tables["Customers"] != null)) {
base.Tables.Add(new CustomersDataTable(ds.Tables["Customers"]));
}
if ((ds.Tables["Documentaries"] != null)) {
base.Tables.Add(new DocumentariesDataTable(ds.Tables["Documentaries"]));
}
if ((ds.Tables["Employees"] != null)) {
base.Tables.Add(new EmployeesDataTable(ds.Tables["Employees"]));
}
if ((ds.Tables["EmployeesBackup"] != null)) {
base.Tables.Add(new EmployeesBackupDataTable(ds.Tables["EmployeesBackup"]));
}
if ((ds.Tables["IssueTran"] != null)) {
base.Tables.Add(new IssueTranDataTable(ds.Tables["IssueTran"]));
}
if ((ds.Tables["MemberCategories"] != null)) {
base.Tables.Add(new MemberCategoriesDataTable(ds.Tables["MemberCategories"]));
}
if ((ds.Tables["Movies"] != null)) {
base.Tables.Add(new MoviesDataTable(ds.Tables["Movies"]));
}
if ((ds.Tables["Producers"] != null)) {
base.Tables.Add(new ProducersDataTable(ds.Tables["Producers"]));
}
if ((ds.Tables["ProducerWebSite"] != null)) {
base.Tables.Add(new ProducerWebSiteDataTable(ds.Tables["ProducerWebSite"]));
}
if ((ds.Tables["SalaryHistory"] != null)) {
base.Tables.Add(new SalaryHistoryDataTable(ds.Tables["SalaryHistory"]));
}
if ((ds.Tables["StockAdjustment"] != null)) {
base.Tables.Add(new StockAdjustmentDataTable(ds.Tables["StockAdjustment"]));
}
if ((ds.Tables["UserMaster"] != null)) {
base.Tables.Add(new UserMasterDataTable(ds.Tables["UserMaster"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXml(reader);
this.InitVars();
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
stream.Position = 0;
return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal void InitVars() {
this.InitVars(true);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal void InitVars(bool initTable) {
this.tableControlTable = ((ControlTableDataTable)(base.Tables["ControlTable"]));
if ((initTable == true)) {
if ((this.tableControlTable != null)) {
this.tableControlTable.InitVars();
}
}
this.tableCountry = ((CountryDataTable)(base.Tables["Country"]));
if ((initTable == true)) {
if ((this.tableCountry != null)) {
this.tableCountry.InitVars();
}
}
this.tableCustomerContact = ((CustomerContactDataTable)(base.Tables["CustomerContact"]));
if ((initTable == true)) {
if ((this.tableCustomerContact != null)) {
this.tableCustomerContact.InitVars();
}
}
this.tableCustomers = ((CustomersDataTable)(base.Tables["Customers"]));
if ((initTable == true)) {
if ((this.tableCustomers != null)) {
this.tableCustomers.InitVars();
}
}
this.tableDocumentaries = ((DocumentariesDataTable)(base.Tables["Documentaries"]));
if ((initTable == true)) {
if ((this.tableDocumentaries != null)) {
this.tableDocumentaries.InitVars();
}
}
this.tableEmployees = ((EmployeesDataTable)(base.Tables["Employees"]));
if ((initTable == true)) {
if ((this.tableEmployees != null)) {
this.tableEmployees.InitVars();
}
}
this.tableEmployeesBackup = ((EmployeesBackupDataTable)(base.Tables["EmployeesBackup"]));
if ((initTable == true)) {
if ((this.tableEmployeesBackup != null)) {
this.tableEmployeesBackup.InitVars();
}
}
this.tableIssueTran = ((IssueTranDataTable)(base.Tables["IssueTran"]));
if ((initTable == true)) {
if ((this.tableIssueTran != null)) {
this.tableIssueTran.InitVars();
}
}
this.tableMemberCategories = ((MemberCategoriesDataTable)(base.Tables["MemberCategories"]));
if ((initTable == true)) {
if ((this.tableMemberCategories != null)) {
this.tableMemberCategories.InitVars();
}
}
this.tableMovies = ((MoviesDataTable)(base.Tables["Movies"]));
if ((initTable == true)) {
if ((this.tableMovies != null)) {
this.tableMovies.InitVars();
}
}
this.tableProducers = ((ProducersDataTable)(base.Tables["Producers"]));
if ((initTable == true)) {
if ((this.tableProducers != null)) {
this.tableProducers.InitVars();
}
}
this.tableProducerWebSite = ((ProducerWebSiteDataTable)(base.Tables["ProducerWebSite"]));
if ((initTable == true)) {
if ((this.tableProducerWebSite != null)) {
this.tableProducerWebSite.InitVars();
}
}
this.tableSalaryHistory = ((SalaryHistoryDataTable)(base.Tables["SalaryHistory"]));
if ((initTable == true)) {
if ((this.tableSalaryHistory != null)) {
this.tableSalaryHistory.InitVars();
}
}
this.tableStockAdjustment = ((StockAdjustmentDataTable)(base.Tables["StockAdjustment"]));
if ((initTable == true)) {
if ((this.tableStockAdjustment != null)) {
this.tableStockAdjustment.InitVars();
}
}
this.tableUserMaster = ((UserMasterDataTable)(base.Tables["UserMaster"]));
if ((initTable == true)) {
if ((this.tableUserMaster != null)) {
this.tableUserMaster.InitVars();
}
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitClass() {
this.DataSetName = "DafestyVideoDataSet";
this.Prefix = "";
this.Namespace = "http://tempuri.org/DafestyVideoDataSet.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tableControlTable = new ControlTableDataTable();
base.Tables.Add(this.tableControlTable);
this.tableCountry = new CountryDataTable();
base.Tables.Add(this.tableCountry);
this.tableCustomerContact = new CustomerContactDataTable();
base.Tables.Add(this.tableCustomerContact);
this.tableCustomers = new CustomersDataTable();
base.Tables.Add(this.tableCustomers);
this.tableDocumentaries = new DocumentariesDataTable();
base.Tables.Add(this.tableDocumentaries);
this.tableEmployees = new EmployeesDataTable();
base.Tables.Add(this.tableEmployees);
this.tableEmployeesBackup = new EmployeesBackupDataTable();
base.Tables.Add(this.tableEmployeesBackup);
this.tableIssueTran = new IssueTranDataTable();
base.Tables.Add(this.tableIssueTran);
this.tableMemberCategories = new MemberCategoriesDataTable();
base.Tables.Add(this.tableMemberCategories);
this.tableMovies = new MoviesDataTable();
base.Tables.Add(this.tableMovies);
this.tableProducers = new ProducersDataTable();
base.Tables.Add(this.tableProducers);
this.tableProducerWebSite = new ProducerWebSiteDataTable();
base.Tables.Add(this.tableProducerWebSite);
this.tableSalaryHistory = new SalaryHistoryDataTable();
base.Tables.Add(this.tableSalaryHistory);
this.tableStockAdjustment = new StockAdjustmentDataTable();
base.Tables.Add(this.tableStockAdjustment);
this.tableUserMaster = new UserMasterDataTable();
base.Tables.Add(this.tableUserMaster);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeControlTable() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeCountry() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeCustomerContact() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeCustomers() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeDocumentaries() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeEmployees() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeEmployeesBackup() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeIssueTran() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeMemberCategories() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeMovies() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeProducers() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeProducerWebSite() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeSalaryHistory() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeStockAdjustment() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeUserMaster() {
return false;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
DafestyVideoDataSet ds = new DafestyVideoDataSet();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void ControlTableRowChangeEventHandler(object sender, ControlTableRowChangeEvent e);

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void CountryRowChangeEventHandler(object sender, CountryRowChangeEvent e);

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void CustomerContactRowChangeEventHandler(object sender, CustomerContactRowChangeEvent e);

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void CustomersRowChangeEventHandler(object sender, CustomersRowChangeEvent e);

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void DocumentariesRowChangeEventHandler(object sender, DocumentariesRowChangeEvent e);

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void EmployeesRowChangeEventHandler(object sender, EmployeesRowChangeEvent e);

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void EmployeesBackupRowChangeEventHandler(object sender, EmployeesBackupRowChangeEvent e);

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void IssueTranRowChangeEventHandler(object sender, IssueTranRowChangeEvent e);

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void MemberCategoriesRowChangeEventHandler(object sender, MemberCategoriesRowChangeEvent e);

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void MoviesRowChangeEventHandler(object sender, MoviesRowChangeEvent e);

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void ProducersRowChangeEventHandler(object sender, ProducersRowChangeEvent e);

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void ProducerWebSiteRowChangeEventHandler(object sender, ProducerWebSiteRowChangeEvent e);

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void SalaryHistoryRowChangeEventHandler(object sender, SalaryHistoryRowChangeEvent e);

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void StockAdjustmentRowChangeEventHandler(object sender, StockAdjustmentRowChangeEvent e);

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void UserMasterRowChangeEventHandler(object sender, UserMasterRowChangeEvent e);

///
///Represents the strongly named DataTable class.
///

[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class ControlTableDataTable : global::System.Data.TypedTableBase {

private global::System.Data.DataColumn columnNumberType;

private global::System.Data.DataColumn columnFirstFreeNo;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ControlTableDataTable() {
this.TableName = "ControlTable";
this.BeginInit();
this.InitClass();
this.EndInit();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal ControlTableDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected ControlTableDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn NumberTypeColumn {
get {
return this.columnNumberType;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn FirstFreeNoColumn {
get {
return this.columnFirstFreeNo;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ControlTableRow this[int index] {
get {
return ((ControlTableRow)(this.Rows[index]));
}
}

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event ControlTableRowChangeEventHandler ControlTableRowChanging;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event ControlTableRowChangeEventHandler ControlTableRowChanged;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event ControlTableRowChangeEventHandler ControlTableRowDeleting;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event ControlTableRowChangeEventHandler ControlTableRowDeleted;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddControlTableRow(ControlTableRow row) {
this.Rows.Add(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ControlTableRow AddControlTableRow(string NumberType, int FirstFreeNo) {
ControlTableRow rowControlTableRow = ((ControlTableRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
NumberType,
FirstFreeNo};
rowControlTableRow.ItemArray = columnValuesArray;
this.Rows.Add(rowControlTableRow);
return rowControlTableRow;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataTable Clone() {
ControlTableDataTable cln = ((ControlTableDataTable)(base.Clone()));
cln.InitVars();
return cln;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new ControlTableDataTable();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal void InitVars() {
this.columnNumberType = base.Columns["NumberType"];
this.columnFirstFreeNo = base.Columns["FirstFreeNo"];
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitClass() {
this.columnNumberType = new global::System.Data.DataColumn("NumberType", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNumberType);
this.columnFirstFreeNo = new global::System.Data.DataColumn("FirstFreeNo", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFirstFreeNo);
this.columnNumberType.MaxLength = 10;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ControlTableRow NewControlTableRow() {
return ((ControlTableRow)(this.NewRow()));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new ControlTableRow(builder);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(ControlTableRow);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.ControlTableRowChanged != null)) {
this.ControlTableRowChanged(this, new ControlTableRowChangeEvent(((ControlTableRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.ControlTableRowChanging != null)) {
this.ControlTableRowChanging(this, new ControlTableRowChangeEvent(((ControlTableRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.ControlTableRowDeleted != null)) {
this.ControlTableRowDeleted(this, new ControlTableRowChangeEvent(((ControlTableRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.ControlTableRowDeleting != null)) {
this.ControlTableRowDeleting(this, new ControlTableRowChangeEvent(((ControlTableRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveControlTableRow(ControlTableRow row) {
this.Rows.Remove(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DafestyVideoDataSet ds = new DafestyVideoDataSet();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "ControlTableDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}

///
///Represents the strongly named DataTable class.
///

[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class CountryDataTable : global::System.Data.TypedTableBase {

private global::System.Data.DataColumn columnCountryCode;

private global::System.Data.DataColumn columnCountryName;

private global::System.Data.DataColumn columnCurrency;

private global::System.Data.DataColumn columnTimeZone;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public CountryDataTable() {
this.TableName = "Country";
this.BeginInit();
this.InitClass();
this.EndInit();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal CountryDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected CountryDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CountryCodeColumn {
get {
return this.columnCountryCode;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CountryNameColumn {
get {
return this.columnCountryName;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CurrencyColumn {
get {
return this.columnCurrency;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn TimeZoneColumn {
get {
return this.columnTimeZone;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public CountryRow this[int index] {
get {
return ((CountryRow)(this.Rows[index]));
}
}

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event CountryRowChangeEventHandler CountryRowChanging;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event CountryRowChangeEventHandler CountryRowChanged;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event CountryRowChangeEventHandler CountryRowDeleting;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event CountryRowChangeEventHandler CountryRowDeleted;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddCountryRow(CountryRow row) {
this.Rows.Add(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public CountryRow AddCountryRow(string CountryCode, string CountryName, string Currency, int TimeZone) {
CountryRow rowCountryRow = ((CountryRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
CountryCode,
CountryName,
Currency,
TimeZone};
rowCountryRow.ItemArray = columnValuesArray;
this.Rows.Add(rowCountryRow);
return rowCountryRow;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public CountryRow FindByCountryCode(string CountryCode) {
return ((CountryRow)(this.Rows.Find(new object[] {
CountryCode})));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataTable Clone() {
CountryDataTable cln = ((CountryDataTable)(base.Clone()));
cln.InitVars();
return cln;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new CountryDataTable();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal void InitVars() {
this.columnCountryCode = base.Columns["CountryCode"];
this.columnCountryName = base.Columns["CountryName"];
this.columnCurrency = base.Columns["Currency"];
this.columnTimeZone = base.Columns["TimeZone"];
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitClass() {
this.columnCountryCode = new global::System.Data.DataColumn("CountryCode", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCountryCode);
this.columnCountryName = new global::System.Data.DataColumn("CountryName", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCountryName);
this.columnCurrency = new global::System.Data.DataColumn("Currency", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCurrency);
this.columnTimeZone = new global::System.Data.DataColumn("TimeZone", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTimeZone);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCountryCode}, true));
this.columnCountryCode.AllowDBNull = false;
this.columnCountryCode.Unique = true;
this.columnCountryCode.MaxLength = 3;
this.columnCountryName.MaxLength = 20;
this.columnCurrency.MaxLength = 4;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public CountryRow NewCountryRow() {
return ((CountryRow)(this.NewRow()));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new CountryRow(builder);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(CountryRow);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.CountryRowChanged != null)) {
this.CountryRowChanged(this, new CountryRowChangeEvent(((CountryRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.CountryRowChanging != null)) {
this.CountryRowChanging(this, new CountryRowChangeEvent(((CountryRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.CountryRowDeleted != null)) {
this.CountryRowDeleted(this, new CountryRowChangeEvent(((CountryRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.CountryRowDeleting != null)) {
this.CountryRowDeleting(this, new CountryRowChangeEvent(((CountryRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveCountryRow(CountryRow row) {
this.Rows.Remove(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DafestyVideoDataSet ds = new DafestyVideoDataSet();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "CountryDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}

///
///Represents the strongly named DataTable class.
///

[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class CustomerContactDataTable : global::System.Data.TypedTableBase {

private global::System.Data.DataColumn columnCustomerID;

private global::System.Data.DataColumn columnCustomeName;

private global::System.Data.DataColumn columnTelephoneNo;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public CustomerContactDataTable() {
this.TableName = "CustomerContact";
this.BeginInit();
this.InitClass();
this.EndInit();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal CustomerContactDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected CustomerContactDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CustomerIDColumn {
get {
return this.columnCustomerID;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CustomeNameColumn {
get {
return this.columnCustomeName;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn TelephoneNoColumn {
get {
return this.columnTelephoneNo;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public CustomerContactRow this[int index] {
get {
return ((CustomerContactRow)(this.Rows[index]));
}
}

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event CustomerContactRowChangeEventHandler CustomerContactRowChanging;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event CustomerContactRowChangeEventHandler CustomerContactRowChanged;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event CustomerContactRowChangeEventHandler CustomerContactRowDeleting;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event CustomerContactRowChangeEventHandler CustomerContactRowDeleted;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddCustomerContactRow(CustomerContactRow row) {
this.Rows.Add(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public CustomerContactRow AddCustomerContactRow(string CustomerID, string CustomeName, string TelephoneNo) {
CustomerContactRow rowCustomerContactRow = ((CustomerContactRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
CustomerID,
CustomeName,
TelephoneNo};
rowCustomerContactRow.ItemArray = columnValuesArray;
this.Rows.Add(rowCustomerContactRow);
return rowCustomerContactRow;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataTable Clone() {
CustomerContactDataTable cln = ((CustomerContactDataTable)(base.Clone()));
cln.InitVars();
return cln;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new CustomerContactDataTable();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal void InitVars() {
this.columnCustomerID = base.Columns["CustomerID"];
this.columnCustomeName = base.Columns["CustomeName"];
this.columnTelephoneNo = base.Columns["TelephoneNo"];
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitClass() {
this.columnCustomerID = new global::System.Data.DataColumn("CustomerID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCustomerID);
this.columnCustomeName = new global::System.Data.DataColumn("CustomeName", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCustomeName);
this.columnTelephoneNo = new global::System.Data.DataColumn("TelephoneNo", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTelephoneNo);
this.columnCustomerID.MaxLength = 4;
this.columnCustomeName.MaxLength = 50;
this.columnTelephoneNo.MaxLength = 10;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public CustomerContactRow NewCustomerContactRow() {
return ((CustomerContactRow)(this.NewRow()));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new CustomerContactRow(builder);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(CustomerContactRow);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.CustomerContactRowChanged != null)) {
this.CustomerContactRowChanged(this, new CustomerContactRowChangeEvent(((CustomerContactRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.CustomerContactRowChanging != null)) {
this.CustomerContactRowChanging(this, new CustomerContactRowChangeEvent(((CustomerContactRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.CustomerContactRowDeleted != null)) {
this.CustomerContactRowDeleted(this, new CustomerContactRowChangeEvent(((CustomerContactRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.CustomerContactRowDeleting != null)) {
this.CustomerContactRowDeleting(this, new CustomerContactRowChangeEvent(((CustomerContactRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveCustomerContactRow(CustomerContactRow row) {
this.Rows.Remove(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DafestyVideoDataSet ds = new DafestyVideoDataSet();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "CustomerContactDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}

///
///Represents the strongly named DataTable class.
///

[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class CustomersDataTable : global::System.Data.TypedTableBase {

private global::System.Data.DataColumn columnCustomerID;

private global::System.Data.DataColumn columnCustomerName;

private global::System.Data.DataColumn columnMemberCategory;

private global::System.Data.DataColumn columnAddress;

private global::System.Data.DataColumn columnCity;

private global::System.Data.DataColumn columnOldPostalCode;

private global::System.Data.DataColumn columnPostalCode;

private global::System.Data.DataColumn columnCountryCode;

private global::System.Data.DataColumn columnContactTitle;

private global::System.Data.DataColumn columnPhoneNumber;

private global::System.Data.DataColumn columnExtension;

private global::System.Data.DataColumn columnFaxNumber;

private global::System.Data.DataColumn columnEmailAddress;

private global::System.Data.DataColumn columnNotes;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public CustomersDataTable() {
this.TableName = "Customers";
this.BeginInit();
this.InitClass();
this.EndInit();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal CustomersDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected CustomersDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CustomerIDColumn {
get {
return this.columnCustomerID;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CustomerNameColumn {
get {
return this.columnCustomerName;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn MemberCategoryColumn {
get {
return this.columnMemberCategory;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn AddressColumn {
get {
return this.columnAddress;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CityColumn {
get {
return this.columnCity;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn OldPostalCodeColumn {
get {
return this.columnOldPostalCode;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn PostalCodeColumn {
get {
return this.columnPostalCode;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CountryCodeColumn {
get {
return this.columnCountryCode;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn ContactTitleColumn {
get {
return this.columnContactTitle;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn PhoneNumberColumn {
get {
return this.columnPhoneNumber;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn ExtensionColumn {
get {
return this.columnExtension;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn FaxNumberColumn {
get {
return this.columnFaxNumber;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn EmailAddressColumn {
get {
return this.columnEmailAddress;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn NotesColumn {
get {
return this.columnNotes;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public CustomersRow this[int index] {
get {
return ((CustomersRow)(this.Rows[index]));
}
}

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event CustomersRowChangeEventHandler CustomersRowChanging;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event CustomersRowChangeEventHandler CustomersRowChanged;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event CustomersRowChangeEventHandler CustomersRowDeleting;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event CustomersRowChangeEventHandler CustomersRowDeleted;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddCustomersRow(CustomersRow row) {
this.Rows.Add(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public CustomersRow AddCustomersRow(string CustomerID, string CustomerName, string MemberCategory, string Address, string City, string OldPostalCode, string PostalCode, string CountryCode, string ContactTitle, string PhoneNumber, string Extension, string FaxNumber, string EmailAddress, string Notes) {
CustomersRow rowCustomersRow = ((CustomersRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
CustomerID,
CustomerName,
MemberCategory,
Address,
City,
OldPostalCode,
PostalCode,
CountryCode,
ContactTitle,
PhoneNumber,
Extension,
FaxNumber,
EmailAddress,
Notes};
rowCustomersRow.ItemArray = columnValuesArray;
this.Rows.Add(rowCustomersRow);
return rowCustomersRow;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public CustomersRow FindByCustomerID(string CustomerID) {
return ((CustomersRow)(this.Rows.Find(new object[] {
CustomerID})));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataTable Clone() {
CustomersDataTable cln = ((CustomersDataTable)(base.Clone()));
cln.InitVars();
return cln;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new CustomersDataTable();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal void InitVars() {
this.columnCustomerID = base.Columns["CustomerID"];
this.columnCustomerName = base.Columns["CustomerName"];
this.columnMemberCategory = base.Columns["MemberCategory"];
this.columnAddress = base.Columns["Address"];
this.columnCity = base.Columns["City"];
this.columnOldPostalCode = base.Columns["OldPostalCode"];
this.columnPostalCode = base.Columns["PostalCode"];
this.columnCountryCode = base.Columns["CountryCode"];
this.columnContactTitle = base.Columns["ContactTitle"];
this.columnPhoneNumber = base.Columns["PhoneNumber"];
this.columnExtension = base.Columns["Extension"];
this.columnFaxNumber = base.Columns["FaxNumber"];
this.columnEmailAddress = base.Columns["EmailAddress"];
this.columnNotes = base.Columns["Notes"];
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitClass() {
this.columnCustomerID = new global::System.Data.DataColumn("CustomerID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCustomerID);
this.columnCustomerName = new global::System.Data.DataColumn("CustomerName", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCustomerName);
this.columnMemberCategory = new global::System.Data.DataColumn("MemberCategory", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMemberCategory);
this.columnAddress = new global::System.Data.DataColumn("Address", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAddress);
this.columnCity = new global::System.Data.DataColumn("City", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCity);
this.columnOldPostalCode = new global::System.Data.DataColumn("OldPostalCode", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOldPostalCode);
this.columnPostalCode = new global::System.Data.DataColumn("PostalCode", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPostalCode);
this.columnCountryCode = new global::System.Data.DataColumn("CountryCode", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCountryCode);
this.columnContactTitle = new global::System.Data.DataColumn("ContactTitle", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnContactTitle);
this.columnPhoneNumber = new global::System.Data.DataColumn("PhoneNumber", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPhoneNumber);
this.columnExtension = new global::System.Data.DataColumn("Extension", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnExtension);
this.columnFaxNumber = new global::System.Data.DataColumn("FaxNumber", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFaxNumber);
this.columnEmailAddress = new global::System.Data.DataColumn("EmailAddress", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEmailAddress);
this.columnNotes = new global::System.Data.DataColumn("Notes", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNotes);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCustomerID}, true));
this.columnCustomerID.AllowDBNull = false;
this.columnCustomerID.Unique = true;
this.columnCustomerID.MaxLength = 4;
this.columnCustomerName.MaxLength = 50;
this.columnMemberCategory.MaxLength = 2;
this.columnAddress.MaxLength = 65;
this.columnCity.MaxLength = 30;
this.columnOldPostalCode.MaxLength = 4;
this.columnPostalCode.MaxLength = 6;
this.columnCountryCode.MaxLength = 3;
this.columnContactTitle.MaxLength = 2;
this.columnPhoneNumber.MaxLength = 9;
this.columnExtension.MaxLength = 5;
this.columnFaxNumber.MaxLength = 30;
this.columnEmailAddress.MaxLength = 50;
this.columnNotes.MaxLength = 255;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public CustomersRow NewCustomersRow() {
return ((CustomersRow)(this.NewRow()));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new CustomersRow(builder);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(CustomersRow);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.CustomersRowChanged != null)) {
this.CustomersRowChanged(this, new CustomersRowChangeEvent(((CustomersRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.CustomersRowChanging != null)) {
this.CustomersRowChanging(this, new CustomersRowChangeEvent(((CustomersRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.CustomersRowDeleted != null)) {
this.CustomersRowDeleted(this, new CustomersRowChangeEvent(((CustomersRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.CustomersRowDeleting != null)) {
this.CustomersRowDeleting(this, new CustomersRowChangeEvent(((CustomersRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveCustomersRow(CustomersRow row) {
this.Rows.Remove(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DafestyVideoDataSet ds = new DafestyVideoDataSet();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "CustomersDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}

///
///Represents the strongly named DataTable class.
///

[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class DocumentariesDataTable : global::System.Data.TypedTableBase {

private global::System.Data.DataColumn columnVideoCode;

private global::System.Data.DataColumn columnVideoTitle;

private global::System.Data.DataColumn columnMovieType;

private global::System.Data.DataColumn columnRating;

private global::System.Data.DataColumn columnPrice;

private global::System.Data.DataColumn columnProducer;

private global::System.Data.DataColumn columnDirector;

private global::System.Data.DataColumn columnMedia;

private global::System.Data.DataColumn columnTotalStock;

private global::System.Data.DataColumn columnNumberRented;

private global::System.Data.DataColumn columnPreviousEpisode;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public DocumentariesDataTable() {
this.TableName = "Documentaries";
this.BeginInit();
this.InitClass();
this.EndInit();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal DocumentariesDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected DocumentariesDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn VideoCodeColumn {
get {
return this.columnVideoCode;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn VideoTitleColumn {
get {
return this.columnVideoTitle;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn MovieTypeColumn {
get {
return this.columnMovieType;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn RatingColumn {
get {
return this.columnRating;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn PriceColumn {
get {
return this.columnPrice;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn ProducerColumn {
get {
return this.columnProducer;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn DirectorColumn {
get {
return this.columnDirector;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn MediaColumn {
get {
return this.columnMedia;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn TotalStockColumn {
get {
return this.columnTotalStock;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn NumberRentedColumn {
get {
return this.columnNumberRented;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn PreviousEpisodeColumn {
get {
return this.columnPreviousEpisode;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public DocumentariesRow this[int index] {
get {
return ((DocumentariesRow)(this.Rows[index]));
}
}

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event DocumentariesRowChangeEventHandler DocumentariesRowChanging;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event DocumentariesRowChangeEventHandler DocumentariesRowChanged;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event DocumentariesRowChangeEventHandler DocumentariesRowDeleting;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event DocumentariesRowChangeEventHandler DocumentariesRowDeleted;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddDocumentariesRow(DocumentariesRow row) {
this.Rows.Add(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public DocumentariesRow AddDocumentariesRow(short VideoCode, string VideoTitle, string MovieType, string Rating, float Price, string Producer, string Director, string Media, short TotalStock, short NumberRented, short PreviousEpisode) {
DocumentariesRow rowDocumentariesRow = ((DocumentariesRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
VideoCode,
VideoTitle,
MovieType,
Rating,
Price,
Producer,
Director,
Media,
TotalStock,
NumberRented,
PreviousEpisode};
rowDocumentariesRow.ItemArray = columnValuesArray;
this.Rows.Add(rowDocumentariesRow);
return rowDocumentariesRow;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public DocumentariesRow FindByVideoCode(short VideoCode) {
return ((DocumentariesRow)(this.Rows.Find(new object[] {
VideoCode})));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataTable Clone() {
DocumentariesDataTable cln = ((DocumentariesDataTable)(base.Clone()));
cln.InitVars();
return cln;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new DocumentariesDataTable();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal void InitVars() {
this.columnVideoCode = base.Columns["VideoCode"];
this.columnVideoTitle = base.Columns["VideoTitle"];
this.columnMovieType = base.Columns["MovieType"];
this.columnRating = base.Columns["Rating"];
this.columnPrice = base.Columns["Price"];
this.columnProducer = base.Columns["Producer"];
this.columnDirector = base.Columns["Director"];
this.columnMedia = base.Columns["Media"];
this.columnTotalStock = base.Columns["TotalStock"];
this.columnNumberRented = base.Columns["NumberRented"];
this.columnPreviousEpisode = base.Columns["PreviousEpisode"];
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitClass() {
this.columnVideoCode = new global::System.Data.DataColumn("VideoCode", typeof(short), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnVideoCode);
this.columnVideoTitle = new global::System.Data.DataColumn("VideoTitle", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnVideoTitle);
this.columnMovieType = new global::System.Data.DataColumn("MovieType", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMovieType);
this.columnRating = new global::System.Data.DataColumn("Rating", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRating);
this.columnPrice = new global::System.Data.DataColumn("Price", typeof(float), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPrice);
this.columnProducer = new global::System.Data.DataColumn("Producer", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnProducer);
this.columnDirector = new global::System.Data.DataColumn("Director", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDirector);
this.columnMedia = new global::System.Data.DataColumn("Media", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMedia);
this.columnTotalStock = new global::System.Data.DataColumn("TotalStock", typeof(short), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTotalStock);
this.columnNumberRented = new global::System.Data.DataColumn("NumberRented", typeof(short), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNumberRented);
this.columnPreviousEpisode = new global::System.Data.DataColumn("PreviousEpisode", typeof(short), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPreviousEpisode);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnVideoCode}, true));
this.columnVideoCode.AllowDBNull = false;
this.columnVideoCode.Unique = true;
this.columnVideoTitle.MaxLength = 50;
this.columnMovieType.MaxLength = 30;
this.columnRating.MaxLength = 3;
this.columnProducer.MaxLength = 50;
this.columnDirector.MaxLength = 50;
this.columnMedia.MaxLength = 50;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public DocumentariesRow NewDocumentariesRow() {
return ((DocumentariesRow)(this.NewRow()));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new DocumentariesRow(builder);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(DocumentariesRow);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.DocumentariesRowChanged != null)) {
this.DocumentariesRowChanged(this, new DocumentariesRowChangeEvent(((DocumentariesRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.DocumentariesRowChanging != null)) {
this.DocumentariesRowChanging(this, new DocumentariesRowChangeEvent(((DocumentariesRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.DocumentariesRowDeleted != null)) {
this.DocumentariesRowDeleted(this, new DocumentariesRowChangeEvent(((DocumentariesRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.DocumentariesRowDeleting != null)) {
this.DocumentariesRowDeleting(this, new DocumentariesRowChangeEvent(((DocumentariesRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveDocumentariesRow(DocumentariesRow row) {
this.Rows.Remove(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DafestyVideoDataSet ds = new DafestyVideoDataSet();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "DocumentariesDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}

///
///Represents the strongly named DataTable class.
///

[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class EmployeesDataTable : global::System.Data.TypedTableBase {

private global::System.Data.DataColumn columnEmployeeID;

private global::System.Data.DataColumn columnName;

private global::System.Data.DataColumn columnAge;

private global::System.Data.DataColumn columnSalary;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public EmployeesDataTable() {
this.TableName = "Employees";
this.BeginInit();
this.InitClass();
this.EndInit();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal EmployeesDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected EmployeesDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn EmployeeIDColumn {
get {
return this.columnEmployeeID;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn NameColumn {
get {
return this.columnName;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn AgeColumn {
get {
return this.columnAge;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn SalaryColumn {
get {
return this.columnSalary;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public EmployeesRow this[int index] {
get {
return ((EmployeesRow)(this.Rows[index]));
}
}

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event EmployeesRowChangeEventHandler EmployeesRowChanging;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event EmployeesRowChangeEventHandler EmployeesRowChanged;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event EmployeesRowChangeEventHandler EmployeesRowDeleting;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event EmployeesRowChangeEventHandler EmployeesRowDeleted;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddEmployeesRow(EmployeesRow row) {
this.Rows.Add(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public EmployeesRow AddEmployeesRow(string EmployeeID, string Name, int Age, double Salary) {
EmployeesRow rowEmployeesRow = ((EmployeesRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
EmployeeID,
Name,
Age,
Salary};
rowEmployeesRow.ItemArray = columnValuesArray;
this.Rows.Add(rowEmployeesRow);
return rowEmployeesRow;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public EmployeesRow FindByEmployeeID(string EmployeeID) {
return ((EmployeesRow)(this.Rows.Find(new object[] {
EmployeeID})));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataTable Clone() {
EmployeesDataTable cln = ((EmployeesDataTable)(base.Clone()));
cln.InitVars();
return cln;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new EmployeesDataTable();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal void InitVars() {
this.columnEmployeeID = base.Columns["EmployeeID"];
this.columnName = base.Columns["Name"];
this.columnAge = base.Columns["Age"];
this.columnSalary = base.Columns["Salary"];
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitClass() {
this.columnEmployeeID = new global::System.Data.DataColumn("EmployeeID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEmployeeID);
this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnName);
this.columnAge = new global::System.Data.DataColumn("Age", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAge);
this.columnSalary = new global::System.Data.DataColumn("Salary", typeof(double), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSalary);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnEmployeeID}, true));
this.columnEmployeeID.AllowDBNull = false;
this.columnEmployeeID.Unique = true;
this.columnEmployeeID.MaxLength = 10;
this.columnName.MaxLength = 10;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public EmployeesRow NewEmployeesRow() {
return ((EmployeesRow)(this.NewRow()));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new EmployeesRow(builder);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(EmployeesRow);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.EmployeesRowChanged != null)) {
this.EmployeesRowChanged(this, new EmployeesRowChangeEvent(((EmployeesRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.EmployeesRowChanging != null)) {
this.EmployeesRowChanging(this, new EmployeesRowChangeEvent(((EmployeesRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.EmployeesRowDeleted != null)) {
this.EmployeesRowDeleted(this, new EmployeesRowChangeEvent(((EmployeesRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.EmployeesRowDeleting != null)) {
this.EmployeesRowDeleting(this, new EmployeesRowChangeEvent(((EmployeesRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveEmployeesRow(EmployeesRow row) {
this.Rows.Remove(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DafestyVideoDataSet ds = new DafestyVideoDataSet();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "EmployeesDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}

///
///Represents the strongly named DataTable class.
///

[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class EmployeesBackupDataTable : global::System.Data.TypedTableBase {

private global::System.Data.DataColumn columnEmployeeID;

private global::System.Data.DataColumn columnName;

private global::System.Data.DataColumn columnAge;

private global::System.Data.DataColumn columnSalary;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public EmployeesBackupDataTable() {
this.TableName = "EmployeesBackup";
this.BeginInit();
this.InitClass();
this.EndInit();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal EmployeesBackupDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected EmployeesBackupDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn EmployeeIDColumn {
get {
return this.columnEmployeeID;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn NameColumn {
get {
return this.columnName;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn AgeColumn {
get {
return this.columnAge;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn SalaryColumn {
get {
return this.columnSalary;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public EmployeesBackupRow this[int index] {
get {
return ((EmployeesBackupRow)(this.Rows[index]));
}
}

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event EmployeesBackupRowChangeEventHandler EmployeesBackupRowChanging;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event EmployeesBackupRowChangeEventHandler EmployeesBackupRowChanged;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event EmployeesBackupRowChangeEventHandler EmployeesBackupRowDeleting;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event EmployeesBackupRowChangeEventHandler EmployeesBackupRowDeleted;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddEmployeesBackupRow(EmployeesBackupRow row) {
this.Rows.Add(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public EmployeesBackupRow AddEmployeesBackupRow(string EmployeeID, string Name, int Age, double Salary) {
EmployeesBackupRow rowEmployeesBackupRow = ((EmployeesBackupRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
EmployeeID,
Name,
Age,
Salary};
rowEmployeesBackupRow.ItemArray = columnValuesArray;
this.Rows.Add(rowEmployeesBackupRow);
return rowEmployeesBackupRow;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataTable Clone() {
EmployeesBackupDataTable cln = ((EmployeesBackupDataTable)(base.Clone()));
cln.InitVars();
return cln;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new EmployeesBackupDataTable();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal void InitVars() {
this.columnEmployeeID = base.Columns["EmployeeID"];
this.columnName = base.Columns["Name"];
this.columnAge = base.Columns["Age"];
this.columnSalary = base.Columns["Salary"];
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitClass() {
this.columnEmployeeID = new global::System.Data.DataColumn("EmployeeID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEmployeeID);
this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnName);
this.columnAge = new global::System.Data.DataColumn("Age", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAge);
this.columnSalary = new global::System.Data.DataColumn("Salary", typeof(double), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSalary);
this.columnEmployeeID.MaxLength = 10;
this.columnName.MaxLength = 10;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public EmployeesBackupRow NewEmployeesBackupRow() {
return ((EmployeesBackupRow)(this.NewRow()));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new EmployeesBackupRow(builder);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(EmployeesBackupRow);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.EmployeesBackupRowChanged != null)) {
this.EmployeesBackupRowChanged(this, new EmployeesBackupRowChangeEvent(((EmployeesBackupRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.EmployeesBackupRowChanging != null)) {
this.EmployeesBackupRowChanging(this, new EmployeesBackupRowChangeEvent(((EmployeesBackupRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.EmployeesBackupRowDeleted != null)) {
this.EmployeesBackupRowDeleted(this, new EmployeesBackupRowChangeEvent(((EmployeesBackupRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.EmployeesBackupRowDeleting != null)) {
this.EmployeesBackupRowDeleting(this, new EmployeesBackupRowChangeEvent(((EmployeesBackupRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveEmployeesBackupRow(EmployeesBackupRow row) {
this.Rows.Remove(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DafestyVideoDataSet ds = new DafestyVideoDataSet();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "EmployeesBackupDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}

///
///Represents the strongly named DataTable class.
///

[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class IssueTranDataTable : global::System.Data.TypedTableBase {

private global::System.Data.DataColumn columnTransactionID;

private global::System.Data.DataColumn columnCustomerID;

private global::System.Data.DataColumn columnVideoCode;

private global::System.Data.DataColumn columnDateIssue;

private global::System.Data.DataColumn columnDateDue;

private global::System.Data.DataColumn columnDateActualReturn;

private global::System.Data.DataColumn columnRentalStatus;

private global::System.Data.DataColumn columnRemarks;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public IssueTranDataTable() {
this.TableName = "IssueTran";
this.BeginInit();
this.InitClass();
this.EndInit();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal IssueTranDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected IssueTranDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn TransactionIDColumn {
get {
return this.columnTransactionID;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn CustomerIDColumn {
get {
return this.columnCustomerID;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn VideoCodeColumn {
get {
return this.columnVideoCode;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn DateIssueColumn {
get {
return this.columnDateIssue;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn DateDueColumn {
get {
return this.columnDateDue;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn DateActualReturnColumn {
get {
return this.columnDateActualReturn;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn RentalStatusColumn {
get {
return this.columnRentalStatus;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn RemarksColumn {
get {
return this.columnRemarks;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public IssueTranRow this[int index] {
get {
return ((IssueTranRow)(this.Rows[index]));
}
}

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event IssueTranRowChangeEventHandler IssueTranRowChanging;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event IssueTranRowChangeEventHandler IssueTranRowChanged;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event IssueTranRowChangeEventHandler IssueTranRowDeleting;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event IssueTranRowChangeEventHandler IssueTranRowDeleted;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddIssueTranRow(IssueTranRow row) {
this.Rows.Add(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public IssueTranRow AddIssueTranRow(short TransactionID, string CustomerID, short VideoCode, System.DateTime DateIssue, System.DateTime DateDue, System.DateTime DateActualReturn, string RentalStatus, string Remarks) {
IssueTranRow rowIssueTranRow = ((IssueTranRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
TransactionID,
CustomerID,
VideoCode,
DateIssue,
DateDue,
DateActualReturn,
RentalStatus,
Remarks};
rowIssueTranRow.ItemArray = columnValuesArray;
this.Rows.Add(rowIssueTranRow);
return rowIssueTranRow;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public IssueTranRow FindByTransactionID(short TransactionID) {
return ((IssueTranRow)(this.Rows.Find(new object[] {
TransactionID})));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataTable Clone() {
IssueTranDataTable cln = ((IssueTranDataTable)(base.Clone()));
cln.InitVars();
return cln;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new IssueTranDataTable();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal void InitVars() {
this.columnTransactionID = base.Columns["TransactionID"];
this.columnCustomerID = base.Columns["CustomerID"];
this.columnVideoCode = base.Columns["VideoCode"];
this.columnDateIssue = base.Columns["DateIssue"];
this.columnDateDue = base.Columns["DateDue"];
this.columnDateActualReturn = base.Columns["DateActualReturn"];
this.columnRentalStatus = base.Columns["RentalStatus"];
this.columnRemarks = base.Columns["Remarks"];
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitClass() {
this.columnTransactionID = new global::System.Data.DataColumn("TransactionID", typeof(short), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTransactionID);
this.columnCustomerID = new global::System.Data.DataColumn("CustomerID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCustomerID);
this.columnVideoCode = new global::System.Data.DataColumn("VideoCode", typeof(short), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnVideoCode);
this.columnDateIssue = new global::System.Data.DataColumn("DateIssue", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDateIssue);
this.columnDateDue = new global::System.Data.DataColumn("DateDue", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDateDue);
this.columnDateActualReturn = new global::System.Data.DataColumn("DateActualReturn", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDateActualReturn);
this.columnRentalStatus = new global::System.Data.DataColumn("RentalStatus", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRentalStatus);
this.columnRemarks = new global::System.Data.DataColumn("Remarks", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRemarks);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnTransactionID}, true));
this.columnTransactionID.AllowDBNull = false;
this.columnTransactionID.Unique = true;
this.columnCustomerID.MaxLength = 4;
this.columnRentalStatus.MaxLength = 3;
this.columnRemarks.MaxLength = 255;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public IssueTranRow NewIssueTranRow() {
return ((IssueTranRow)(this.NewRow()));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new IssueTranRow(builder);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(IssueTranRow);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.IssueTranRowChanged != null)) {
this.IssueTranRowChanged(this, new IssueTranRowChangeEvent(((IssueTranRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.IssueTranRowChanging != null)) {
this.IssueTranRowChanging(this, new IssueTranRowChangeEvent(((IssueTranRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.IssueTranRowDeleted != null)) {
this.IssueTranRowDeleted(this, new IssueTranRowChangeEvent(((IssueTranRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.IssueTranRowDeleting != null)) {
this.IssueTranRowDeleting(this, new IssueTranRowChangeEvent(((IssueTranRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveIssueTranRow(IssueTranRow row) {
this.Rows.Remove(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DafestyVideoDataSet ds = new DafestyVideoDataSet();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "IssueTranDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}

///
///Represents the strongly named DataTable class.
///

[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class MemberCategoriesDataTable : global::System.Data.TypedTableBase {

private global::System.Data.DataColumn columnMemberCategory;

private global::System.Data.DataColumn columnMemberCatDescription;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public MemberCategoriesDataTable() {
this.TableName = "MemberCategories";
this.BeginInit();
this.InitClass();
this.EndInit();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal MemberCategoriesDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected MemberCategoriesDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn MemberCategoryColumn {
get {
return this.columnMemberCategory;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn MemberCatDescriptionColumn {
get {
return this.columnMemberCatDescription;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public MemberCategoriesRow this[int index] {
get {
return ((MemberCategoriesRow)(this.Rows[index]));
}
}

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event MemberCategoriesRowChangeEventHandler MemberCategoriesRowChanging;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event MemberCategoriesRowChangeEventHandler MemberCategoriesRowChanged;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event MemberCategoriesRowChangeEventHandler MemberCategoriesRowDeleting;

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event MemberCategoriesRowChangeEventHandler MemberCategoriesRowDeleted;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddMemberCategoriesRow(MemberCategoriesRow row) {
this.Rows.Add(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public MemberCategoriesRow AddMemberCategoriesRow(string MemberCategory, string MemberCatDescription) {
MemberCategoriesRow rowMemberCategoriesRow = ((MemberCategoriesRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
MemberCategory,
MemberCatDescription};
rowMemberCategoriesRow.ItemArray = columnValuesArray;
this.Rows.Add(rowMemberCategoriesRow);
return rowMemberCategoriesRow;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public MemberCategoriesRow FindByMemberCategory(string MemberCategory) {
return ((MemberCategoriesRow)(this.Rows.Find(new object[] {
MemberCategory})));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataTable Clone() {
MemberCategoriesDataTable cln = ((MemberCategoriesDataTable)(base.Clone()));
cln.InitVars();
return cln;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new MemberCategoriesDataTable();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal void InitVars() {
this.columnMemberCategory = base.Columns["MemberCategory"];
this.columnMemberCatDescription = base.Columns["MemberCatDescription"];
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitClass() {
this.columnMemberCategory = new global::System.Data.DataColumn("MemberCategory", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMemberCategory);
this.columnMemberCatDescription = new global::System.Data.DataColumn("MemberCatDescription", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMemberCatDescription);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnMemberCategory}, true));
this.columnMemberCategory.AllowDBNull = false;
this.columnMemberCategory.Unique = true;
this.columnMemberCategory.MaxLength = 2;
this.columnMemberCatDescription.MaxLength = 200;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public MemberCategoriesRow NewMemberCategoriesRow() {
return ((MemberCategoriesRow)(this.NewRow()));
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new MemberCategoriesRow(builder);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(MemberCategoriesRow);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.MemberCategoriesRowChanged != null)) {
this.MemberCategoriesRowChanged(this, new MemberCategoriesRowChangeEvent(((MemberCategoriesRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.MemberCategoriesRowChanging != null)) {
this.MemberCategoriesRowChanging(this, new MemberCategoriesRowChangeEvent(((MemberCategoriesRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.MemberCategoriesRowDeleted != null)) {
this.MemberCategoriesRowDeleted(this, new MemberCategoriesRowChangeEvent(((MemberCategoriesRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.MemberCategoriesRowDeleting != null)) {
this.MemberCategoriesRowDeleting(this, new MemberCategoriesRowChangeEvent(((MemberCategoriesRow)(e.Row)), e.Action));
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveMemberCategoriesRow(MemberCategoriesRow row) {
this.Rows.Remove(row);
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DafestyVideoDataSet ds = new DafestyVideoDataSet();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "MemberCategoriesDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}

///
///Represents the strongly named DataTable class.
///

[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class MoviesDataTable : global::System.Data.TypedTableBase {

private global::System.Data.DataColumn columnVideoCode;

private global::System.Data.DataColumn columnMovieTitle;

private global::System.Data.DataColumn columnMovieType;

private global::System.Data.DataColumn columnRating;

private global::System.Data.DataColumn columnRentalPrice;

private global::System.Data.DataColumn columnProducer;

private global::System.Data.DataColumn columnDirector;

private global::System.Data.DataColumn columnMedia;

private global::System.Data.DataColumn columnTotalStock;

private global::System.Data.DataColumn columnNumberRented;

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public MoviesDataTable() {
this.TableName = "Movies";
this.BeginInit();
this.InitClass();
this.EndInit();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal MoviesDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected MoviesDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn VideoCodeColumn {
get {
return this.columnVideoCode;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn MovieTitleColumn {
get {
return this.columnMovieTitle;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn MovieTypeColumn {
get {
return this.columnMovieType;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn RatingColumn {
get {
return this.columnRating;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn RentalPriceColumn {
get {
return this.columnRentalPrice;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn ProducerColumn {
get {
return this.columnProducer;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn DirectorColumn {
get {
return this.columnDirector;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn MediaColumn {
get {
return this.columnMedia;
}
}

[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here