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...
Interesting point, but none of the enclosing server webcontrols have this property:
<asp:Panel ID="pnlUploadClip" runat="server" CssClass="ntv-klipform">
<div>
<label for="fupChooseClip">Url til klip</label>
<asp:FileUpload ID="fupChooseClip" runat="server">...
Hi,
I have been dealing with more or less the same problem. I want to post a multipart form to an external webservice (actually a php page) on an ASP.NET page. The annoying thing is, that when you do this with simple HTML it is bloody simple, because the browser takes care of the rest. On an...
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 am sorry I really cannot figure out how to write this join. 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...
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...
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.