Jump to content
Xtreme .Net Talk

Thinker

*Gurus*
  • Posts

    418
  • Joined

  • Last visited

Everything posted by Thinker

  1. First you select whatever nick you want to register, /nick mynick. Then you use /nickserv register password . Include the email if you want to be able to have your password emailed to you.
  2. How about "Gutenberg Inquisition"? :D
  3. I think divil hit the nail on the head.
  4. What kind of amusement can you get from an AS400? Don't you know those things cause cancer - you should get rid of it. ;) ;)
  5. So if I take it out, will I later on find a bit of code where Volte refers to divil's pos control?
  6. Dim betterOS As String betterOS = "VMS" & ControlChars.CrLf & "+ 1" & _ ControlChars.CrLf & "====" & ControlChars.CrLf & _ Convert.ToChar(Convert.ToByte("V"c) + 1) & _ Convert.ToChar(Convert.ToByte("M"c) + 1) & _ Convert.ToChar(Convert.ToByte("S"c) + 1) MessageBox.Show(betterOS, "What is better?", MessageBoxButtons.OK, _ MessageBoxIcon.Information)
  7. The thing that always gets me about these arguments are the apples to oranges comparisons. Computers and O/S good at desktop work rarely are good as servers and vice versa. MS started the concept of an O/S that would do both well (and have since somewhat backed away from it). Linux is now trying to do the same because if all you can do is run servers, you are never going to have enough market share for people to take a 'free' O/S seriously.
  8. A poll on this subject isn't necessary. We close and sometimes delete polls when they are unnecessary.
  9. Would you like to contribute some money to help pay for newer and faster servers and more and more bandwidth? The sites on these servers are very popular (http://www.visualbasicforum.com is here too) and are supported by the webmaster and donations. It is very expensive each month.
  10. Not at all sure what you are referring to. Do you mean in your control panel?
  11. Ah, cool! That should help make MSDE much more popular. I know Microsoft really wants to transition people from Access to it as the low-end database of choice.
  12. That SQL Server icon opens up the Service Manager. It is useful for starting and stopping the services and checking their state but you will need something else to do things like create new databases. If you have Access you can create an Access project (.adp) that acts as a front end for SQL Server. There is a dosbox/ command prompt interface called osql that will let you execute any command in the server. There are other third-party admin tools out there too (although I don't know if any of them are written in .net). MSDE is very useful but if you are used to having the enterprise tools available (enterprise manager/query analyzer) it can sometimes be very frustrating.
  13. Unless there is something special needed for .net, everything should be in mdac_typ.exe. (Unless you are asking for MSDE?)
  14. Fixed now (except for the stupid <br /> before and after code in PHP tags).
  15. There is very little I can do about the PHP tags, but all else should be ok now (except for a strange effect I now see when I scroll anything in these tags into view).
  16. MSDE as in Microsoft Data Engine? Or are you taking about the help files MSDN?
  17. Not sure which, but I did get the email notice so something worked.
  18. There are a few reasons not to do this. One, while there is a basic list of words that will be SQL in any SQL database, there are a lot of things that people used to working in one dialect will think are SQL that really aren't (Access is the biggest example). Two, the parsing code for the VB and C# tags is already extensive and it would put an additional burden on the server. Three, we might be going to vBulletin 3 in the coming months. We aren't even sure how to implement the VB and C# tags right now. Four, many SQL examples are actually concatenated string and literal values in VB/C# code. No good way to parse these and they would already be in VB/C# code tags. On the other hand it is a good idea that I have already considered in the past. If and when we know how to deal with this for the future versions of vBulletin, I still might give it a go. :)
  19. Yeah, that sounds like a better idea.
  20. Not the best solution but looks like it works.
  21. Hopefully, <hr \> change is working. <?php Test ?> Test Test Test [edit]Of course I missed quote - it is a vbcode change, not php[/edit]
  22. Going for a .net mcsd now? ;)
  23. The quick reply box is itself a hack. Not sure how easy it would be to hack the hack (I am guessing it would be a pain).
  24. Because it isn't the latest box - someone probably got it early on, then decided they didn't want it, or someone over ordered when it first came out and now wants to get rid of the early boxes.
×
×
  • Create New...