|
-
Nov 9th, 2000, 11:08 AM
#1
Thread Starter
Hyperactive Member
Hi all!!!
The only way for making a recordset to Access 2000 is ADO?
Can I use DAO?
Can someone give me some code?
Thanks!!
-
Nov 9th, 2000, 11:50 AM
#2
Addicted Member
Normal is boring...
 smh 
-
Nov 10th, 2000, 03:37 PM
#3
Monday Morning Lunatic
DAO 3.6 is the earliest version that works with Access 2000.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 10th, 2000, 04:04 PM
#4
Thread Starter
Hyperactive Member
Thank you very much.
So, I guess it´s time to move onto ADO.
If things were easy, users might be programmers.
-
Nov 12th, 2000, 11:27 AM
#5
Well ...
What made you switch from DAO to ADO?
DAO 3.6 can be safely used with Access 2000. And if you are using DAO 3.51 or something, you just have to change the reference from DAO 3.51 to DAO 3.6 There is no need to change any of the code. So before switching to ADO, consider the re-coding exercise.
-
Nov 14th, 2000, 10:03 AM
#6
Thread Starter
Hyperactive Member
Thanks, but, between ADO and DAO...
Which one is faster?, lighter?, better?
If things were easy, users might be programmers.
-
Nov 14th, 2000, 10:47 AM
#7
Fanatic Member
ADO is the future. Microsoft are not going to update DAO for much longer.
ADO is much lighter and more flexible. Better, well depends on your point of view.
My advice, use it for all new projects. Don't bother converting current DAO - its too much hassle.
Cheers,
Paul.
Not nearly so tired now...
Haven't been around much so be gentle...
-
Nov 14th, 2000, 02:54 PM
#8
Thread Starter
Hyperactive Member
Thank you very much guys!!!
If things were easy, users might be programmers.
-
Nov 14th, 2000, 02:56 PM
#9
Monday Morning Lunatic
DAO is faster and easier to program, but it only works with Access.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 15th, 2000, 08:46 AM
#10
New Member
JP,
Word of caution. I have been working with both Access 97 and Access 2000 databases in the same program. The current version of ADO is great and manipulates both versions well. The Jet Engine 4.0 tool CompactDatabase, however, will destroy your Access 97 database.
So to compact, use the JETCOMP.EXE tool that is provided by Microsoft. It can run from a command line, use JETCOMP.EXE -? to get all of the paramaters. You will have to call it from a shell script, use the information in the Knowledgebase article Q129796 "HowTO: 32-bit App can determine when a shelled process ends" to set it up. Since you need to wait for JETCOMP to complete so that you can verify it before you "Kill" the old database.
You can get the JETCOMP.EXE from:
http://support.microsoft.com/support...-US&SD=gn&FR=0
Hope that helps,
TTFN,
Smashing Piggy
"Beware of Big Bad Wolf dressed in Tigger clothes"
-
Nov 15th, 2000, 04:07 PM
#11
Thread Starter
Hyperactive Member
If things were easy, users might be programmers.
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
|