Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 11365 - 11394 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11365
Hello Guys: I am having a hard time with this query, as it relates to Access. I have a database with a table called tblPhotos. One column in this table is...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Feb 6, 2006
4:09 pm
11366
Are you darn sure the path will not have any variations of the word "locations"? If so, you can rs("path") = Replace(rs("path"),"/Locations/","/") ... ...
Chris Hagwood
chris_hagwood
Offline Send Email
Feb 6, 2006
4:53 pm
11367
Chris: Thank you, but I would prefer to make the change at the database level and not on the .asp page. Although I could write an ASP page doing exactly as you...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Feb 6, 2006
5:08 pm
11368
Use an update query like so:- Update [tablename] set [path] = Replace([path],"/Locations/","/") where... Dan ... From: active-server-pages@yahoogroups.com ...
Dan Powderhill
danaspelite
Offline Send Email
Feb 6, 2006
5:16 pm
11369
OOOOOOOHHHHHHH....... Chris was talking using the Replace in the SQL Statement. I missed that part :-( I was VERY confused. Thanks to both of you for your...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Feb 6, 2006
5:29 pm
11370
Are you running Access locally against the database? Just open the table in Access and use search/replace to do a normal global change. You can limit the...
David Smart
smartware_co...
Offline Send Email
Feb 6, 2006
9:31 pm
11371
Hello all, first post here.... I'm hoping it's possible to write a function that will let a client download their Access db, via an ASP page. The db is stored...
actsofshed
Offline Send Email
Feb 8, 2006
4:18 pm
11372
Can someone help me on this? I am working on a project that requires uploading one or more documents to an SQL database table. Does someone know where can I...
martinezae2006
Offline Send Email
Feb 8, 2006
5:49 pm
11373
Try http://www.asp101.com/ and search on UPLOAD ... From: "martinezae2006" <martinezae2006@...> To: <active-server-pages@yahoogroups.com> Sent:...
Bob Filipiak
bobfilipiak
Offline Send Email
Feb 8, 2006
6:31 pm
11374
Just provide a hyperlink to the db file. As a matter of security, you might also validate them in a separate login page. Ilyas ... From:...
Ilyas
iluilyas
Offline Send Email
Feb 8, 2006
7:27 pm
11375
Thanks, probably didn't make myself clear there, but the db is outside the webroot, as in above it. E.g: / somewhere / db / some.mdb / somewhere / siteroot /...
actsofshed
Offline Send Email
Feb 8, 2006
10:22 pm
11376
Hi All, As I am moving to ASP.Net 2.0 I would like to use the new features available like LoginView, directory security as much as possible. But it seems to...
Rahman, Moklesur
moklesurr
Offline Send Email
Feb 8, 2006
10:24 pm
11377
You could use the ADO Stream component to do this. If you google something like "Download file ADODB.Stream" you should get a good few pointers. Dan ... From:...
Dan Powderhill
danaspelite
Offline Send Email
Feb 9, 2006
10:36 am
11378
Great, thanks Dan, Bill ... few ... separate ... actsofshed ... client ... -- ... -- ... -- ... - ... - ... -...
actsofshed
Offline Send Email
Feb 9, 2006
10:43 am
11379
Anyone know a good reference to XML and processing it with VBS into a database? I can download data that looks like this, and I would like to process it, but...
Chris Hagwood
chris_hagwood
Offline Send Email
Feb 9, 2006
7:43 pm
11380
Chris, Here a few article and VBS and XML. The are both how-to articles. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sqlxml3 ...
Merritt, Bruce
bpm9648
Offline Send Email
Feb 10, 2006
3:19 pm
11381
Hello everyone, I want to learn ASP. so please suggest me a good book which is for beginners and which cover all the important topics in detail. i have sams...
anurag sharma
anurag_3dec
Offline Send Email
Feb 13, 2006
9:18 am
11382
Have you worked through that one? It is an adequate book for beginners. Once you've mastered everything in that, then Google for specific questions. Regards,...
David Smart
smartware_co...
Offline Send Email
Feb 13, 2006
10:57 am
11383
I am not sure if you want .Net, or plain .ASP, but after the 24 hour book: pick up ASP.Net unleashed by Sams Publishing. I had the 24 Hour book for .Net and...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Feb 13, 2006
12:39 pm
11384
Hello Guys: I have a datagrid in my ASP.Net page with the following definition for the <columns> section <asp:TemplateColumn HeaderText="Section"> ...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Feb 13, 2006
5:58 pm
11385
Hello Guys: Nevermind this question. I figured it out. What I had to do was call another method in my dropdownlist definition: SelectedValue='<%#...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Feb 13, 2006
6:30 pm
11386
Hi Andy, thanks for the reply. I am looking for a plain ASP book not for .net. Because in my company we use ASP right now. Is there any book from Microsoft...
anurag sharma
anurag_3dec
Offline Send Email
Feb 14, 2006
3:22 am
11387
I'm a big fan of Beginning Active Server Pages 3.0 from Wrox Publishing. I don't know the if the book is still in print, but you could probably find it ...
Ray at home
ray_at_place
Offline Send Email
Feb 14, 2006
2:51 pm
11388
It's still in print in the UK and available on Amazon.co.uk. And I agree... A good all-rounder of a book in good old Wrox style (i.e. before they changed the...
Dan Powderhill
danaspelite
Offline Send Email
Feb 14, 2006
2:55 pm
11389
there is also the sams 'ecommerce programming with asp' text. ... -- http://www.londonmet.ac.uk [Non-text portions of this message have been removed]...
howard feather
howardfeather
Offline Send Email
Feb 14, 2006
5:26 pm
11390
dear all, I have a problem when i create connection database mysql from asp, i get a error message like this : Microsoft Cursor Engine (0x80040E21) ...
Pink Lotus
pinklotus3000
Offline Send Email
Feb 15, 2006
5:41 am
11391
Thanks Dan and Ray for reply. fortunately i got the ASP book from Wrox. but that is Professional ASP 3.0.so should i start reading that directly or first look...
anurag sharma
anurag_3dec
Offline Send Email
Feb 15, 2006
6:21 am
11392
Good morning group. I am looking for a free, RELIABLE RSS feed. I made an app that creates a small list of news links based on an RSS feed. The code works...
mtstocke
Online Now Send Email
Feb 21, 2006
2:08 pm
11393
Doesn't places like CNN provide this? ________________________________ From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com]...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Feb 21, 2006
2:13 pm
11394
Thanks. ... find a ... anyone ... awhile? ... -- ... -- ... -- ... t=ms&k=Active+server+pages&w1=Active+serve ... subject=Unsubscr...
mtstocke
Online Now Send Email
Feb 21, 2006
4:04 pm
Messages 11365 - 11394 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help