Marcus Willemsen [EMAIL PROTECTED] wrote: > Hello Hardy, > > Thanks for your reply, > > > Does it find the row if you select one of the other columns > > in that table besides the textfield? > > Yes, using the same query with other fields it finds most of the other > fields (varchars, ints, tinyints). Althought some are not returned, eg. > a timestamp field and some of the varchar fields. > But I can' t see any regular pattern. > > What is the data type of the id column? > The id is an auto_incrementing int
I'm basically stumped - I really don't know what the problem is. Can you do a 'describe' in MS SQL? Or a command that lists out the column names and what type each column is? Hardy
