0

How do I get MAC address of system using Angular, JavaScript, TypeScript or any other techniques.

I just want to store the MAC address of system for to just check whether that system used earlier or not.

Please help me out from this issue.

Yogendra
  • 504
  • 5
  • 13
  • 4
    You cannot call a stored procedure inside a subquery. So the name for this is "syntax error". – Gordon Linoff Jun 12 '18 at 11:13
  • 1
    Also, please post the code **here, as properly, nicely formatted text** - do **NOT** add a screenshot of your code – marc_s Jun 12 '18 at 11:14
  • 1
    you can use SQL tabular Functions instead of stored Proc. – Siva Rm K Jun 12 '18 at 11:18
  • 2
    The answer is simple: you can't –  Jun 12 '18 at 11:22
  • Please read http://meta.stackoverflow.com/questions/285551/why-may-i-not-upload-images-of-code-on-so-when-asking-a-question/285557 and the accepted answer –  Jun 12 '18 at 11:22
  • I have added the code – Yogendra Jun 12 '18 at 11:31
  • 2
    You really ought to use meaningful aliases for your tables. `t1` through `t32` makes the code harder to read. But I also wouldn't alias a table with a 4-character name unless referring to it in a subquery or multiple times in the same query. – alroc Jun 12 '18 at 12:38
  • I'm sure you get it by now that you can't call a SP from within a subquery. You may want to consider converting your SP to a table-valued function (TVF). This way it can be called from a CROSS APPLY or OUTER APPLY – John Cappelletti Jun 12 '18 at 14:12
  • you can't do that. – piedpiper Jun 25 '19 at 04:57
  • Yogendra, you're not supposed to edit your question to totally change it, you have to ask another one – baudsp Jun 25 '19 at 13:57
  • @baudsp What if, you have reached maximum – Yogendra Jun 27 '19 at 11:20
  • If you're talking about [rate limits](https://meta.stackexchange.com/questions/164899/the-complete-rate-limiting-guide), you just wait. – baudsp Jun 27 '19 at 14:19

0 Answers0