Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
QuestionMessage Removed Pin
5-May-10 9:16
professionalN_tro_P5-May-10 9:16 
QuestionEnum logic problem [modified] Pin
venomation5-May-10 8:02
venomation5-May-10 8:02 
AnswerRe: Enum logic problem Pin
Ian Shlasko5-May-10 8:19
Ian Shlasko5-May-10 8:19 
AnswerRe: Enum logic problem Pin
venomation5-May-10 8:24
venomation5-May-10 8:24 
Questiondocument code Pin
toto_20105-May-10 7:13
toto_20105-May-10 7:13 
AnswerRe: document code Pin
dan!sh 5-May-10 7:24
professional dan!sh 5-May-10 7:24 
AnswerRe: document code Pin
Richard MacCutchan5-May-10 7:26
mveRichard MacCutchan5-May-10 7:26 
AnswerRe: document code Pin
Pete O'Hanlon5-May-10 9:26
mvePete O'Hanlon5-May-10 9:26 
AnswerRe: document code Pin
Dave Kreskowiak5-May-10 9:32
mveDave Kreskowiak5-May-10 9:32 
AnswerRe: document code Pin
Peace ON5-May-10 21:03
Peace ON5-May-10 21:03 
QuestionDate formate changing in Italian settings Pin
attalurisubbu5-May-10 5:28
attalurisubbu5-May-10 5:28 
AnswerRe: Date formate changing in Italian settings Pin
Not Active5-May-10 5:55
mentorNot Active5-May-10 5:55 
AnswerRe: Date formate changing in Italian settings Pin
dan!sh 5-May-10 6:26
professional dan!sh 5-May-10 6:26 
AnswerRe: Date formate changing in Italian settings Pin
The Man from U.N.C.L.E.5-May-10 6:48
The Man from U.N.C.L.E.5-May-10 6:48 
QuestionParsing JSON Pin
harsimranb5-May-10 5:18
harsimranb5-May-10 5:18 
AnswerRe: Parsing JSON Pin
OriginalGriff5-May-10 5:39
mveOriginalGriff5-May-10 5:39 
AnswerRe: Parsing JSON Pin
Kythen5-May-10 11:32
Kythen5-May-10 11:32 
GeneralRe: Parsing JSON Pin
harsimranb5-May-10 12:03
harsimranb5-May-10 12:03 
QuestionBuffering video files Pin
TimSWatson5-May-10 4:12
TimSWatson5-May-10 4:12 
AnswerRe: Buffering video files Pin
Peace ON5-May-10 4:27
Peace ON5-May-10 4:27 
QuestionAccesing Data using DMO Pin
Nandakumar.n.pai5-May-10 2:45
Nandakumar.n.pai5-May-10 2:45 
AnswerRe: Accesing Data using DMO Pin
Henry Minute5-May-10 3:00
Henry Minute5-May-10 3:00 
GeneralRe: Accesing Data using DMO Pin
Nandakumar.n.pai5-May-10 17:39
Nandakumar.n.pai5-May-10 17:39 
GeneralRe: Accesing Data using DMO Pin
Henry Minute6-May-10 1:45
Henry Minute6-May-10 1:45 
GeneralRe: Accesing Data using DMO Pin
Nandakumar.n.pai6-May-10 20:46
Nandakumar.n.pai6-May-10 20:46 
1)I have two combo box.

2)First one will show all DataBases in a particular Server

3) Second one will show all Tables in the coreesponding Database Selected from Above

4)Connection is defined in Webconfig

5)When I press Generate Script(button) it should print INSERT command

Since In webconfig I have said DBaseName

I could get column Script Using SQLDMO.

I couldnot get Row Script for other tables.



I want to use SQLDMO Direcly to a table to get the rows?

Hope you got Some Idea

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.