I am not sure i'm posting my question in the right place but...
i am trying to read data from SQL server data base using ODBC (reading the data into JMP - a statistical analysis software).
at first i could not read the Unique ID at all, getting blanks.
i tried casting the UID as CHAR and got some strings -
my question is:
is the string i get after i convert the UID to CHAR still unique ?
can I use this string as a key to combine data from different tables ?
i am trying to read data from SQL server data base using ODBC (reading the data into JMP - a statistical analysis software).
at first i could not read the Unique ID at all, getting blanks.
i tried casting the UID as CHAR and got some strings -
my question is:
is the string i get after i convert the UID to CHAR still unique ?
can I use this string as a key to combine data from different tables ?
Comment