hi,
i get an error message from the following stmt when i run in an asp.net page - the problem is w/ the 3rd column name:
SELECT ProductID,ProductName,[Units In Stock],Desc
FROM Products
putting brackets around the 3rd column name does not help and i get an error message - i have tried single and double quotes also....for now inorder to move on, i had to exclude the colum name.
does anyone have any suggestions.
thanks a bunch
i get an error message from the following stmt when i run in an asp.net page - the problem is w/ the 3rd column name:
SELECT ProductID,ProductName,[Units In Stock],Desc
FROM Products
putting brackets around the 3rd column name does not help and i get an error message - i have tried single and double quotes also....for now inorder to move on, i had to exclude the colum name.
does anyone have any suggestions.
thanks a bunch