G
Guest
Hi All
I have questions about DataTable Select function. I would like to know how to prevent the used of wrong purpose data type. For example If I have 2 columns that both data type are String. And then I use the select function to select data needed but I forgot the single quote on query statement. The result of this situation is no DataRow return
Does the DataTable alert a warning for me or you have anyway to check it
regards
KPH
I have questions about DataTable Select function. I would like to know how to prevent the used of wrong purpose data type. For example If I have 2 columns that both data type are String. And then I use the select function to select data needed but I forgot the single quote on query statement. The result of this situation is no DataRow return
Does the DataTable alert a warning for me or you have anyway to check it
regards
KPH