Forums
This topic is locked
Using * in a recordset MS SQL Server does not like
Posted 19 Mar 2004 19:55:52
1
has voted
19 Mar 2004 19:55:52 Mitchel Tendler posted:
I've noticed that if I use a * to select all the fields from a MS SQL 2000Server table the values return, except for values contained in a TEXT or
NTEXT field, which I guess is the equivalent of a MEMO field in Access.
To get those fields to appear I have to select all the fields individually
AND they have to be listed in the order that they appear on the page...is
that normal or is something weird going on?
When we get a chance, we will be creating Stored Procedures for all of our
pages.
Thanks!
Mitch
Replies
Replied 20 Mar 2004 21:17:23
20 Mar 2004 21:17:23 Phil Shevlin replied:
I've never had that problem. Then again I do not use text datatype. char allows up to 8000 characters.
I don't think the problem is sql-related. It should be easy to work around
I don't think the problem is sql-related. It should be easy to work around