smelvincom0
08-08-2004, 06:08 AM
Is there a limitation with an SQL Select statement going against an Access database. Here is what I tried in my code:
strSQL = "SELECT '<DL><DT class=question>'+Question+'</DT><DD>'+Answer+'</DD></DL>' FROM FAQ"
but when I use this statement I notice it chops the data around 255 characters.
Does anyone know this is an actual limit? I know there is a couple of ways around this but does anyone know of a simple way of telling the SQL Select statement to bring back more than the limit?
Mike
***
strSQL = "SELECT '<DL><DT class=question>'+Question+'</DT><DD>'+Answer+'</DD></DL>' FROM FAQ"
but when I use this statement I notice it chops the data around 255 characters.
Does anyone know this is an actual limit? I know there is a couple of ways around this but does anyone know of a simple way of telling the SQL Select statement to bring back more than the limit?
Mike
***