Re: Dynamic DSN
From: Ricardo Magalhaes (ricardosm70_at_hotmail.com)
Date: 12/29/03
- Next message: Samuel Costa: "Re: qtintf70.dll"
- Previous message: Herbert Welte: "phoneConfigDialog"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Dec 2003 08:07:10 -0300
Thanks Brion,
IŽll do it
Regards,
Ricardo
"Brion L. Webster" <brion.webster@nospam.ci.fresno.ca.us> escreveu na
mensagem news:3fe9d443$1@newsgroups.borland.com...
> Ricardo Magalhaes wrote:
>
> > I want create an ODBC DSN into my delphi 6.0 apllication without
> > need to go control panel . How can I do it ?
>
> It's a WinAPI Call - definition follows.
>
> function SQLConfigDataSource(const hwndParent: LongInt; const
> fRequest: LongInt;
> const lpszDriver: pChar; const lpszAttributes: pChar): LongInt ;
> stdcall; external 'ODBCCP32.DLL';
>
> -Brion
- Next message: Samuel Costa: "Re: qtintf70.dll"
- Previous message: Herbert Welte: "phoneConfigDialog"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|