Home All Groups Group Topic Archive Search About

Query Analyzer won't let me edit grid data in 2000

Author
29 Dec 2005 6:51 PM
David Bienstock
I looked at the help for possible reasons but this is not a lock, rights,
index, cluster, primary key, or SP4/version problem.  I can't even do a
"select * from authors" in pubs and have it be editable.

Anyone have any ideas?

Author
29 Dec 2005 7:36 PM
Tibor Karaszi
The data grid from a SELECT statement has never been editable (is that a word? :-)).

OTOH, Object browser, right-click the table and "Open" is editable.

Show quote
"David Bienstock" <davidleebspam-sqlrs@yahoo.com> wrote in message
news:3DA9AEC6-B13A-4AC6-9A7F-4B165D684B1C@microsoft.com...
>I looked at the help for possible reasons but this is not a lock, rights,
> index, cluster, primary key, or SP4/version problem.  I can't even do a
> "select * from authors" in pubs and have it be editable.
>
> Anyone have any ideas?
Author
30 Dec 2005 3:23 PM
David Bienstock
Look up "Rules for Updating Results" in the help... it says it will
--
"Everyone knows something you don't know"


Show quote
"Tibor Karaszi" wrote:

> The data grid from a SELECT statement has never been editable (is that a word? :-)).
>
> OTOH, Object browser, right-click the table and "Open" is editable.
>
> --
> Tibor Karaszi, SQL Server MVP
> http://www.karaszi.com/sqlserver/default.asp
> http://www.solidqualitylearning.com/
> Blog: http://solidqualitylearning.com/blogs/tibor/
>
>
> "David Bienstock" <davidleebspam-sqlrs@yahoo.com> wrote in message
> news:3DA9AEC6-B13A-4AC6-9A7F-4B165D684B1C@microsoft.com...
> >I looked at the help for possible reasons but this is not a lock, rights,
> > index, cluster, primary key, or SP4/version problem.  I can't even do a
> > "select * from authors" in pubs and have it be editable.
> >
> > Anyone have any ideas?
>
>
Author
30 Dec 2005 9:00 PM
Tibor Karaszi
> Look up "Rules for Updating Results" in the help... it says it will

That part is for the Query Designer (available from inside EM), not query analyzer.

Show quote
"David Bienstock" <davidleebspam-sqlrs@yahoo.com> wrote in message
news:7AF462D0-46E6-4FEF-9002-3AC7E8B440D6@microsoft.com...
> Look up "Rules for Updating Results" in the help... it says it will
> --
> "Everyone knows something you don't know"
>
>
> "Tibor Karaszi" wrote:
>
>> The data grid from a SELECT statement has never been editable (is that a word? :-)).
>>
>> OTOH, Object browser, right-click the table and "Open" is editable.
>>
>> --
>> Tibor Karaszi, SQL Server MVP
>> http://www.karaszi.com/sqlserver/default.asp
>> http://www.solidqualitylearning.com/
>> Blog: http://solidqualitylearning.com/blogs/tibor/
>>
>>
>> "David Bienstock" <davidleebspam-sqlrs@yahoo.com> wrote in message
>> news:3DA9AEC6-B13A-4AC6-9A7F-4B165D684B1C@microsoft.com...
>> >I looked at the help for possible reasons but this is not a lock, rights,
>> > index, cluster, primary key, or SP4/version problem.  I can't even do a
>> > "select * from authors" in pubs and have it be editable.
>> >
>> > Anyone have any ideas?
>>
>>
Author
31 Dec 2005 2:44 AM
Andrew J. Kelly
Tibor is correct. If you really read that section of BOL it states the
"Query Designer" not Query Analyzer.  They are two completely different
tools.

--
Andrew J. Kelly  SQL MVP


Show quote
"Tibor Karaszi" <tibor_please.no.email_kara***@hotmail.nomail.com> wrote in
message news:e6l5IQYDGHA.2912@tk2msftngp13.phx.gbl...
>> Look up "Rules for Updating Results" in the help... it says it will
>
> That part is for the Query Designer (available from inside EM), not query
> analyzer.
>
> --
> Tibor Karaszi, SQL Server MVP
> http://www.karaszi.com/sqlserver/default.asp
> http://www.solidqualitylearning.com/
> Blog: http://solidqualitylearning.com/blogs/tibor/
>
>
> "David Bienstock" <davidleebspam-sqlrs@yahoo.com> wrote in message
> news:7AF462D0-46E6-4FEF-9002-3AC7E8B440D6@microsoft.com...
>> Look up "Rules for Updating Results" in the help... it says it will
>> --
>> "Everyone knows something you don't know"
>>
>>
>> "Tibor Karaszi" wrote:
>>
>>> The data grid from a SELECT statement has never been editable (is that a
>>> word? :-)).
>>>
>>> OTOH, Object browser, right-click the table and "Open" is editable.
>>>
>>> --
>>> Tibor Karaszi, SQL Server MVP
>>> http://www.karaszi.com/sqlserver/default.asp
>>> http://www.solidqualitylearning.com/
>>> Blog: http://solidqualitylearning.com/blogs/tibor/
>>>
>>>
>>> "David Bienstock" <davidleebspam-sqlrs@yahoo.com> wrote in message
>>> news:3DA9AEC6-B13A-4AC6-9A7F-4B165D684B1C@microsoft.com...
>>> >I looked at the help for possible reasons but this is not a lock,
>>> >rights,
>>> > index, cluster, primary key, or SP4/version problem.  I can't even do
>>> > a
>>> > "select * from authors" in pubs and have it be editable.
>>> >
>>> > Anyone have any ideas?
>>>
>>>
>
Author
30 Dec 2005 10:18 AM
Martijn Tonies
> I looked at the help for possible reasons but this is not a lock, rights,
> index, cluster, primary key, or SP4/version problem.  I can't even do a
> "select * from authors" in pubs and have it be editable.
>
> Anyone have any ideas?

Try a different tool?

I guess this is part of the reason why there's a third-party market
for database developer tools... You might want to check out ours:
www.upscene.com - Database Workbench


--
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
Server
Upscene Productions
http://www.upscene.com
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
Author
30 Dec 2005 3:37 PM
David Bienstock
I'd rather go with a free tool that has row numbers, but thank you!
--
"Everyone knows something you don't know"


Show quote
"Martijn Tonies" wrote:

> > I looked at the help for possible reasons but this is not a lock, rights,
> > index, cluster, primary key, or SP4/version problem.  I can't even do a
> > "select * from authors" in pubs and have it be editable.
> >
> > Anyone have any ideas?
>
> Try a different tool?
>
> I guess this is part of the reason why there's a third-party market
> for database developer tools... You might want to check out ours:
> www.upscene.com - Database Workbench
>
>
> --
> Martijn Tonies
> Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
> Server
> Upscene Productions
> http://www.upscene.com
> Database development questions? Check the forum!
> http://www.databasedevelopmentforum.com
>
>
>
Author
31 Dec 2005 3:41 PM
Martijn Tonies
> I'd rather go with a free tool that has row numbers, but thank you!

No offence, but row numbers don't mean a thing, do they, except
for - perhaps - displaying purposes.

Anyway, if you're happy with Query Analyzer or any other tool,
fine with us :-)

I just wanted to point out that there _are_ (quite) some third-party
tools with lots of different features and tricks...


--
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
Server
Upscene Productions
http://www.upscene.com
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com

AddThis Social Bookmark Button