Click here to Skip to main content
15,881,709 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to update in settings.settings file Pin
Eddy Vluggen19-Apr-12 7:03
professionalEddy Vluggen19-Apr-12 7:03 
Generaladd service Pin
Jimmy Darji18-Apr-12 1:00
professionalJimmy Darji18-Apr-12 1:00 
GeneralRe: add service Pin
RobCroll18-Apr-12 1:34
RobCroll18-Apr-12 1:34 
GeneralRe: add service Pin
fjdiewornncalwe18-Apr-12 3:56
professionalfjdiewornncalwe18-Apr-12 3:56 
AnswerRe: add service Pin
Vipin_Arora18-Apr-12 19:19
Vipin_Arora18-Apr-12 19:19 
Questiondisplay the list of tables in a mysql database Pin
MemberDotNetting17-Apr-12 23:22
MemberDotNetting17-Apr-12 23:22 
AnswerRe: display the list of tables in a mysql database Pin
egenis17-Apr-12 23:51
egenis17-Apr-12 23:51 
AnswerRe: display the list of tables in a mysql database Pin
Wayne Gaylard17-Apr-12 23:54
professionalWayne Gaylard17-Apr-12 23:54 
You need to query the Information_Schema database, something like this:-
SQL
SELECT Table_Name FROM Information_Schema.Tables WHERE Table_Type = 'BASE TABLE' AND Table_Schema = 'yourSchema'


This will give you the names of all the tables in your schema.
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman

AnswerRe: display the list of tables in a mysql database Pin
Luc Pattyn18-Apr-12 1:08
sitebuilderLuc Pattyn18-Apr-12 1:08 
GeneralRe: display the list of tables in a mysql database Pin
MemberDotNetting18-Apr-12 2:48
MemberDotNetting18-Apr-12 2:48 
GeneralRe: display the list of tables in a mysql database Pin
PIEBALDconsult18-Apr-12 3:09
mvePIEBALDconsult18-Apr-12 3:09 
GeneralRe: display the list of tables in a mysql database Pin
TenmanS1418-Apr-12 3:16
TenmanS1418-Apr-12 3:16 
GeneralRe: display the list of tables in a mysql database Pin
MemberDotNetting18-Apr-12 3:25
MemberDotNetting18-Apr-12 3:25 
AnswerRe: display the list of tables in a mysql database Pin
Luc Pattyn18-Apr-12 3:39
sitebuilderLuc Pattyn18-Apr-12 3:39 
GeneralRe: display the list of tables in a mysql database Pin
PIEBALDconsult18-Apr-12 14:41
mvePIEBALDconsult18-Apr-12 14:41 
GeneralRe: display the list of tables in a mysql database Pin
MemberDotNetting19-Apr-12 10:55
MemberDotNetting19-Apr-12 10:55 
QuestionSend HTML EMail using SimpleMapi? Pin
Irgi17-Apr-12 21:42
Irgi17-Apr-12 21:42 
Questionextract humanbody from webcam using aforge.net Pin
baskaran chellasamy17-Apr-12 21:33
baskaran chellasamy17-Apr-12 21:33 
AnswerRe: extract humanbody from webcam using aforge.net Pin
Eddy Vluggen18-Apr-12 0:22
professionalEddy Vluggen18-Apr-12 0:22 
QuestionCustom DataGridView composite control Pin
Member 869768717-Apr-12 21:29
Member 869768717-Apr-12 21:29 
AnswerRe: Custom DataGridView composite control Pin
VJ Reddy17-Apr-12 23:40
VJ Reddy17-Apr-12 23:40 
QuestionPopilating XMLDatasource with DataTable Pin
chindiwo17-Apr-12 19:57
chindiwo17-Apr-12 19:57 
AnswerRe: Popilating XMLDatasource with DataTable Pin
Richard MacCutchan17-Apr-12 21:22
mveRichard MacCutchan17-Apr-12 21:22 
QuestionEnvironment Exit (??) Pin
Midnight Ahri17-Apr-12 16:53
Midnight Ahri17-Apr-12 16:53 
AnswerRe: Environment Exit (??) Pin
Luc Pattyn17-Apr-12 17:00
sitebuilderLuc Pattyn17-Apr-12 17:00 

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.