Skip to Content.
Sympa Menu

freetds - RE: [freetds] freetds in win32

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Coleman, Dave" <DColeman AT US.TIAuto.com>
  • To: "'freetds AT lists.ibiblio.org'" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] freetds in win32
  • Date: Wed, 5 Feb 2003 14:04:05 -0500

The program to install a COM, COM+, OCX, DLL or other external system
component is called "regsvr32.exe" and is usually located in
c:\winnt\system32\. You may need to have "developer" files installed to
have this on some systems...

This executable should be packaged as part of Visual Studio, however; it may
be a standard piece of most Win32 distributions. I do not know for sure.

just search for RegSvr32.exe in the MSDN collection. These ought to get you
going:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/indexsrv/ht
ml/ixufilt_9v1v.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/se
curity/registering_the_new_functionality.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/oledb/htm/o
ledbpwk_noospreg.asp

Good luck,
Dave


> -----Original Message-----
> From: Frediano Ziglio [SMTP:freddyz77 AT tin.it]
> Sent: Wednesday, February 05, 2003 8:18 AM
> To: FreeTDS
> Subject: RE: [freetds] freetds in win32
>
> Il mer, 2003-02-05 alle 09:24, Gad Hayisraeli ha scritto:
> > in windows , you cannot use you driver manager, but windows driver
> manager (odbc data sources in control panel) , and
> > your driver must have some dll exports in order to be compatible to the
> driver manager.
> > the FreeTDS.dll has not have all these , so how can i use it as an odbc
> driver in windows ?
> >
> > or if you have an alternative way , please state it
> >
>
> I don't know who you compile odbc driver but with project compile and
> export symbols. Exports are done with .def file, so if you do not use
> .def file dll do not export anything...
>
> Perhaps problem is installing the driver... There isn't an install or a
> dll for setting properties so you have to add some registry entry
> manually.
>
> freddy77
>
>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds




Archive powered by MHonArc 2.6.24.

Top of Page