User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 426,101 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,756 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 11 of 11
Search took 0.01 seconds.
Posts Made By: webthang_rob
Forum: ASP May 9th, 2008
Replies: 8
Views: 843
Posted By webthang_rob
Re: how do I upload a file into the database from dreamweaver?

http://www.aveora.com/Product/ASP/Uploader/Default.htm
Forum: ASP May 9th, 2008
Replies: 8
Views: 843
Posted By webthang_rob
Re: how do I upload a file into the database from dreamweaver?

Ok dokey, if you can check out this tutorial (http://www.webthang.co.uk/goto/tutorials/000168/?cat=2&tut=168), that will walk you through the process.

Good luck :o)
Forum: ASP May 9th, 2008
Replies: 8
Views: 843
Posted By webthang_rob
Re: how do I upload a file into the database from dreamweaver?

Are you wanting to upload the file to the database or upload the file to your server and store the filename in the db?
Forum: ASP May 8th, 2008
Replies: 3
Views: 1,075
Posted By webthang_rob
Re: For Loop

Nearly, should be...

If rs("distance")<=25 Then Exit For

...for less than or equal to. :o)
Forum: ASP May 8th, 2008
Replies: 1
Views: 483
Posted By webthang_rob
Re: asp and SQL Server

By getting the knowledge to do so. Check out this site with these two links, the basics are there...

http://www.w3schools.com/asp/default.asp

http://www.w3schools.com/ado/default.asp

Good luck ...
Forum: ASP May 8th, 2008
Replies: 1
Views: 474
Posted By webthang_rob
Re: whois component in asp

Check out this site :: http://2enetworx.com/dev/samples/memwhoson.asp :: that should help you out.
Forum: ASP May 8th, 2008
Replies: 8
Views: 843
Posted By webthang_rob
Forum: ASP May 8th, 2008
Replies: 1
Views: 854
Posted By webthang_rob
Re: Transfer data from one table to another in database with ASP

Would it not be more convenient to simply have a field in your user table that declares what type of user the user is?

ie.
Fieldname = UserType
Value = Prospect / Customer

But you could just as...
Forum: ASP Apr 28th, 2008
Replies: 1
Views: 325
Posted By webthang_rob
Re: Links in Tables

Need to slightly alter your code from what you have to read as follows...

<td><a href="U_ViewTransDet.asp?id=<%=rs("Field_Id")%>">Name of link</a></td>

Hope that helps,
Rob.

<snipped>
Forum: ASP Apr 28th, 2008
Replies: 1
Views: 494
Posted By webthang_rob
Re: Auto email in asp?

Can't be done with Access I'm afraid, you could cheat however and create a routine that runs whenever someone firsts visits your site, it could check the date against the database and another field...
Forum: ASP Apr 28th, 2008
Replies: 1
Views: 365
Posted By webthang_rob
Re: Disable link. Quick question for a quick answer.

When you login, create a session variable, eg.

Session("LoggedIn") = "True"

...then apply an IF statement around your Login link based on this variable, eg.

<% If Session("LoggedIn") <> "True"...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 3:45 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC