Hi Gurus,
I have a requirement at my company to connect to an external web service using xml over http, with Two Way SSL authentication and encryption.
I know how to use LWP to create POSTs to HTTPS web services, but the Two Way SSL part, I dont even know where to begin.
I have my private and...
Hy Ryan,
Actually populating the proxy table is not the main difficulty,
however the solution you proposed for that task is certainly impressive.
The main difficulty is that some queries call the dealer table with no relation to any accounts, and expect a distinct list of dealers in return...
Yep, that part is easy.
Trouble is my restriction is on limiting the queries and reports using those tables,
and that the dealers table must remain in a condition to return just a list of dealers and their current addresses, regardless of accounts, and with no duplicates ..
Certainly,
please assume the following:
1. accounts table: columns: account_number, creation_date, dealer_code
2. dealers table: columns: dealer_code, address
there are many queries using these tables.
some just query the accounts, some just the dealers, and some join them
using the...
Hi,
Is there any way for a function or a stored procedure to be aware of whether its results will be joined with another table in the calling query?
For example, assume one query calls:
Select * from MyFunction
while another query does:
Select * from MyFunction LEFT JOIN MyTable on ...
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.