11/24/2024 11:21:21 AM
slxdeveloper.com
Now Live!
|
|
|
User Profile -
Michael Green
|
|
|
Michael Green (SalesLogix Business Partner) Pilot Software Pty Ltd
fiogf49gjkf0d
|
|
Log in to send this member a
message! |
|
|
Michael Green's
Contributions |
Michael Green
has contributed
comments and
0
articles.
|
|
Select to view:
|
Comment: Re: SalesLogix 6.1 Procedures
fiogf49gjkf0d Ok - I found all the connection information under :
HKEY_CURRENT_USER\Software\SalesLogix\ADOLogin This definitely has the ADO connection string information I need.
However the question is - how does my VB app use the SalesLogix ADO provider to get these connection strings ? The most I can get is the Connection (Alias) name using sp_AliasList - not the full string / extended properties.
Author: Michael Green - 6/16/2004
|
|
Comment: Re: SalesLogix 6.1 Procedures
fiogf49gjkf0d Ok - so the procedure is : - slx_GetServerList - to obtain an list of SLX Servers - sp_AliasList - (using the server name in the connection string) to get a list of Alias' on that server - Build the ADO connection string - User Name and Password - Supply these from ???? - SLX Server - from slx_GetServerList
Questions : 1. slx_GetServer only seems to return my machine name....... 2. I'm still unclear about the where the connection information is stored, how the Sales Client's retrieve that information etc etc.
Author: Michael Green - 6/16/2004
|
|
Comment: Re: SalesLogix 6.1 Procedures
fiogf49gjkf0d How do I take an SLX Alias (obtained using sp_AliasList) and turn it into a full ADO connection string ?
Author: Michael Green - 6/16/2004
|
|
|
|
|
|
|
|