Click here to Skip to main content
15,898,134 members
Home / Discussions / Database
   

Database

 
AnswerRe: Problem with my connection Pin
John Gathogo4-Nov-07 18:21
John Gathogo4-Nov-07 18:21 
QuestionHelp Help Help Pin
Ahmad Adnan3-Nov-07 23:13
Ahmad Adnan3-Nov-07 23:13 
AnswerRe: Help Help Help Pin
Mark Churchill3-Nov-07 23:25
Mark Churchill3-Nov-07 23:25 
AnswerRe: Help Help Help [modified] Pin
Ghazi H. Wadi3-Nov-07 23:28
Ghazi H. Wadi3-Nov-07 23:28 
QuestionGetting Column Names Through Query Pin
sindhutiwari3-Nov-07 2:57
sindhutiwari3-Nov-07 2:57 
AnswerRe: Getting Column Names Through Query Pin
Muhammad Shahid Farooq3-Nov-07 5:02
professionalMuhammad Shahid Farooq3-Nov-07 5:02 
AnswerRe: Getting Column Names Through Query Pin
pmarfleet3-Nov-07 6:24
pmarfleet3-Nov-07 6:24 
AnswerRe: Getting Column Names Through Query Pin
Mitesh Darji6-Nov-07 16:59
Mitesh Darji6-Nov-07 16:59 
Cool | :cool:

you can use the following query in your code ...

SELECT column_name FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'name_of_the_table'



Mitesh Darji

QuestionGetting Table names through query Pin
sindhutiwari2-Nov-07 22:56
sindhutiwari2-Nov-07 22:56 
AnswerRe: Getting Table names through query Pin
pmarfleet2-Nov-07 23:28
pmarfleet2-Nov-07 23:28 
GeneralRe: Getting Table names through query Pin
sindhutiwari2-Nov-07 23:34
sindhutiwari2-Nov-07 23:34 
AnswerRe: Getting Table names through query Pin
Muhammad Shahid Farooq3-Nov-07 5:37
professionalMuhammad Shahid Farooq3-Nov-07 5:37 
Questiontruncate a sql table from access Pin
nicetohaveyou2-Nov-07 20:38
nicetohaveyou2-Nov-07 20:38 
AnswerRe: truncate a sql table from access Pin
pmarfleet2-Nov-07 23:34
pmarfleet2-Nov-07 23:34 
Questionhow to find the last updated row Pin
VG Ramanan2-Nov-07 19:38
VG Ramanan2-Nov-07 19:38 
AnswerRe: how to find the last updated row Pin
Imran Khan Pathan2-Nov-07 20:28
Imran Khan Pathan2-Nov-07 20:28 
QuestionDotNet Nuke Pin
sandipchandra17@gmail.com2-Nov-07 19:32
sandipchandra17@gmail.com2-Nov-07 19:32 
AnswerRe: DotNet Nuke Pin
John-ph2-Nov-07 20:54
John-ph2-Nov-07 20:54 
AnswerRe: DotNet Nuke Pin
Paul Conrad3-Nov-07 5:37
professionalPaul Conrad3-Nov-07 5:37 
QuestionDotNet Nuke Pin
sandipchandra17@gmail.com2-Nov-07 19:32
sandipchandra17@gmail.com2-Nov-07 19:32 
AnswerRe: DotNet Nuke Pin
John-ph2-Nov-07 20:26
John-ph2-Nov-07 20:26 
AnswerRe: DotNet Nuke Pin
Paul Conrad3-Nov-07 5:37
professionalPaul Conrad3-Nov-07 5:37 
QuestionStatic Ip Problem with sql server Pin
cm pandian2-Nov-07 19:02
cm pandian2-Nov-07 19:02 
AnswerRe: Static Ip Problem with sql server Pin
Ghazi H. Wadi2-Nov-07 22:24
Ghazi H. Wadi2-Nov-07 22:24 
AnswerRe: Static Ip Problem with sql server Pin
Paul Conrad3-Nov-07 5:38
professionalPaul Conrad3-Nov-07 5:38 

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.