|
-
Jun 17th, 2003, 08:57 AM
#1
Thread Starter
New Member
How to change encoding?
Hi,
I have an sql query
query = "insert into ....."
qry.CommandText = query
qry.ExecuteNonQuery()
And I want to change encoding in sql query, how can I do that?
-
Jun 17th, 2003, 09:22 AM
#2
huh? What do you mean encoing?
-
Jun 17th, 2003, 09:43 AM
#3
Thread Starter
New Member
when I insert english text everything is ok, but I want to insert also lithuanian characters. I noticed that dot net by default uses utf-8 and I need this that string would be encoded in windows-1257 encoding, because Sybase DB inserts wrong characters.
Last edited by NewOne; Jun 17th, 2003 at 09:53 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|