Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Many select statements
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Many select statements

 Post Reply Post Reply
Author
group1 View Drop Down
Newbie
Newbie


Joined: 20 August 2003
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote group1 Quote  Post ReplyReply Direct Link To This Post Topic: Many select statements
    Posted: 06 September 2003 at 1:14am

Hey i want to execute about 5 different select statements against my access database using asp

I have looked everywhere on the net for a simple solution but they are all so complicated.

Any body got just some simple example code?
or a link to some?

Back to Top
b_bonnett View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 16 April 2003
Location: New Zealand
Status: Offline
Points: 275
Post Options Post Options   Thanks (0) Thanks(0)   Quote b_bonnett Quote  Post ReplyReply Direct Link To This Post Posted: 06 September 2003 at 3:59am

strConnection = "(Connection String)"
Set rstData = Server.CreateObject("ADODB.Recordset")

strSQL = "(Select Statement #1)"
rstData.Open strSQL, strConnection
arrData1 = rstData.GetRows
rstData.Close

strSQL = "(Select Statement #2)"
rstData.Open strSQL, strConnection
arrData2 = rstData.GetRows
rstData.Close

etc...

Thats about as simply as you'll be able to do multiple queries with Access AFAIK.

Blair

Webmaster, The Plane Gallery
Greetings From Christchurch
Back to Top
MorningZ View Drop Down
Senior Member
Senior Member
Avatar

Joined: 06 May 2002
Location: United States
Status: Offline
Points: 1793
Post Options Post Options   Thanks (0) Thanks(0)   Quote MorningZ Quote  Post ReplyReply Direct Link To This Post Posted: 06 September 2003 at 8:37am

Originally posted by group1 group1 wrote:


Hey i want to execute about 5 different select statements against my access database using asp

I have looked everywhere on the net for a simple solution but they are all so complicated.

so you expect a 5 select statement piece of code to NOT be complicated??

Contribute to the working anarchy we fondly call the Internet
Back to Top
pmormr View Drop Down
Senior Member
Senior Member


Joined: 06 January 2003
Location: United States
Status: Offline
Points: 1479
Post Options Post Options   Thanks (0) Thanks(0)   Quote pmormr Quote  Post ReplyReply Direct Link To This Post Posted: 06 September 2003 at 6:12pm
why would you need 5 different select statements anyway
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.