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: "Gad Hayisraeli" <gadh AT vmanage.com>
  • To: <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] freetds in win32
  • Date: Thu, 6 Feb 2003 10:18:46 +0200


> -----Original Message-----
> From: freetds-admin AT lists.ibiblio.org
> [mailto:freetds-admin AT lists.ibiblio.org]On Behalf Of Coleman, Dave
> Sent: þã 05 ôáøåàø 2003 21:04þ
> To: 'freetds AT lists.ibiblio.org'
> Subject: RE: [freetds] freetds in win32
>
>
> 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


i tried to use regsvr32 , but it told me that it did not find any dll exports
to use. i'll try to export first. do you
know what exports it expect to find (odbc , sql ?)

Gad








Archive powered by MHonArc 2.6.24.

Top of Page