Subject | Re: How do you trim fetched char/varchar column? |
---|---|
Author | Jeff Lynn |
Post date | 2006-04-13T15:08:56Z |
I was doing more experimenation and finally got the text return right.
What I did was first terminate the returned text string using the
sqllen parameter, then trim.
I was acustomed to other database engine API return null terminated
string upon fetch so I was not expecting this.
Now I need to play with timestamp next.
jml
What I did was first terminate the returned text string using the
sqllen parameter, then trim.
I was acustomed to other database engine API return null terminated
string upon fetch so I was not expecting this.
Now I need to play with timestamp next.
jml