
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
"Joe "Nuke Me Xemu" Foster" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "David" <[EMAIL PROTECTED]> wrote in message <news:[EMAIL PROTECTED]>... > > > I'm opening my record set like this; > > > rstTips.Open varSql, cnnDb, adOpenKeyset, adLockOptimistic, adCmdText > > > The program work fine until I use it on another machine (win98 machine) and > > then it has an error 3706. I've read a few things on the internet about this > > error but I didn't understand that much about it. I know it has something to > > do with the dll files. My quiestion is how can I make the exe file work on > > another computer? Is there a simple way that I'm not looking at?? > > Error 3706 means the ADODB provider isn't installed. Which DBMS > are you using? What are your connection settings in cnnDb? If > you're using Jet 4.0, installing it on a new computer is a real > PITA now that Micro$haft's trying to herd everybody to MSDE and > then on to full-blown SQL Server running on Windows 2003 Server. > > -- > Joe Foster <mailto:jlfoster%40znet.com> On the cans? <http://www.xenu.net/> > WARNING: I cannot be held responsible for the above They're coming to > because my cats have apparently learned to type. take me away, ha ha! > > I'm using Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=soccer.mdb and I'm using microsoft access as the database I think the 97 version, I created the data through visual basic.
| <-- __Chronological__ --> | <-- __Thread__ --> |