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...
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...
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...
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...
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 ... ...
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...
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...
Try switching off friendly error messages, in Tools > Internet options > advanced. Run the script again, and you should get a more detailed error message. ...
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@...
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...
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...
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...
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),...
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 ...
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...
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...
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...
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@...
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...
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,...
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...
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...
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...
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...
Thanks for the help this is my query on the results page SELECT * FROM dbo.KRMCDepartments WHERE DDepartmentName = 'MMColParam' ORDER BY DDepartmentName ASC ...
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...
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 ......