HighTechTalks DotNet Forums  

Grid view error on local development with Web Dev Express? Newbie needs help

Dotnet Data Tools microsoft.public.dotnet.datatools


Discuss Grid view error on local development with Web Dev Express? Newbie needs help in the Dotnet Data Tools forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
GuitarZilla
 
Posts: n/a

Default Grid view error on local development with Web Dev Express? Newbie needs help - 02-10-2009 , 02:11 PM






Hi,

I'm using ASP.NET express, and to test a gridview that is hosted at my web
host. I am using Visual SQL management Studio where I've attached the
database and then used it in the local web site. I dragged a single table
onto the web form and this is the error that I received and I don't
understand it? When I dragged the Table onto the form it of course created
the SQL Connection for me, etc,. But, I keep getting an error that the table
that I created titled "articles" is incorrect syntax? Why? What's wrong with
the table name of "articles"? Is it a reserved word or something? If so, I
had no idea.!

Any help would be great!

Thank you in advance
Tim Smallwood


Reply With Quote
  #2  
Old   
William Vaughn \(MVP\)
 
Posts: n/a

Default Re: Grid view error on local development with Web Dev Express? Newbie needs help - 02-11-2009 , 12:16 PM






"Article" is not a reserved word. If you're ever concerned that an object
name is reserved, enclose it in [brackets].
Now, as to your problem, let's see the exact error message. Have you tried
to go into the TableAdapter .XSD designer and tried to run the SELECT query
(Fill) to return data? If that fails you can change the query syntax in the
designer.

--
__________________________________________________ ________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
http://betav.com http://betav.com/blog/billva
__________________________________________________ __________________________________________



"GuitarZilla" <Me (AT) Me (DOT) Com> wrote

Quote:
Hi,

I'm using ASP.NET express, and to test a gridview that is hosted at my web
host. I am using Visual SQL management Studio where I've attached the
database and then used it in the local web site. I dragged a single table
onto the web form and this is the error that I received and I don't
understand it? When I dragged the Table onto the form it of course created
the SQL Connection for me, etc,. But, I keep getting an error that the
table that I created titled "articles" is incorrect syntax? Why? What's
wrong with the table name of "articles"? Is it a reserved word or
something? If so, I had no idea.!

Any help would be great!

Thank you in advance
Tim Smallwood


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.