Search:

Type: Posts; User: ProphetBeal

Page 1 of 13 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    17
    Views
    2,042

    Re: Is Primary Key is required?

    I agree...from what the OP has written it sounds like this table would benefit more from a clustered index on CompanyID and LocationID then a non-clustered index.
  2. Re: [Question] How to record a screen a iphone

    It appears you can record it using Quicktime...

    http://www.tekrevue.com/tip/record-iphone-screen-quicktime/
  3. Re: NULL DATE literal in Select portion of a Query?

    Sorry what i meant to say earlier is to use 0 as your base instead of null (and yes I also forgot to include the convert function)

    So try this.
    { fn CONVERT(0, SQL_DATE) } as ProStartDate,

    It...
  4. Re: NULL DATE literal in Select portion of a Query?

    Have you tried

    SELECT 0 AS [DateField]

    I know in SQL Server 0 (zero) is a valid date
  5. Re: Conversion failed when converting date and/or time from character string.

    Looks to me like the value stored in the database isn't being stored as a datetime but as a string (or varchar ). So instead of using ".Value" I'd try ".ToString("MM/dd/yy, hh:mm t ")" to match how...
  6. Re: Retrieving Identity field after inserting datarows into SQL Server using ADO.NET

    Double post...sorry
  7. Re: Retrieving Identity field after inserting datarows into SQL Server using ADO.NET

    I know this is kinda old but I just wanted to say a) I think you did a great job on this,however
    b) SELECT @@SCOPE_IDENTITY doesn't work in SQL Server 2008 instead you need to use SELECT...
  8. Replies
    16
    Views
    41,262

    Re: Utility - File Search

    It scans the binary versions of the files, so I will bet if you use Notepad to open the PDF in question and search for that text it will find it. I'm not really sure how to avoid this. Any...
  9. Thread: Rsa

    by ProphetBeal
    Replies
    75
    Views
    3,542

    Re: Rsa

    Remembering Some Answer
  10. Re: Basic PhotoShop Skills? - Go work with the CIA

    ***Warning Conspiracy Theory Area*** I think the right most is where they started just so the CIA could plant the thought than *any* one could morph into Bin Laden.
  11. Replies
    49
    Views
    3,384

    Re: Almost 9TB of WHS goodness

    Nice setup!! I recently bought a stand alone Thecus NAS and have begun the daunting task of move my DVDs over to it. To keep costs down I went the Thecus route as opposed to a WHS, although I'm sure...
  12. Replies
    4
    Views
    495

    Re: windows media player

    Are these protected wmas? What version of WMP are you using?
  13. Replies
    8
    Views
    899

    Re: Dual Monitor

    Check with the video card manufacturer's site. I've seen cards that will only support output for a single device at a time, when it has a combination of different output types.
  14. Replies
    8
    Views
    998

    Re: No Windows login

    Try Ctrl+Alt+Del before you start typing. The Windows Logon prompt in XP (and Win2k) could be moved off the screen. In Vista (and Win 7) you can not move the logon window.
  15. Replies
    5
    Views
    1,386

    Re: Access "Home" computer over internet

    In the past that's what I used.
  16. Replies
    4
    Views
    745

    Re: PC AntiSpyware 2010

    Here is a guide on how to get rid of this software

    http://www.2-spyware.com/remove-pc-antispyware-2010.html

    Also you may need to start in Safe Mode to delete some of the file
  17. Replies
    8
    Views
    998

    Re: No Windows login

    I've had this issue with my laptop when I use it away from my external monitor...Windows "thinks" my monitor is still plugged in and is extending my desktop to the laptop screen. Did you recently...
  18. Replies
    6
    Views
    582

    Re: NAS Devices

    Sadly the cheapest Buffalo TeraStation to support RAID 5 is still rather expensive and got some pretty bad reviews
  19. Thread: Atheist

    by ProphetBeal
    Replies
    40
    Views
    2,147

    Re: Atheist

    Tsiehta...Tsiehta...I'm scared....
  20. Replies
    6
    Views
    582

    NAS Devices

    I find myself in the market for a NAS device. I've looking for a device with at least 4 bays, RAID 5, and DLNA support. It's going to be used in my home to house and stream all my media.

    So far...
  21. Thread: Atheist

    by ProphetBeal
    Replies
    40
    Views
    2,147

    Re: Atheist

    Really??? I think you should check your facts :D


    The proof is in the belief of the nonexistence of said being. If you believe he doesn't exist then your believe has in fact successfully proven...
  22. Replies
    20
    Views
    1,340

    Re: [Serious] Umm, i Told you so....?

    seeing how
    a) Everyone involved is physically fine (except Tom who will now be spending some time in a federal pound me in the a$$ prison)
    b) I've already had this discussion with the dClamp
    c) I...
  23. Replies
    14
    Views
    1,302

    Re: Region Free DVD's

    A region free dvd player can play any dvd no matter what the region of the disk. A region free DVD can be played on just about any standard DVD player.
  24. Replies
    20
    Views
    1,340

    Re: [Serious] Umm, i Told you so....?

    So you have a girl for a "best friend"...is she hot? Better still is Julie hot? I'd move to CA for a hot single mom.
  25. Re: Excel Instance Hangs in VBNET Class Project Application

    I happened to be doing some Excel coding today and decided to put this to the test. As it happens even if properly destroy all your objects an Excel instance remains open until either your...
  26. Replies
    12
    Views
    1,377

    Re: One PC, two User + for XP

    I realize that, but they also make them so you can have 1 computer outputting to multiple video outputs.

    http://www.newegg.com/Product/Product.aspx?Item=N82E16817107511
  27. Replies
    12
    Views
    1,377

    Re: One PC, two User + for XP

    I've seen a type of KVM you can buy that will do that, however the users still won't be able to use the PC at the same time.
  28. Re: Excel Instance Hangs in VBNET Class Project Application

    Try forcing garbage collection (GC.Collect I think) after you've release the com object. If that doesn't work try setting the application object to visible before you call the quit method. This way...
  29. Re: Excel Instance Hangs in VBNET Class Project Application

    I've seen similar issues with writing to Excel 1 cell at a time. The easiest way I have found around this is:

    1) Add your output data to an array
    2) Select a range of cells that matches the size...
  30. Replies
    27
    Views
    1,615

    VS 2008 Re: HELP with MultiThreading

    It's..."When you have eliminated the impossible, whatever remains, however improbable, must be the truth."

    You still have yet to tell us what "Device" and "Device2" are. How are they instantiated?
  31. Replies
    19
    Views
    23,131

    Re: [2005] File/Email DragDrop

    For starters...Welcome to the forum :wave:

    Next, I'm sure it's possible to port this code to whatever you need. Also if you are looking for just basic drag/drop functionality, it's alot easier...
  32. Replies
    27
    Views
    1,615

    VS 2008 Re: HELP with MultiThreading

    The code looks correct. How are "Device2" and "Device" declared? Also, could this be a hardware issue? You said in your first post that you are sending info to the USB ports, are you sure that...
  33. Replies
    16
    Views
    41,262

    Re: Utility - File Search

    In my app there is a text box for just that purpose. The control name is "txtFileName" and it's labeled on the form as "All or part of the file name:"

    You need to edit the "cmnOpenResults"...
  34. Replies
    19
    Views
    23,131

    Re: [2005] File/Email DragDrop

    Nope, you are welcome to give it a shot.


    It is indeed possible and you are free to add that method to this code. I understand what you are saying about counting each item and you are more than...
  35. Replies
    8
    Views
    3,720

    VS 2008 Re: bubble sort array structures

    Lets see if this helps...if the lowest index in the array is "0" than you can't check the value of "0-1" (which is "-1").

    In short your code is shaping up well, but you need to add some checks to...
  36. Replies
    16
    Views
    41,262

    Re: Utility - File Search

    If I minded...I wouldn't have posted it :D
  37. Replies
    16
    Views
    41,262

    Re: Utility - File Search

    I have made some changes to this code and in fact the application overall.

    The main layout is still the same however most of the code has been replaced.

    Main Updates:

    Has been built against...
  38. Replies
    19
    Views
    23,131

    Re: [2005] File/Email DragDrop

    I have yet to resolve (and in all honesty I've forgotten about).
  39. Replies
    16
    Views
    41,262

    Re: Utility - File Search

    I'm not quite sure why you are getting that error. There could be an issue that the 3.5 framework imposes more security than the 1.1. I'll have to take a look at this, when I get a chance. The...
  40. Re: VB.NET - Create Excel Spreadsheet From Array

    Well this was created to handle 2 dimensional arrays. 1 dimension for the rows and a 2nd for the columns. If you only have a 1 dimension array where would the data be populated? A single row or a...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width