|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Unicode - help me
I have a form with 2 textbox, name txtMa_bp and txtTen_bp
when click submit: FbConnection lCn = new FbConnection(Thuvien.Kncode()); FbCommand cmdLenh = new FbCommand(); cmdLenh.Connection = lCn; string lSql; lSql = "Insert into Dmbp(ma_bp, ten_bp) " + "values ('" + pMa_bp + "', '" + pTen_bp + "')"; //I can see lSql - unicode font cmdLenh.CommandText = lSql; cmdLenh.CommandType = CommandType.Text; lCn.Open(); cmdLenh.ExecuteNonQuery(); lCn.Close(); when insert into database, it loss unicode font why ????? |
|
#2
|
||||
|
||||
|
Server, client and connection charset settings are?
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins |
|
#3
|
|||
|
|||
|
sorry, i dont know
I dont know what you say
can you explain it to me |
|
#4
|
|||
|
|||
|
Quote:
What charset you used when you have created that database? And what charset you used as param when you are connecting to that database? |
|
#5
|
||||
|
||||
|
Check the PDF document inside this zip file from the Fourth International Firebird Conference it contains all the details
|
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Unicode - help me |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|