Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 28th, 2005, 04:56 PM
Registered User
 
Join Date: Jun 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Populate Array with SQL query string

I need to dynamically build a multi-dimensional array with a set of records from a query string. I have the code to pull the data into a dataset but cannot quite figure out how to populate an array.
example:
strSql = "select fname, lname, phone from employee"
OpenDataSet(dsData2, strSql, "tblReportInfo", strDB)

How do I fill an array with that dataset?



 
Old June 29th, 2005, 08:34 AM
Friend of Wrox
 
Join Date: May 2004
Posts: 642
Thanks: 0
Thanked 43 Times in 42 Posts
Default

Please check the following tutorial:
http://samples.gotdotnet.com/quickst...ataaccess.aspx

Om Prakash
 
Old July 6th, 2005, 10:16 AM
Registered User
 
Join Date: Jun 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try using the split() and join() concepts in asp

 
Old July 6th, 2005, 02:55 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

When you use GetRows() it populates the resultset into an array, rather than the usual recordset usage. Hope that helps.

_________________________
- Vijay G
Strive for Perfection





Similar Threads
Thread Thread Starter Forum Replies Last Post
Convering a String Array to an Integer array nkrust C# 9 November 17th, 2010 12:02 PM
Casting String array to string Samatha ASP.NET 1.0 and 1.1 Professional 1 December 5th, 2006 07:46 AM
Populate a popup from an array bleutiger Javascript How-To 1 August 13th, 2005 04:31 AM
SQL Query String mrideout BOOK: Beginning ASP.NET 1.0 1 September 22nd, 2004 02:29 PM
Query to populate top users flyin ADO.NET 2 April 2nd, 2004 11:30 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.