Author |
Topic  |
|
mafifi
Junior Member
 
USA
308 Posts |
Posted - 29 May 2001 : 19:52:43
|
I need a copy of the latest and greatest adovbs.inc file. I think mine is corrupt and I could not find one on MS site.
Thanks,
Mo |
|
work mule
Senior Member
   
USA
1358 Posts |
|
Doug G
Support Moderator
    
USA
6493 Posts |
Posted - 29 May 2001 : 20:18:27
|
I think you need the copy that matches your version of MDAC for the esoteric stuff.
adovbs.inc is distributed with MDAC, look in \Program Files\Common Files\System\ado\ to find it.
====== Doug G ====== |
 |
|
mafifi
Junior Member
 
USA
308 Posts |
Posted - 29 May 2001 : 21:01:56
|
Doug G,
I'm having problems with an ASP code that returns paged records from an Access DB (OLE DB). The application works fine when I place it on Readyhosting but I have been geting errors when installed on my Intranet server. I think MDAC might be the problem. Having said that and since I do not have access to the server at this time, do you know which version of MDAC should be installed on NT4.0?
I found the following at MS site http://support.microsoft.com/support/MDAC/26setupfaq.asp ============================ MDAC 2.6 ============================
Thanks,
Mo
Edited by - mafifi on 29 May 2001 21:12:21 |
 |
|
work mule
Senior Member
   
USA
1358 Posts |
Posted - 29 May 2001 : 21:40:20
|
quote:
I think you need the copy that matches your version of MDAC for the esoteric stuff.
adovbs.inc is distributed with MDAC, look in \Program Files\Common Files\System\ado\ to find it.
Yes, the ado constants you want to use/reference should exist in the distributed file.
I've read (and from experience) that you generally don't use all of them, so it's best to cut and paste only the constants you use and include them with your connection string, usually in an include file.
--The Writer Community
"Do not go where the path may lead, go instead where there is no path and leave a trail." -Ralph Waldo Emerson |
 |
|
mrWize
deleted
 
119 Posts |
Posted - 30 May 2001 : 04:12:19
|
One tip!!
DON´T inlcude the whole adovbs.inc file into one asp-page.
Just copy the constants you need into the asp-page and You get rid of 7k load of constants.
cya, mrWize
|
 |
|
Doug G
Support Moderator
    
USA
6493 Posts |
Posted - 30 May 2001 : 10:05:48
|
Mo - I run a mixture of MDAC 2.5 and 2.6 on NT4 and W2K machines. For 2.6 you need to get the Jet drivers in a separate download.
I have found things to be pretty stable with v2.1 and higher.
====== Doug G ====== |
 |
|
mafifi
Junior Member
 
USA
308 Posts |
Posted - 30 May 2001 : 12:38:09
|
Hi Doug,
I ran the Component Checker this morning and found that I have MDAC 2.1.3711.11(GA) installed on one server and 2.5 RTM(2.0.4403.12) installed on the other . This is why the application was working fine on one server and not so fine on the other. When I changed my connection from OLE DB to DSN it worked fine. BTW, I am using this sample http://www.asp101.com/samples/db_paging.asp
I will create a full back-up tonight and install the MDAC 2.6 tomorrow morning. http://www.microsoft.com/data/download.htm#CCinfo
I'm running NT4.0 Service Pack 6
Thanks,
Mo |
 |
|
Doug G
Support Moderator
    
USA
6493 Posts |
Posted - 30 May 2001 : 15:29:07
|
Sounds like you're getting a net around your problem :)
====== Doug G ====== |
 |
|
|
Topic  |
|