fabio
Posts: 19
|
| Posted: 06/29/2007, 1:00 PM |
|
Sometimes, when I use TEXT fields in MS SQL Server, Codecharge doesn't show the field value inside a textarea in a record. Does anyone know why this is happening?
This only happens with TEXT fields
Thanks!
|
 |
 |
fabio
Posts: 19
|
| Posted: 07/10/2007, 7:31 AM |
|
just a note: the page is an includable one
|
 |
 |
DonB
|
| Posted: 07/12/2007, 3:52 PM |
|
There is (or WAS) a problem with the generic ODBC driver and TEXT data
types. I always used the OLE DB Provider driver which didn't have that
problem. The nText type may be a problem too, if you are using that rather
than the true 'TEXT' data type. I recall something related to that a long
time ago and I don't remember the details of it.
--
DonB
http://www.gotodon.com/ccbth
"fabio" <fabio@forum.codecharge> wrote in message
news:2469398472f9c8@news.codecharge.com...
> just a note: the page is an includable one
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
fabio
Posts: 19
|
| Posted: 07/13/2007, 7:08 AM |
|
Thanks for replying
I'm not using ODBC...here is my connection string for the CCS connection:
DRIVER=SQL Server;SERVER=WEBILHOTA;UID=user_ead;PWD=userpassword;DATABASE=ead;network=dbmssocn
|
 |
 |
|