I have defined the driver using 3.0 in my connection string (Same string that works in regular VB against the Test db) but cannot get a connection in my ASP page.
I don't use the Session variable as you listed in your example to Scott, just use a direct reference to a Connection Object. I thought it might be permission problems, so I changed the connection String DBQ to a directory that I had made a successful connection via straight VB6 as I mentioned above. I am sure if I had a little free time, I could work through this, but I just wanted to verify that my installation was ok first (I am sure it is OK, but I have a couple of things I can do to test this for sure) ----- Original Message ----- From: "A. Razzak Memon" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Wednesday, July 13, 2005 11:39 AM Subject: [RBG7-L] - Re: [Norton AntiSpam] [RBG7-L] - Re: Tango / Oterro / Rbase /ASP AssistanceNeeded. > At 11:55 AM 7/13/2005, Mike Byerley wrote: > >>I installed Otterro 3.0 on my 2003 server, then applied the >>update to Oterro 3.1. In ODBC manager, the driver still >>shows as 3.0.. When I run the CheckVersion app, the version >>says 3.1. > > > Mike, > > It depends on the process of upgrading the Oterro from 3.0 > to 3.1. > > If you simply copied the files, such as, Oterro.DLL, OTIO.DLL, > RBExt.DLL and Oterro_Ins.DLL in \Windows\System32 directory > and all message files in \Windows directory, then the ODBC > Administrator and the driver info will still reflect as > "Oterro 3.0 Database Driver", as the file names are the same. > > But, if you used the "Full Installer" of Oterro 3.1, then you > will get the driver name as "Oterro 3.1 Database Driver" in > the ODBC Administrator, as the *new* installer creates separate > entries accordingly. All files are installed in the default > Oterro 3.1 directory as C:\RBTI\Oterro31. > > CheckVer utility should reflect the current version installed. > > So, defining the data source use the appropriate word as > "Oterro 3.0" or "Oterro 3.1" accordingly. > > Very Best R:egards, > > Razzak. > > P.S. > Make sure that you are using the *latest* update of Oterro 3.1. > Contact RBTI Support Team to obtain the latest version. >
