J
Jordan C. Schroeder
This has been a mystery to me for some time now... What I am doing is
assigning a query to a Com.commandText object by saying:
com.CommandText = "INSERT INTO table (field, field1, field2)" & _
"VALUES ("Value", "Value1", "Value2");
com.execute
The actual query is much longer, but what is happening is the string is
being cut off about half way through. So a debug.print looks like:
INSERT INTO table (field, field1, field2)
VALUES ("Va
I have a text editor to count spaces, and it is only holding 255. This is
not the first time I have seen this, is there any explanation?
Thanks!
assigning a query to a Com.commandText object by saying:
com.CommandText = "INSERT INTO table (field, field1, field2)" & _
"VALUES ("Value", "Value1", "Value2");
com.execute
The actual query is much longer, but what is happening is the string is
being cut off about half way through. So a debug.print looks like:
INSERT INTO table (field, field1, field2)
VALUES ("Va
I have a text editor to count spaces, and it is only holding 255. This is
not the first time I have seen this, is there any explanation?
Thanks!