Maybe you could find a way to do the conversion in your application instead of in SQL.
For example, the DataGridView columns have a Format property that you can set in the designer to do reformatting.
For bound fields outside of a DataGridView, you can implement custom Binding.Parse and Binding.Format events to control what is displayed in the bound field onscreen.
- Marked As Answer byUzUrp470r Wednesday, October 07, 2009 6:48 AM
-
|