Click here to Skip to main content
15,890,123 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to write array of strings on a binary file Pin
Guffa28-Oct-06 5:10
Guffa28-Oct-06 5:10 
QuestionGet Table Fields Description Pin
freshonlineMax28-Oct-06 0:55
freshonlineMax28-Oct-06 0:55 
AnswerRe: Get Table Fields Description Pin
Nader Elshehabi28-Oct-06 1:53
Nader Elshehabi28-Oct-06 1:53 
GeneralRe: Get Table Fields Description Pin
Robert Rohde28-Oct-06 3:33
Robert Rohde28-Oct-06 3:33 
GeneralRe: Get Table Fields Description Pin
Nader Elshehabi28-Oct-06 3:51
Nader Elshehabi28-Oct-06 3:51 
GeneralRe: Get Table Fields Description Pin
freshonlineMax28-Oct-06 8:03
freshonlineMax28-Oct-06 8:03 
GeneralRe: Get Table Fields Description [modified] Pin
Nader Elshehabi28-Oct-06 8:15
Nader Elshehabi28-Oct-06 8:15 
GeneralRe: Get Table Fields Description Pin
freshonlineMax28-Oct-06 19:44
freshonlineMax28-Oct-06 19:44 
Hello Again
Dear friend 'Nader Elshehabi'
I solve my problem my self!Cool | :cool:
Now i can help myself, you(if agree) and others (if it's useful!)

Just run below query in sqlServer:
SELECT     objtype, objname, name, value
FROM         ::fn_listextendedproperty(NULL, 'user', 'dbo', 'table', 'YourTablename', 'column', DEFAULT) AS fn_listextendedproperty_1

If we want to get special column's description, we should type column's name instead of 'DEFAULT'. Field 'value' refers to column's description.

RegardsSmile | :)
AnswerRe: Get Table Fields Description Pin
Robert Rohde28-Oct-06 19:16
Robert Rohde28-Oct-06 19:16 
AnswerRe: Get Table Fields Description Pin
lainoo28-Oct-06 19:35
lainoo28-Oct-06 19:35 
QuestionCreating minidumps for windows forms in c#.net 2.0 Pin
pranu_1327-Oct-06 23:06
pranu_1327-Oct-06 23:06 
AnswerRe: Creating minidumps for windows forms in c#.net 2.0 Pin
Nader Elshehabi27-Oct-06 23:20
Nader Elshehabi27-Oct-06 23:20 
QuestionSession Problem. Pls Help Pin
subrata.jana27-Oct-06 21:44
subrata.jana27-Oct-06 21:44 
GeneralRe: Session Problem. Pls Help Pin
Guffa28-Oct-06 1:34
Guffa28-Oct-06 1:34 
QuestionHow to open a file in c# winform? Pin
ecscheng27-Oct-06 21:00
ecscheng27-Oct-06 21:00 
AnswerRe: How to open a file in c# winform? Pin
Stefan Troschuetz27-Oct-06 21:31
Stefan Troschuetz27-Oct-06 21:31 
QuestionBackgroundWorker Pin
freshonlineMax27-Oct-06 19:46
freshonlineMax27-Oct-06 19:46 
AnswerRe: BackgroundWorker Pin
Nader Elshehabi27-Oct-06 20:41
Nader Elshehabi27-Oct-06 20:41 
AnswerRe: BackgroundWorker Pin
Robert Rohde28-Oct-06 3:37
Robert Rohde28-Oct-06 3:37 
GeneralRe: BackgroundWorker [modified] Pin
freshonlineMax28-Oct-06 7:57
freshonlineMax28-Oct-06 7:57 
GeneralRe: BackgroundWorker Pin
Robert Rohde28-Oct-06 19:46
Robert Rohde28-Oct-06 19:46 
GeneralRe: BackgroundWorker Pin
freshonlineMax28-Oct-06 20:09
freshonlineMax28-Oct-06 20:09 
GeneralRe: BackgroundWorker Pin
Robert Rohde28-Oct-06 21:46
Robert Rohde28-Oct-06 21:46 
GeneralRe: BackgroundWorker Pin
freshonlineMax29-Oct-06 18:49
freshonlineMax29-Oct-06 18:49 
Questionreentrant call to the SetCurrentCellAddressCore function. Pin
Nadia Monalisa27-Oct-06 18:53
Nadia Monalisa27-Oct-06 18:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.