This is a discussion on "search function in ASP!" within the Classic ASP section. This forum, and the thread "search function in ASP! are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
search function in ASP!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
search function in ASP!
is if posible to do a search function in ASP that can search not just in one database, but it can preview a search result in 2 or 3 database!
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|
|
#2
|
|||
|
|||
|
Yes of course, just connect and select from each different database on the same page.
|
|
#3
|
|||
|
|||
|
well..i am not good in coding! i am using MACROMEDIA ULTRADEV 4 to develop my site. as far as i know, each page will be allowed to connect to only one database! maybe some adjustment could be done in the sql command?
if you familiar with that software, could you teach me how? thanx...
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#4
|
|||
|
|||
|
Do you want to select data from different databases or just different database tables?
|
|
#5
|
|||
|
|||
|
If it's from different tables and the same database, then you type in your connection at the top of your page FE-
Then all you have to do is Type in your queries from each of the tables.
Now if your connecting to multiple databases... Set your connection to the database.
|
|
#6
|
|||
|
|||
|
hey is it possible to have different go to different pages when they login on my asp site I need a code that tells me how to do that? Like for instants, lets say a person with a free account logins in and goes to the free account page right after they login! well can I make a person with a paid account go to a paid account page after logging in?
|
|
#7
|
|||
|
|||
|
You can either do that or store things in their database. For Instance....
Ohh yeah, you can also use the Response.Redirect tag if you would rather keep them as seperate pages. It's up to you. |
|
#8
|
|||
|
|||
|
thx for the addvice, but can I make 2 different types of users go to 2 different pages after logging in?
|
|
#9
|
|||
|
|||
|
Yeah, you can do this the coded way, or take a shorter way, but it adds a page.. I'd use the shorter version.. it's much faster IMO.
|
|
#10
|
|||
|
|||
|
thx that worked! I needed that advice! Now do you know how to make a game like cartoonorbit?
|
|
#11
|
|||
|
|||
|
Also after then login can you make them view a page for like 5 seconds then be redircted to the real page?
|
|
#12
|
||||
|
||||
|
use this code:-
Use ASP to substitute the URL part of the above for the right page.
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#13
|
|||
|
|||
|
Rob you need to edit that post mate!
|
|
#14
|
||||
|
||||
|
:wink:
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#15
|
|||
|
|||
|
thx! Also I need to know how to make a game could anyone help or knows a website that would help?
|
|
#16
|
|||
|
|||
|
could you explain that script a little more plz?
|
|
#17
|
|||
|
|||
|
what do you need to know about making a game? Do you need to know the programming? The software? The way to store information to a database? The way to transfer Variables from Flash to ASP? How to make something move on button press? plz be more specific. Thanks.
|
|
#18
|
|||
|
|||
|
I need to know the software the best software for free and paid software and A little bit or programming!
|
|
#19
|
|||
|
|||
|
hey also can I make a person with a paid account go to a regular page but then be able to come back to all the paid account pages? I mean like, make the website site check his account type and redirect him to specific pages?
|
|
#20
|
|||
|
|||
|
Wow will anyone reply to my question?
|
![]() |
| Tags |
| search, function, asp |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |