If dbString is defined as
#define dbString "string"
or
dbString db "string"
then the two will be seen as the same when assembled. I am not aware of a way for the two to be differentiated with the two lines you posted. This is because the preprocessor substitutes "string" where it sees dbString.