Hello.

I am new to turbine and working on my first app.  I am
using sql server 2000 (unfortunately), and the sun
jdbc-odbc bridge driver.

Whenever a new record is saved (INSERT or UPDATE),
trailing spaces get added to the field value to fill
up the maximum allowed.  For example, everytime a user
logs in, their username gets extended to the username
+ (32 - str.length(username)) spaces.  That is, the
user:

'turbine' becomes 
'turbine                         '

And they can't log in again until I change it in the
database.

Can anyone offer any ideas of where and why this might
be happening?  Is likely it the driver, the peer
service or the database?

Thanks for the help,

Chris

__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to