Questions tagged [ndc]

23 questions
1
vote
3 answers

Converting NDCs from 10-digits to 11 digits in sql when bulkinsert

need to convert NDCs codes from 10-digits to 11 digits. in sql server
Vishal Sen
  • 1,135
  • 1
  • 13
  • 23
1
vote
2 answers

Log Viewer - MDC Support

I'm trying to find a log viewer for a log4j generated plain text file that supports MDC. I have looked at a few like Chainsaw, LogSaw, Otros but they seem to only support NDC. Can anyone point me in the right direction?
NathanS
  • 163
  • 2
  • 10
0
votes
1 answer

My understanding on the projection matrix, perspective division, NDC and viewport transform

I was quite confused on how the projection matrix worked so I researched and I discovered a few other things but after researching a few days, I just wanted to confirm my understanding is correct. I might use a few wrong terms but my brain was…
0
votes
0 answers

SQL query to reference a large list of values in a where xxcolumnxxx in (list of thousands) (i.e. creating a subset that can persist between queries?)

I need to query a SQL table and pull rows if the value in column NDC_CODE is among my list of values. The problem is that my list is in the thousands and I'm not sure how best to code this. I know I can excel-fu/concatenate/copy-paste a 'where'…
0
votes
1 answer

Clear DNS cache of Android Device using Command Line

I want to flush the system cache of rooted Samsung S7 device using command line. I have been trying ndc resolver but it is giving error "resolver is not a command". Is there any way one can clear the cache of the system using command line.
0
votes
1 answer

Testing ISO8583 & NDC protocols using HP UFT tool

Does UFT 12.02 supports ISO8583 & NDC protocol testing? If yes, can you advice the basic steps to configure the same in UFT.
M.Abdo
  • 53
  • 1
  • 5
0
votes
1 answer

Reconstructing world position from linear depth

i have issues reconstructing world positions from previously stored linear depth in glsl. I read lots of info online, but can't find my problem... So this is what I got: VS (storing depth to 32F): float linDepth(float z) { return…
Teris
  • 600
  • 1
  • 7
  • 24
-1
votes
1 answer

Why IATA chose XML over JSON for NDC services?

May be it looks silly.. :) But I am trying to find out what was the strong reason for IATA to choose XML over JSON. I found lot of documentation on NDC XMLs, but couldn't find a proper functionality/feature of XML which is not possible in JSON,…
Abbin Varghese
  • 2,422
  • 5
  • 28
  • 42
1
2