Click here to Skip to main content
15,916,846 members
Home / Discussions / Database
   

Database

 
GeneralCheck (create table) error Pin
Hans Ruck20-Aug-02 0:40
Hans Ruck20-Aug-02 0:40 
Generalsp_OAMethod type mismatch error Pin
Le centriste19-Aug-02 10:36
Le centriste19-Aug-02 10:36 
GeneralODBC & SQL - Modify the "Table" name in Excel Pin
Stefan_L_0119-Aug-02 10:32
Stefan_L_0119-Aug-02 10:32 
GeneralRe: ODBC & SQL - Modify the "Table" name in Excel Pin
DanielO21-Aug-02 3:44
DanielO21-Aug-02 3:44 
GeneralRe: ODBC & SQL - Modify the "Table" name in Excel Pin
Stefan_L_0121-Aug-02 7:58
Stefan_L_0121-Aug-02 7:58 
GeneralSELECT from multiple tables in a DB Pin
Robby19-Aug-02 8:04
Robby19-Aug-02 8:04 
GeneralRe: SELECT from multiple tables in a DB Pin
notadood20-Aug-02 3:49
notadood20-Aug-02 3:49 
GeneralRe: SELECT from multiple tables in a DB Pin
Robby21-Aug-02 5:56
Robby21-Aug-02 5:56 
This is a great command. I can't seem to get it to do what I want. I have the command, but it seems to be just "picking" a table out of the database and displaying the properties. I am attempting to display this information in an HTML table. Here's the code:

sqlstr="sp_MSforeachtable 'select submitDate, requestorLastName, requestorFirstName, urlToForm, nof, status from ?'"
Set results = MyConn.Execute(sqlstr)
submitDate=results("submitDate")
requestorLastName=results("requestorLastName")
and so forth for each column...

I have approx 50 tables, and my html output only displays entries for only one of the tables...what do I need to do to be able to query all and display all for whatever table matches the query? Thanks

GeneralRe: SELECT from multiple tables in a DB Pin
Daniel Turini26-Aug-02 0:54
Daniel Turini26-Aug-02 0:54 
GeneralmySQL and SSQLS w/MFC Pin
monrobot1318-Aug-02 14:40
monrobot1318-Aug-02 14:40 
QuestionHow to connect to a database Pin
Venet18-Aug-02 9:35
Venet18-Aug-02 9:35 
AnswerRe: How to connect to a database Pin
DanielO21-Aug-02 3:26
DanielO21-Aug-02 3:26 
GeneralRe: How to connect to a database Pin
Venet22-Aug-02 23:34
Venet22-Aug-02 23:34 
GeneralRe: How to connect to a database Pin
DanielO30-Aug-02 4:48
DanielO30-Aug-02 4:48 
Questionappendchunk adds to existing database. How to overwrite it? Pin
nss17-Aug-02 23:48
nss17-Aug-02 23:48 
GeneralWeirdness comes again, Open via ADO Pin
DanielO16-Aug-02 4:45
DanielO16-Aug-02 4:45 
GeneralRe: Weirdness comes again, Open via ADO Pin
Martin Ziacek16-Aug-02 4:57
Martin Ziacek16-Aug-02 4:57 
GeneralRe: Weirdness comes again, Open via ADO Pin
DanielO21-Aug-02 2:59
DanielO21-Aug-02 2:59 
GeneralStored Procedure and Jobs Pin
Pradhip15-Aug-02 12:44
Pradhip15-Aug-02 12:44 
GeneralRe: Stored Procedure and Jobs Pin
Mazdak16-Aug-02 9:12
Mazdak16-Aug-02 9:12 
GeneralRe: Stored Procedure and Jobs Pin
notadood20-Aug-02 4:00
notadood20-Aug-02 4:00 
GeneralSQL Server 2k Formula Pin
Robby15-Aug-02 2:33
Robby15-Aug-02 2:33 
GeneralRe: SQL Server 2k Formula Pin
David Salter15-Aug-02 3:43
David Salter15-Aug-02 3:43 
GeneralPassword protected Paradox files Pin
stephen woolhead15-Aug-02 2:28
stephen woolhead15-Aug-02 2:28 
GeneralAS/400 OLEDB via ASP Pin
Anonymous12-Aug-02 8:02
Anonymous12-Aug-02 8:02 

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.