‘Please attach the database to your SQL Server 2000 Database first.
Public pubCnn As New OleDb.OleDbConnection
Public strCnn As String = “Provider=SQLOLEDB.1; Data Source=.; ” & _
” Initial Catalog=SCHOOLSTAT; User ID=sa; Password=;”
—————————————–
អានព័ត៌មានលម្អិតនៅក្រោមនេះ
http://www.krookroo.com/programming-languages/ms-visual-basic-20052008/84-it-vb8-7.html
Advertisements
May 26, 2010 at 3:40 pm
how to sort khmer unicode in sql server 2005?
May 27, 2010 at 9:42 am
You can sort by Using SELECT Statement and use ORDER BY.
Note: before using that, pls check up the field and make sure that field collation is Latin_General with Binary mode.