Click here to Skip to main content
15,884,099 members
Home / Discussions / Database
   

Database

 
GeneralRe: Searching in a date range with sql Pin
Ed Gadziemski4-Jun-02 13:43
professionalEd Gadziemski4-Jun-02 13:43 
GeneralRe: Searching in a date range with sql Pin
Paul Watson20-Jun-02 2:25
sitebuilderPaul Watson20-Jun-02 2:25 
QuestionIs there a way to get the names of the keys that each table has in ADO? Pin
Bart-Man3-Jun-02 11:22
Bart-Man3-Jun-02 11:22 
AnswerSolution to my problem Pin
Bart-Man4-Jun-02 4:22
Bart-Man4-Jun-02 4:22 
QuestionHow do I get a list of available tables using ADO? Pin
Bart-Man3-Jun-02 8:22
Bart-Man3-Jun-02 8:22 
AnswerRe: How do I get a list of available tables using ADO? Pin
Mazdak3-Jun-02 8:53
Mazdak3-Jun-02 8:53 
GeneralRe: How do I get a list of available tables using ADO? Pin
Bart-Man3-Jun-02 9:39
Bart-Man3-Jun-02 9:39 
AnswerRe: How do I get a list of available tables using ADO? Pin
Wictor Wilén16-Jun-02 21:19
Wictor Wilén16-Jun-02 21:19 
Heya
Make a "SELECT * FROM sysobjects WHERE xtype = 'U'", this will list all user tables from the database you make this query on.
If you want to list all databases the "SELECT * FROM master.dbo.sysdatabases"

/WW


GeneralOLEDB: IRowsetRefresh/IRowsetResync Pin
3-Jun-02 6:43
suss3-Jun-02 6:43 
GeneralAttributed OLEDB question Pin
Jörgen Sigvardsson3-Jun-02 2:42
Jörgen Sigvardsson3-Jun-02 2:42 
GeneralRe: Attributed OLEDB question Pin
Jörgen Sigvardsson3-Jun-02 2:51
Jörgen Sigvardsson3-Jun-02 2:51 
GeneralMySQL Question Pin
Venet2-Jun-02 5:29
Venet2-Jun-02 5:29 
GeneralProblem with ADO function GetCollect Pin
31-May-02 23:05
suss31-May-02 23:05 
Generalreturn Recordset Pin
Max Santos31-May-02 8:43
Max Santos31-May-02 8:43 
GeneralRe: return Recordset Pin
Mazdak31-May-02 9:58
Mazdak31-May-02 9:58 
GeneralRe: return Recordset Pin
Rashid Thadha3-Jun-02 12:38
Rashid Thadha3-Jun-02 12:38 
QuestionHow do I Limit SQL Transaction Logs? Pin
Larry Antram30-May-02 16:34
Larry Antram30-May-02 16:34 
AnswerRe: How do I Limit SQL Transaction Logs? Pin
Ed Gadziemski1-Jun-02 12:22
professionalEd Gadziemski1-Jun-02 12:22 
AnswerRe: How do I Limit SQL Transaction Logs? Pin
3-Jun-02 21:23
suss3-Jun-02 21:23 
AnswerRe: How do I Limit SQL Transaction Logs? Pin
Andrew Connell2-Jul-02 3:31
Andrew Connell2-Jul-02 3:31 
GeneralMixed mode installation MSDE 2000 Pin
29-May-02 2:56
suss29-May-02 2:56 
GeneralRe: Mixed mode installation MSDE 2000 Pin
Sebastian Weber5-Jun-02 0:08
Sebastian Weber5-Jun-02 0:08 
GeneralRe: Mixed mode installation MSDE 2000 Pin
Bernhard Hofmann15-May-03 4:46
Bernhard Hofmann15-May-03 4:46 
GeneralCRecordset - SQL - Count() Pin
28-May-02 23:38
suss28-May-02 23:38 
GeneralRe: CRecordset - SQL - Count() Pin
Matt Gullett28-May-02 23:53
Matt Gullett28-May-02 23:53 

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.