> From: "Stevio" <[EMAIL PROTECTED]>
> Subject: Re: Creating a user from within Delphi
> To: "Delphi DB" <delphi-db@elists.org>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; format=flowed; charset="iso-8859-1";
>       reply-type=original
>
> Here is where I'm at with this. I have created a batch file that contains 
> something like this:
>
> @echo off
> c:\Progra~1\Firebird\Firebird_1_5\bin\gsec -user SYSDBA -password 
> masterkey -add MYUSER -pw MYPASSWORD
>
> <<snip>>

> issues.
>
> Thanks,
> Stephen
>   
You could use ShellExecute to launch GSec with what ever parameters you 
need.
FIB+ has tools to use manage users and passwords, what connection engine 
are you using?
Mick
_______________________________________________
Delphi-DB mailing list
Delphi-DB@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-db

Reply via email to