Last time I checked, VirtualPC only runs on Windows XP Professional. However, I am considering installing Linux in the partition so she can run her 'legacy' programs with WINE...
Yet, it should be possible to fix the MBR after a WIN98 install. So don't wanna give up just yet...
Fedor Steeman...
Thanks. The question is also, whether i slavically have to follow the guide on the link I found. Or can I just install Win98 on the right partition then followed by XP installation to repair the boot sector (MBR)....
Fedor Steeman
Virksomheds-IT http://www.virksomheds-it.dk/
Denmark
Someone asked me to install a 98 partition on her XP-installed PC. I read a number of good how-to's on the internet
(e.g. this one: http://www.petri.co.il/install_windows_98_after_windows_xp.htm).
I have everything prepared... partitions, installation CD's, Gparted, etc., just.... no floppy...
It turned out that was the problem... There is probably something about all of this that I just don't get...
Fedor Steeman
Virksomheds-IT http://www.virksomheds-it.dk/
Denmark
Help!
I have had the startpage of a SPS (2.0) site open in Frontpage last night and forgot to close it. After a server restart the front page comes with a message that the area cannot be shown, because it is gone or I don't have permissions.
I tried to find it again in Frontpage, but I...
Hi all!
I am looking for a third party blog module for WSS 2.0. Comparable to the one that is included in WSS 3.0... Does anyone know of any?
Thanks in advance!
Cheers,
Fedor
Fedor Steeman
Virksomheds-IT http://www.virksomheds-it.dk/
Denmark
Hi! I have had a similar problem, although a less complex query.
In case a certain parameter is null, just select all rows, also those where the column the parameter is compared with is null. First I have tried:
SELECT RecipeID, RecipeName, RecipeText, RecipeCategory, RecipeDietCategory
FROM...
I am using AJAX already on this page. How can I accomplish the posting of part of the webform to an external URL using AJAX?
Fedor Steeman
Virksomheds-IT http://www.virksomheds-it.dk/
Denmark
Good point! So I understand that I can make the form being posted to another URL by setting the PostBackUrl of an enclosed server control, most obviously <asp:Button ID="btnUploadClip"...
But won't this post the entire asp_net form with all its postback information to the other url? How can I...
You are correct and your suggested LEFT JOIN (after some minor modifications) really works !
LEFT OUTER JOIN (SELECT SpecimenID, MAX(ImageID) AS imgID FROM petrander.ImageView AS ImageView_1 GROUP BY SpecimenID) AS ImageView ON petrander.Specimens.ID = ImageView.SpecimenID
Gosh I am so glad...
...I can't see where e.g. Tbl1 is referring to and where Tbl3.FK comes from...
This is the best that I could make of it
LEFT JOIN (SELECT Tbl3.* FROM ImageView Tbl3
INNER JOIN (SELECT MAX(SpecimenID) AS spId, FK FROM ImageView GROUP BY Fk) Tbl
ON...
Thanks, that is some complicated coding!
Unfortunately, I cannot figure out how to apply it in my case, so I will try to give some more details. To simplify matters I will ignore the other fields in the main table and all the other related tables.
The main table, called Specimens, has a...
Hi Borislav,
Well, I cannot really show any sample data, because in reality there are many more tables involved in a complex relationship. It is only the relationship between two tables in particular that yields problems.
With FIRST record I just mean any record from the secondary table. So...
Hello all,
This is one of these things that I am uncertain can be solved with ordinary SQL, but any suggestions are appreciated!
I have two tables with a one-to-many relationship. One record in the main table can be linked with none, one or more records in the secondary table.
For most...
Boris, I think your solution did the trick! I thank and salute you!
Now I have to figure out what exactly it does, but it seems simply a question of adding more OR-conditions in more intricate ways.
Thanks guys you saved my day!
Fedor Steeman
Geological Museum Copenhagen
Denmark
Hi Boris,
I replied to the other post by Catadmin. I will check out your solution right away!
Cheers,
Fedor
Fedor Steeman
Geological Museum Copenhagen
Denmark
Hi & thanks a lot for trying to help me!
I tried it out and at least now there was a result with my target row among it, but also all other rows with null values. The rows with null values should only be selected if the corresponding parameters are null.
I am trying to get a specific row...
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.