Forum: C# Nov 20th, 2008 |
| Replies: 2 Views: 407 If you want to know the differences between SQL Server 2000 & 2005 you'll have to read the documentation, there's a TON of things that are different / updated. That's kinda like asking what the... |
Forum: C# Nov 20th, 2008 |
| Replies: 5 Views: 537 if you don't want to add the location of csc to you path you could always fully qualify the location when you compile, ie: c:\windows\microsoft.net\framework\v2.0.blablabla\csc.exe helloworld.cs,... |
Forum: C# Sep 8th, 2008 |
| Replies: 2 Views: 597 |
Forum: C# Sep 5th, 2008 |
| Replies: 2 Views: 597 Does anyone know how to reference a COM library from the command-line? Specifically, I need to reference CDOSYS.dll. Whenever I try to include the reference when I compile I get a message saying:
... |
Forum: C# Aug 4th, 2008 |
| Replies: 2 Views: 5,023 I got it figured out. There was a small stupid type-o in one of the values in a stored proc. I must be dyslexic or something, lol. |
Forum: C# Aug 1st, 2008 |
| Replies: 2 Views: 5,023 I'm having a strange problem. I have an array of strings that I need to separate into separate data members and insert into a SQL database. It all works fine, except for where I convert a string to a... |
Forum: C# Jul 25th, 2008 |
| Replies: 0 Views: 539 I need to watch our mail server for a particular file that is sent in every day. I need to have my program grab this file and do some stuff with it automatically. Does anyone have experience with... |
Forum: C# Jul 25th, 2008 |
| Replies: 4 Views: 1,058 Blast! That's what I was afraid of. I started doing that anyways, but I was trying to keep hope alive for an easier way! Oh well. |
Forum: C# Jul 22nd, 2008 |
| Replies: 4 Views: 1,058 Actually what I meant by "getting the file formatted differently" was that what I'm getting is what I have to work with. Editing the original file is what I've been working on so that everything will... |
Forum: C# Jul 17th, 2008 |
| Replies: 4 Views: 1,058 I am working on a project that will read in a huge file and insert the data into a SQL database. I can read the document, but all of the XML is incorrect. I get it as an excel spreadsheet, but it's... |