September 6, 2017 at 5:39 am
Hi all,
using sql server how to send the ap.please send me some sample code.
Regards
pols
September 6, 2017 at 5:45 am
polo.csit - Wednesday, September 6, 2017 5:39 AMHi all,using sql server how to send the ap.please send me some sample code.
Regards
pols
This is extremely vague, you're going to need to give (A LOT) more information than that if you want specific examples. We don't know what you want to send, how it needs to be sent, what the API is (for example, is it an application, website), or anything. Please post a much more elaborate question, and we'll be able to help. 🙂
You could always have a Google... For example: Communicate to API via SQL Server
Thom~
Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk
September 6, 2017 at 5:48 am
Thom A - Wednesday, September 6, 2017 5:45 AMpolo.csit - Wednesday, September 6, 2017 5:39 AMHi all,using sql server how to send the ap.please send me some sample code.
Regards
polsThis is extremely vague, you're going to need to give (A LOT) more information than that if you want specific examples. We don't know what you want to send, how it needs to be sent, what the API is (for example, is it an application, website), or anything. Please post a much more elaborate question, and we'll be able to help. 🙂
You could always have a Google... For example: Communicate to API via SQL Server
September 6, 2017 at 5:51 am
i have web url with username and password but i need http code
September 6, 2017 at 6:02 am
polo.csit - Wednesday, September 6, 2017 5:51 AMi have web url with username and password but i need http code
This doesn't explain anything. What do you need to do? What are you trying to achieve? Are you trying to simply generate a URL with a username and password in it? That isn't an API, and having a password in the URL is NOT a good idea.
Thom~
Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk
September 6, 2017 at 6:02 am
polo.csit - Wednesday, September 6, 2017 5:51 AMi have web url with username and password but i need http code
Again not much to go on there.
You cant get SQL to directly interact with an API, you will need to write a CLR or a SSIS package in C# or VB.NET etc which interacts with the API and does what you need it to do
September 6, 2017 at 8:17 am
anthony.green - Wednesday, September 6, 2017 6:02 AMpolo.csit - Wednesday, September 6, 2017 5:51 AMi have web url with username and password but i need http codeAgain not much to go on there.
You cant get SQL to directly interact with an API, you will need to write a CLR or a SSIS package in C# or VB.NET etc which interacts with the API and does what you need it to do
ok.thanks
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply