you dont need to open a recordset to get one
set rs = db_conn.execute never calls the rs.open method, but you get a recordset
i think his issue was he forgot to say SET when he told the command object to execute
but i could be wrong
i havent used stored procs in a while
i have a temp table to give me my results and i am able to return 1 set of data
but what i want to happen is to traverse up my data tree
lets say you have locations like country, state, county, city, area
where states have a parent of the country, counties...
you need to turn that page cannot be displayed error off
you do that by going in your browser, tools, advanced and there is an option for show friendly http error message
make sure that is UNCHECKED
then the browser will have more specific error messages for you
the first method posted on that site is the same as my number 1, kinda
it retrieves all the records and then does a recordset.move to get to the first record
is that what you do veep?
the second one is definetly more in depth using a stored proc to only get the ones you want
anyone else have...
i am just curious of industry standards, like there is such a thing
but how do you limit the results shown on a page
the way i see it, there are 3 approaches
1.
select all and just show the range through looping and begin/end values, i.e show records 11 - 20
2.
set page size and page on...
its a dell dimension with an ati video card
somehow i got it to work
went to display properties , advanced and there are 3 box like things for monitor, television and something( i am not in front of it right now)
so i ended up having 2 turned on and it partially works
except the entire screen...
i am actually doing this with asp
but i think its a weird html thing
i am looping through a recordset and adding options in a select box
as i add an option i want to also add a hidden form field so i can keep track of whos in my original select list
but when i add the hidden INSIDE the select...
i have a projector and a dell laptop
the laptop has a vga output, and the projector has a video inoput
sounds good right
except for the projector to work, i need to enable dual monitors, and the projector is a second monitor, not the screen i am looking at
how do i get the projector to see what...
i am new to .net and was wondering if there are any free quality text editors.
i have inter dev, and it doesnt really like saving an asp file as an aspx file, and using it as a text file isnt really exciting either
figured i would post here before downloading random editors
thanks
i want to maintain line breaks for a textarea.
i am using access database and asp.
problem is text entered like this:
hello world!
hello world again!
looks like this on output:
hello world!hello world again!
what do you think is the best solution for solving this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.