how to send the data to api using sql server

  • Hi all,

             using sql server how to send the ap.please send me some sample code.

    Regards
    pols

  • polo.csit - Wednesday, September 6, 2017 5:39 AM

    Hi 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

  • Thom A - Wednesday, September 6, 2017 5:45 AM

    polo.csit - Wednesday, September 6, 2017 5:39 AM

    Hi 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

  • i have web url with username and password but i need http code

  • polo.csit - Wednesday, September 6, 2017 5:51 AM

    i 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

  • polo.csit - Wednesday, September 6, 2017 5:51 AM

    i 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

  • anthony.green - Wednesday, September 6, 2017 6:02 AM

    polo.csit - Wednesday, September 6, 2017 5:51 AM

    i 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

    ok.thanks

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply