Results 1 to 6 of 6

Thread: Database and APIs

  1. #1

    Thread Starter
    Addicted Member hamins's Avatar
    Join Date
    Sep 2001
    Posts
    192

    Database and APIs

    Hi,

    I wanna know if I can make a database proggy (Add/mod/del/next/prev/last/first/search etc etc) using APIs. I'm talking of working with Access 2000 . If there're any tutorialz lemme know
    Knowledge is static .... understanding is Dynamic

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Yes you can. Please explain more on what you want to do.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3

    Thread Starter
    Addicted Member hamins's Avatar
    Join Date
    Sep 2001
    Posts
    192
    I wanna perform all the basic operations on the table such as ADD new records, MODIFY existing records, Deleting Records, Searching for records(Bsaed on some Criteria) and also simple navigation through the records (Next/Previous/First/Last).
    Knowledge is static .... understanding is Dynamic

  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    So you want to write a program with an access *.mdb as the database, but not to need access? Use ADO, or OLEDB, etc.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  5. #5

    Thread Starter
    Addicted Member hamins's Avatar
    Join Date
    Sep 2001
    Posts
    192
    Yeah, I dont wanna use any Data Controls or objects or ODBC or any other DBEngine.

    I want to perform the operations using APIs.
    Knowledge is static .... understanding is Dynamic

  6. #6
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Then you need to write your own DB engine.

    Work with binary files with:
    http://msdn.microsoft.com/library/de...lesio_4lf7.asp

    Work with memory and stuff with:
    http://msdn.microsoft.com/library/de...emman_60kz.asp

    You might be better off with C++ than VB for this, if speed is a concern.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

Posting Permissions

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



Click Here to Expand Forum to Full Width