Search the web
Sign In
New User? Sign Up
BKWeb_UltraDev · A support group for Macromedia UltraDev users.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 5339 - 5368 of 5492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5339
Hello my name is Jeff and I live in Arizona as my name implies.. I am really good at using the ultra dev software for making asp pages. I recently went to SQL...
jeffinazagain
Offline Send Email
Jan 15, 2004
10:50 pm
5340
Jeff, As much as I like Javascript, I would lean towards more advanced training on SQL and/or ASP. Mark jeffinazagain <jeff_grand@...> wrote: Hello my...
Mark Eckeard
meckeard2000
Offline Send Email
Jan 15, 2004
11:18 pm
5341
Jeef - I agree with Mark. Leave JS for now, and move on to ASP or even better - ASP.NET. Good luck! Moshe...
M Tapnack
tapnack
Offline Send Email
Jan 16, 2004
9:25 am
5342
I am using ASPUpload to well upload files to a site, what I'd like to know is, is there any way I can rename the file before adding to the server? So, user...
ihitman_uk
Offline Send Email
Jan 16, 2004
10:36 am
5343
Hey You can do it with FSO. I do this regularly, but using ASPsimpleUpload, but it should theoretically be the same for the renaming part. Here's my relevant...
M Tapnack
tapnack
Offline Send Email
Jan 16, 2004
10:48 am
5344
Cheers man, had a few ideas since and will be looking into the most prominent one. Ta. ... ASPsimpleUpload, but ... done using a ... equvilant in ... to ... ...
ihitman_uk
Offline Send Email
Jan 16, 2004
12:26 pm
5345
While we were still using ccMail, I needed to alter ASOupload because ccMail was failing to recognize the numbers added to make the file names unique. In this...
stevan2020
Offline Send Email
Jan 16, 2004
3:16 pm
5346
I've got Win XP Pro with IIS 5.1 on my machine and I've just installed MySQL and PHP on it. I used phpMyAdmin to create a MySql Database, but now cannot...
charles_h_c
Offline Send Email
Jan 19, 2004
4:56 am
5347
Try switching off friendly error messages, in Tools > Internet options > advanced. Run the script again, and you should get a more detailed error message. ...
M Tapnack
tapnack
Offline Send Email
Jan 19, 2004
9:01 am
5348
Hello list. Since there is activity about 'connections' let me put my ignorance on the table too: I'm trying to move on to SQL server and leave Access behind. ...
 
birdas@...
Send Email
Jan 19, 2004
9:16 am
5349
I think you may have misunderstood me. I get that error message within Dreamweaver, not in the web browser. When I click the Select Database button in...
charles_h_c
Offline Send Email
Jan 20, 2004
2:20 am
5350
I am looking to buy a good, reputable book for hand scripting, to go along DW MX. Can anyone recomemend one? my VB writting is fairly basic to say the least so...
itsdannyuk2003
Offline Send Email
Jan 26, 2004
3:55 pm
5351
I use both "Beginning ASP Databases" and "Beginning Active Server Pages" from Wrox Publishing. Both books have proved to be very useful, along with their...
Cohen, Stevan S - Por...
stevan2020
Offline Send Email
Jan 26, 2004
11:24 pm
5352
I have a drop down menu which has a recordset attached but also a static 'Please Select' option. however when the page is run the last item in the DB (Access),...
itsdannyuk2003
Offline Send Email
Jan 27, 2004
11:35 am
5353
hia guys does anyone know where i can download iis 5.1 from. I can't install it from add and remove programs because i cant find my win xp cd! errr! Cheers ...
superkopite2002
Offline Send Email
Jan 29, 2004
1:19 pm
5354
James, I don't think IIS is available for download. This same question is one another maillist and that person lost his XP cd. The only free option is to...
Mark E
meckeard2000
Offline Send Email
Jan 29, 2004
2:03 pm
5355
I have very limited experience in programming with either of these and work have lovingly agreed to send me on a course. But which should i opt to take, baring...
itsdannyuk2003
Offline Send Email
Jan 30, 2004
1:05 pm
5356
Depends. Are you going to use either? Do you lean towards either one? Will you use either in the work place or on the side? Mark itsdannyuk2003...
Mark E
meckeard2000
Offline Send Email
Jan 30, 2004
1:45 pm
5357
Dear itsDanny, Although PHP is becoming popular as a development of websites not hosted on windows servers there are obvious benefits of security to start...
Paul Stanley
pjs_2000uk
Offline Send Email
Jan 30, 2004
2:37 pm
5358
I would highly recommend taking the course on PHP - when I began doing freelance web design a few years ago the local market was all ASP - it was slow,...
Tim Thorburn
webmaster@...
Send Email
Jan 30, 2004
9:34 pm
5359
the main purpose of doing the course will be to serve my clients more effecetively as oppossed to a side line. Thanks for the opionions and advice. I am...
ultradanuk
Offline Send Email
Feb 2, 2004
11:13 am
5360
Can a Windows 2000 server accept JDBC connections to Access databases without any "non-factory" components or programs? If a server can take ODBC connections,...
Mark Bieganek
mbieg69
Offline Send Email
Feb 2, 2004
10:04 pm
5361
I have been able to pass a parameter from a search page to a result page if I manually input the information from the search page. I would like to use a...
jeffinazagain
Offline Send Email
Feb 3, 2004
5:35 pm
5362
Use GET in your form instead of POST ... From: jeffinazagain [mailto:jeff_grand@...] Sent: Tuesday, February 03, 2004 7:35 PM To:...
M Tapnack
tapnack
Offline Send Email
Feb 3, 2004
6:14 pm
5363
Yes I use get... the problem is if I use a manual input using a text field I can call the text field keyword as an example, then I can pass that parameter to...
Jeff Grand
jeffinazagain
Offline Send Email
Feb 3, 2004
6:58 pm
5364
Yes I use get, in just a text field I can name the text field whatever I want and pass that parameter to the results page. What I am having a problem with is...
jeffinazagain
Offline Send Email
Feb 3, 2004
7:01 pm
5365
Jeff, not sure what you mean, but I ofte do this: Have a drop-down with a GET form. Then on the result form, use request.querystring("wasFieldName") instead of...
M Tapnack
tapnack
Offline Send Email
Feb 3, 2004
7:08 pm
5366
Thanks for the help this is my query on the results page SELECT * FROM dbo.KRMCDepartments WHERE DDepartmentName = 'MMColParam' ORDER BY DDepartmentName ASC ...
jeffinazagain
Offline Send Email
Feb 3, 2004
7:30 pm
5367
This isnt related to the performance of the page, but if your WHERE parameter is DDepartmentName , then you don't need to ORDER by that parameter. Now... Is...
M Tapnack
tapnack
Offline Send Email
Feb 3, 2004
7:41 pm
5368
I believe an integer, I created a record set on my search page, that is where my list comes from, then I Pick DDepartment as the Values and Labels. ... get ......
jeffinazagain
Offline Send Email
Feb 3, 2004
7:53 pm
Messages 5339 - 5368 of 5492   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