I actually tried that as well...and ran a select query on the tables just to make sure the values were being picked up correctly. All seemed well. The frustration and time wasted got the better of me...I cheated by exporting the data to an access mdb, making the conversions and re-importing the data back into the sql server. This doesn't mean i wouldn't like to figure this out if you have any other suggestions. thanks.
-Jay
User Profile
Collapse
-
It does not create an error, rather it updates the [Dept Request] field to 0 where the inner join is true and <null> where the inner join is false. It should be updating this field to the value of [BY Request] from the joined table.Leave a comment:
-
Thanks for the quick response CK...but that was what I originally tried. It had the same results as the query i posted. any other suggestions?Leave a comment:
-
SQL Update with join
Someone please help. I'm running the following SQL query in sql server 2000...
UPDATE S
SET S.[Dept Request] = B.[BY Request]
FROM [Budget Details - 2007] B LEFT OUTER JOIN
[SCI Transaction Summary] S ON B.[Account Key] = S.Account
WHERE (S.[Year] = 2007)
All it does is zero out the field I'm trying to update. I'm almost positive the syntax... -
Javascript if... else... producing same no matter what the value
I'm working with ASP.NET 1.1 and I am attempting to compare the value of a textbox on the pages onunload event. The screen that is open is a pop-up screen that can be opened from links on two different pages. What i want to do is cause a post back to the form from which the pop-up screen originated.
Here is my code:
...Code:<script language="javascript" type=text/javascript> //If the window is closed function
-
apache is running...the script hits the web service when executed/compiled with Nusphere. any other suggestions??.. . i'd rather not uninstall/unconfigure my mysql and php installations but if i can't figure this out i may give phpeasy a try. thanks for the help.Leave a comment:
-
good suggestion but that didn't seem to do the trick.? is there maybe a copilation path or something that i may be missing in the php ini file? the host is seeing the pages, it's just not compiling the php script?Leave a comment:
-
New to php
Ok, this is probably going to sound pretty stupid...so please bear in mind that I'm completely new to php programming. Interested in the buzz about php I've recently downloaded the newest version 5.2.5 as well as MySQL server 5.0 and will be hosting web apps on Apache 2.2. I wrote a very simple program to get a feel for the syntax of php/MySQL programming...
[php]
Test.php - user-entered name and username
<html>... -
As of right now the authentication mode in the web configuration within the application is set to Windows. I believe (please correct me if i'm wrong) when run on the webserver should be authenticating through it's IIS setup. I just noticed the anonymous access was checked and apparently this can not be the case with windows-level authentication in the app. When i uncheck it, it requires the user to enter their domain logon information (even when...Leave a comment:
-
SQL Server does not exist, Access denied
Hey all,
I'm having a common problem under different circumstances. A little background information: I am running an "in-house" ASP web application in .NET 1.1 with a back-end in SQL Server 2000. The application is on a separate server from the SQL server. About 99% of the time users are able to sucessfully log into the SQL server and the other 1% of the time they get this nasty message "SQL Server does not Exist or Access Denied"....
No activity results to display
Show More
Leave a comment: