On Sun, 20 Feb 2005 19:59:03 -0800, "RitaK" <(E-Mail Removed)> wrote:
¤ Hi,
¤
¤ Hope someon can help with this one. I have added column names with spaces
¤ dynamically into SQLServer 2000, eg. Order Details. This appears as [Order
¤ Details] on the server and everything looks fine. However when I go to
¤ Insert or Update data using the data adapter, it doesn't find the column.
¤ What is it doing.
If you have space embedded tables names they will have to be enclosed with brackets or single quote
characters (this will depend upon the database type).
Paul ~~~
(E-Mail Removed)
Microsoft MVP (Visual Basic)