Windows 2003 - they just service-packed it.
NB all I really need to know is if there's an inherent bug with transact SQL and SP1, or if the host has messed up. If anyone would care to put the above lang declaration in any asp page on a win 2003 SP1 machine and let me know if it works or not I...
Access has its own weird syntax for multiple joins.
Go to query desgn view in the database, select the appropriate tables and let Access write the SQL for you (it'll give you inner joins, but they are easy enough to change later). Then copy and paste back into your code.
NB the problem is that...
I have a script which uses transact sql with an access database. The script has stopped working online, and the host says the only change they have made is to upgrade to Windows 2003 SP1.
It is definately the transact SQL which is causing the problem: I have just uploaded a test script which...
I've been trying to get full text search enabled on a SQL Server 2000 server.
I've checked that Microsoft search is running (and I enabled Index server for good measure), but I cannot enable full text search.
I managed to find one site with full instructions...
This is possibly a silly question!
Is it possible to create an HTML form in such a way that it can be used as stationary in Outlook with all the form fields working.
To make that clear: I currently create a form in HTML complete with roll-downs and inputs. The idea is that I will install this...
In case you don't know how to do that, you go to the properties of the site in Internet Services Manager, click on the Home Directory tab and at the bottom you should see the name of the application. Remove and unload it and then add a new one.
I need to get asp to create an MS Word doc (rather than a text file). I have got as far as instantiating the Word application object but I get a memory error whenever I try to create a document. Anyone done this? Any good sites I can look at for tips?
Hi
We're trying to set up a demo server in our office which will allow clients to view test versions of their asp sites / intranets. Obviously since the machine is on our local network, security is paramount and different users need to be able to access different folders (we don't want clients...
thanks Chris - I take it you're in the UK. I think maybe then it's just the European connection to the first site (kidswindow.co.uk) that's bad. It's all a bit confusing. Are there any other European users who can test it for me? Also I guess other UK users or US users would be useful to test my...
Wow thanks everyone (rtshort I'm assuming you're also US). I guess I have a lot to learn about internet backbones and how they work but I'm getting there.
thanks if you read this - I find that kidswindow.co.uk is noticeably slower (the web server that is, the adatabse is slightly faster I think) and was worried that maybe all US users had the same problem. Does anyone have a US dial-up connection just to really set my mind at rest?
Hi
I'm posting this here as I can't think of where it should really be posted - I've also left a message in the asp forum. Anyway:
I'm the webmistress (can you say that?) for a small but code heavy site that we need to move onto a new server at a new host (various problems). However, though...
I remember this problem - we struggled with it for weeks.
Firstly you should be adding the contents of the textbox to the database within quotes, so the only special characters you need to worry about are quotes (single quotes that is, or apostrophes) themselves - SQL knows to ignore everything...
A simpler answer:
the reason you're getting an error when comparing the querystring to the autonmuber might be that querystring variables are generally stored as string variables.
Try: sql = "select Top 8 * from tblImages where image_ID > '" &...
Hi
I'm posting this here as it's my favourite forum and I hope some of you can help me.
I'm the webmistress (can you say that?) for a small but code heavy site that we need to move onto a new server at a new host (various problems). However, though the web connection appears to be fine in the...
This may be a strange question - we've had problems with AMD's reliablity with Windows in the past, but now the only host I can find for my dedicated web server only offers AMD Athlon chips (they'll be 750s so I guess that's a K7 and not an xp - couldn't find out more as AMD's site was down)...
Hi both of you.
I am using Win2000 SP2 and it's updated with all the latest service packs. It also has a special Microsoft patch for an lsass problem but it turns out not to have helped (I did know it was a long shot).
We do use SSL, but not very much - it's on the checkout and order review...
Hi
I've had an ongoing problem with my Win2000 web server for a while now. It's running IIS5 and SQL Server (which I initially thought was the problem but am almost sure now that the problem is in the Windows configuration).
Anyway my problem is that after being online for a couple of days...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.