|
-
Dec 9th, 2001, 08:35 AM
#1
Thread Starter
Addicted Member
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
-
Dec 10th, 2001, 07:39 AM
#2
Black Cat
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.
-
Dec 11th, 2001, 01:48 AM
#3
Thread Starter
Addicted Member
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
-
Dec 11th, 2001, 12:05 PM
#4
Black Cat
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.
-
Dec 11th, 2001, 12:54 PM
#5
Thread Starter
Addicted Member
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
-
Dec 11th, 2001, 03:18 PM
#6
Black Cat
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|