Ask a Question related to Coldfusion Database Access, Design and Development.
-
ThinkQuick #1
Limits on SQL String Length with Access
I am developing on my local IIS server and everything works fine. Using Access
as the database.
I post the changes to my service providers server and it fails. Using Access
as the database.
The problem is, there is some sort of limit to the number of characters that
can be passed in the SQL string on their server.
Select blah blah blah
from blah
where blah blah blah
If I reduce the number of columns I call so the SQL string is under lets say
200 characters, then their server works fine.
Where is this limit set?
Is it the buffer value in the ODBC setting?
Is it a Cold Fusion Server configuration setting?
Thanks in advance.
Michael
ThinkQuick Guest
-
Getting last 5 chars of variable length string
TIA for any help on this. I have a database field that is a variable length string. I need to process some stuff IF and only if the string ends in... -
string length
how do you find the length of a string in php?? there seems to be every command under the sun in the manual to operate on strings but not one for... -
a string length problem
I am using Director 8 on Chinese version Windows system,a double-byte system. and I have a problem about the length of chinese character string ,... -
V12 length string problem
This is my problem: i have a db (ms access) with a type "memo". In this field i have a very long text. In access i see the text correctly, but, when... -
How to get length of string? length() problems
Simplified a bit, I'm parsing HTML documents to get sentences e.g. my $html = get($URL); # remove all HTML TAGs...blah blah blah @sentences =...



Reply With Quote

