Re: Using ASP recordset as SQL table
From: Ennex (Ennex_at_discussions.microsoft.com)
Date: 03/03/05
- Next message: Aaron [SQL Server MVP]: "Re: Can ASP web application run in Linux?"
- Previous message: Wilton Yuan: "Can ASP web application run in Linux?"
- In reply to: Bob Barrows [MVP]: "Re: Using ASP recordset as SQL table"
- Next in thread: Aaron [SQL Server MVP]: "Re: Using ASP recordset as SQL table"
- Reply: Aaron [SQL Server MVP]: "Re: Using ASP recordset as SQL table"
- Reply: Bob Barrows [MVP]: "Re: Using ASP recordset as SQL table"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Mar 2005 11:35:07 -0800
Bob,
You asked me to post to both groups together, but I don't see how to do
that. I'm posting from MSDN.Microsoft.com/newsgroups, and when I click on
"New" or "Reply", it only allows for one discussion group. Maybe there's a
better news client I should be using.
> Having said that, there is a workaround:
> Insert the records resulting from your original query into a work table
By "work table," do you mean what is produced by CREATE VIEW, as
suggested by Dave Methvin over in .scripting.jscript? If so, I'm not sure why
you call that a workaround, because it does exactly what I wanted, which is
to allow me to reference the results of one SELECT in another SELECT.
If you meant something else by "work table," could you please refer me
to the doc on the procedures?
> Also, you can use the Filter property of your original recordset if you
> simply need to produce a subset of the records in your original recordset
No, I need to do JOINs between tables and the results of the query.
Thanks very much for your help.
MB
- Next message: Aaron [SQL Server MVP]: "Re: Can ASP web application run in Linux?"
- Previous message: Wilton Yuan: "Can ASP web application run in Linux?"
- In reply to: Bob Barrows [MVP]: "Re: Using ASP recordset as SQL table"
- Next in thread: Aaron [SQL Server MVP]: "Re: Using ASP recordset as SQL table"
- Reply: Aaron [SQL Server MVP]: "Re: Using ASP recordset as SQL table"
- Reply: Bob Barrows [MVP]: "Re: Using ASP recordset as SQL table"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|