Click here to Skip to main content
15,900,378 members
Home / Discussions / Database
   

Database

 
AnswerRe: mismatching number of BEGIN and COMMIT statements (T_SQL) Pin
Shameel2-Sep-11 4:02
professionalShameel2-Sep-11 4:02 
AnswerRe: mismatching number of BEGIN and COMMIT statements (T_SQL) Pin
Ganu Sharma15-Sep-11 20:59
Ganu Sharma15-Sep-11 20:59 
Questionis it true about MSSQL Database server Pin
netJP12L1-Sep-11 5:05
netJP12L1-Sep-11 5:05 
AnswerRe: is it true about MSSQL Database server Pin
Corporal Agarn1-Sep-11 7:01
professionalCorporal Agarn1-Sep-11 7:01 
AnswerRe: is it true about MSSQL Database server Pin
Mycroft Holmes1-Sep-11 13:00
professionalMycroft Holmes1-Sep-11 13:00 
GeneralRe: is it true about MSSQL Database server Pin
Corporal Agarn2-Sep-11 3:01
professionalCorporal Agarn2-Sep-11 3:01 
GeneralRe: is it true about MSSQL Database server Pin
crocks2565-Sep-11 2:39
crocks2565-Sep-11 2:39 
GeneralRe: is it true about MSSQL Database server Pin
Chris Meech2-Sep-11 3:15
Chris Meech2-Sep-11 3:15 
GeneralRe: is it true about MSSQL Database server Pin
Wendelius3-Sep-11 6:52
mentorWendelius3-Sep-11 6:52 
GeneralRe: is it true about MSSQL Database server Pin
S Douglas13-Sep-11 18:21
professionalS Douglas13-Sep-11 18:21 
QuestionMs Access file Missing Pin
sudheesh kumar s31-Aug-11 20:45
sudheesh kumar s31-Aug-11 20:45 
AnswerRe: Ms Access file Missing Pin
Blue_Boy31-Aug-11 21:12
Blue_Boy31-Aug-11 21:12 
AnswerRe: Ms Access file Missing Pin
Mycroft Holmes31-Aug-11 22:55
professionalMycroft Holmes31-Aug-11 22:55 
AnswerRe: Ms Access file Missing Pin
jschell1-Sep-11 11:43
jschell1-Sep-11 11:43 
AnswerRe: Ms Access file Missing Pin
Eddy Vluggen3-Sep-11 10:55
professionalEddy Vluggen3-Sep-11 10:55 
AnswerRe: Ms Access file Missing Pin
kmoorevs9-Sep-11 12:25
kmoorevs9-Sep-11 12:25 
QuestionMySQL: Get Tables? Pin
PDTUM31-Aug-11 5:03
PDTUM31-Aug-11 5:03 
Hello,

I have installed the MySQL database program on my computer. It came with 2 databases installed and I created another called "Test" for experimentation. I can access all the information from WITHIN the proggram using the internal commands, however, I am looking to be able to access table information from an outside program, so I need to be able to get table information into that program (C#) to create queries. I can successfully list the names of the databases in the program, however, I have an issue getting the table names. I have used both of the following which are supposed to list the tables:

SQL
/*string Sql = "SHOW TABLES FROM " + thisDb;//WHERE thisDB is the selected database*/
/*string Sql = "Select * FROM information_schema.TABLES";*/


And I have tried several variations of the above. All seem to either return only the names of the 3 installed databases or nothing at all. Can anyone supply me with an SQL statement that will simply return the names of the tables inside a specifically defined database (thisDb) and, as long as I am on the topic, if your know this answer, how about another script to do the same thing for the table columns of each table. Thank you for your input and assistance....Pat
AnswerRe: MySQL: Get Tables? Pin
Shameel31-Aug-11 7:58
professionalShameel31-Aug-11 7:58 
GeneralRe: MySQL: Get Tables? Pin
PDTUM31-Aug-11 14:45
PDTUM31-Aug-11 14:45 
GeneralRe: MySQL: Get Tables? Pin
Shameel1-Sep-11 5:59
professionalShameel1-Sep-11 5:59 
AnswerRe: MySQL: Get Tables? Pin
loyal ginger31-Aug-11 10:30
loyal ginger31-Aug-11 10:30 
GeneralRe: MySQL: Get Tables? Pin
PDTUM31-Aug-11 14:47
PDTUM31-Aug-11 14:47 
QuestionDimensional Modelling? Pin
current199931-Aug-11 4:02
current199931-Aug-11 4:02 
AnswerRe: Dimensional Modelling? Pin
Jörgen Andersson1-Sep-11 0:08
professionalJörgen Andersson1-Sep-11 0:08 
QuestionHow to get Cursor's record count (Transact-SQL) ? Pin
Naunt30-Aug-11 15:36
Naunt30-Aug-11 15:36 

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.