![]() |
accessing data in recordset
Herees the problem...
I have a recordset (recset) that holds the result of an sql query. The query returned 9 items I only want to include the first five of those 9 in a table (and the rest of thme in another table later on ) so i did this :
sql="select rate from mort"When i do this it loads a completely blank page. can anyone help? :banana: |
I am not sure this, but somewhere at the back of my mind, I remember one of our professor's mentioning about using recset.fields.count is not valid and would not work as it is expected to ...for specific "CONNECTION TYPES"....will try to confirm once I am able to recall that
|
I would recommend modifying your query to achieve this.
eg. SELECT TOP 4 * FROM... However if this isn't possible for any reason try :
sql="select rate from mort" |
| All times are GMT -5. The time now is 2:14 PM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC