Click here to Skip to main content
15,890,579 members
Home / Discussions / Database
   

Database

 
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 
AnswerRe: How to get Cursor's record count (Transact-SQL) ? Pin
Mycroft Holmes30-Aug-11 16:23
professionalMycroft Holmes30-Aug-11 16:23 
AnswerRe: How to get Cursor's record count (Transact-SQL) ? Pin
Shameel31-Aug-11 4:09
professionalShameel31-Aug-11 4:09 
GeneralRe: How to get Cursor's record count (Transact-SQL) ? Pin
Naunt31-Aug-11 16:45
Naunt31-Aug-11 16:45 
GeneralRe: How to get Cursor's record count (Transact-SQL) ? Pin
Mycroft Holmes1-Sep-11 13:01
professionalMycroft Holmes1-Sep-11 13:01 
QuestionIF Condition in cursor definition Pin
csetopper_bhanu29-Aug-11 21:10
csetopper_bhanu29-Aug-11 21:10 
AnswerRe: IF Condition in cursor definition Pin
Mycroft Holmes29-Aug-11 22:35
professionalMycroft Holmes29-Aug-11 22:35 
QuestionHow to combine results in cursor? Pin
SledgeHammer0129-Aug-11 12:53
SledgeHammer0129-Aug-11 12:53 
AnswerRe: How to combine results in cursor? Pin
Mycroft Holmes29-Aug-11 22:40
professionalMycroft Holmes29-Aug-11 22:40 
AnswerRe: How to combine results in cursor? Pin
Ganu Sharma15-Sep-11 21:09
Ganu Sharma15-Sep-11 21:09 

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.