Tezin Türü: Yüksek Lisans
Tezin Yürütüldüğü Kurum: Eskişehir Osmangazi Üniversitesi, FEN BİLİMLERİ ENSTİTÜSÜ, ELEKTRİK-ELEKTRONİK MÜHENDİSLİĞİ, Türkiye
Tezin Onay Tarihi: 2001
Tezin Dili: Türkçe
Öğrenci: EYLEM KAVAK
Danışman: Nihat Adar
Özet:
For the purpose of assessing databases there is a lot of software tools and methods. ADO (ActiveX Data Objects), DAO (Data Access Objects) and RDO (Remote Data Objects) are the ones which are used commonly. This study tries to find out an answer to the question "Which database access tool should be used ?". The basic database access scenarios using ADO, DAO, and RDO have been evaluated and they have been compared to one another. For this purpose a test program accessing a sample database managed by Microsoft SQL Server 7.0 via ADO, DAO and RDO has been developed using Microsoft Visual Basic 6.0 and the access timings to database, timings of creating a recordset and timings of extracting data from this recordset using each database access method has been compared. In addition to above, another test program which simulates multi user access to databases via ADO has been developed and multi-user access to the sample database has been simulated.