Blorgbeard

9,511
reputation
886 views

Registered User

name Blorgbeard
member for 1 year
seen 53 mins ago
website
location NZ
age 9
The king of all wild things
1d
comment Hidden Features of SQL Server
... for example, what?
1d
revised Want to use IF THEN in SQL
edited tags
1d
comment Want to use IF THEN in SQL
Can you give more details about your table structure? What flavour of SQL?
2d
awarded  Popular Question
Dec
15
comment c# - combine 2 statements in a catch block into one
throw e is not equivalent to throw
Dec
6
awarded  Mortarboard
Dec
5
accepted Database records lost when debugging
Dec
3
comment How do I add items to all windows’ window menus?
Don't worry, that drives me crazy too.
Dec
2
awarded  Popular Question
Nov
30
answered What is meant by ‘House Keeping’ in context of a database ?
Nov
30
comment Delphi Win API CreateTimerQueueTimer threads and thread safe FormatDateTime crashes
Helped me, cheers!
Nov
28
revised Database records lost when debugging
added 170 characters in body; added 14 characters in body
Nov
28
revised syntax error, unexpected ‘<’
added 458 characters in body
Nov
28
answered Database records lost when debugging
Nov
28
answered syntax error, unexpected ‘<’
Nov
27
comment need a help with TEdit
Not sure what you mean by that - can you explain more? Edit your question and add more detail - or post a new one..
Nov
27
accepted need a help with TEdit
Nov
27
answered need a help with TEdit
Nov
25
awarded  Popular Question
Nov
24
awarded  Popular Question
Nov
21
awarded  Nice Answer
Nov
20
answered C# Button Text Condition.
Nov
20
comment How to uniquely identify a computer based on Gmail, Skype and Apple updates
If you know who took it, can't you just go to the police, right now?
Nov
18
accepted sqlite3 is chopping/cutting/truncating my text columns
Nov
18
answered program c# for 10+(5/3) without using ‘/’ operator
Nov
18
accepted C# - Finding which prefix applies
Nov
17
comment GetStackTrace in Delphi 7?
The sooner SO kills them, the better.
Nov
17
comment GetStackTrace in Delphi 7?
ExEx is sneaky. If you google for the URL, and then click the link from google, your referer will be google, and they will show you the solutions.
Nov
17
answered sqlite3 is chopping/cutting/truncating my text columns
Nov
17
answered C# - Finding which prefix applies
Nov
17
revised C# - Finding which prefix applies
formatted a bit better
Nov
17
answered hi! cmdLog.Paramerters.Add(new SqlParameter(”@rr”,button2.text);
Nov
17
answered Is it Proper a way to select count(*) from two different tables
Nov
17
answered System Testing a desktop application
Nov
17
comment SQL select no result
What do you want the first query to return? Sounds like you need a WHERE to join the tables up, or some JOINs. More details please?
Nov
16
comment GetStackTrace in Delphi 7?
Yeah - but the stack trace is a nice-to-have in this project, so I won't spend much time trying to work around it.
Nov
16
comment GetStackTrace in Delphi 7?
Yeah, madExcept is awesome - but this is commercial code I'm writing, and I don't think I can get the company to buy madExcept right now. JCL sounds good too though, I will take a look..
Nov
16
asked GetStackTrace in Delphi 7?
Nov
13
awarded  Nice Answer
Nov
13
awarded  Popular Question
Nov
13
comment What is the name of this operator: “-->”?
twitter.com/spolsky/status/5663855845
Nov
11
revised As a developer, what changes do you make to a vanilla Windows install ?
edited body
Nov
11
comment What’s your take on the programming language Go?
My delphi IDE is set to auto-correct ';=' to ':=' - I never type ':=' manually. It still annoys me, though.
Nov
11
answered How often should a programmer commit to SVN?
Nov
10
comment How should I call this native dll function from C#?
OK, I'm trying this approach: stackoverflow.com/questions/1699736/…
Nov
10
comment How should I call this native dll function from C#?
Cheers, I'll take a look at that
Nov
10
comment How should I call this native dll function from C#?
Can you point me to a resource on "the way the Windows API does business"? I don't want to have to preallocate a buffer, because the length of the string returned will vary wildly.
Nov
10
comment How should I call this native dll function from C#?
Thanks, I was confused because it actually worked - I thought maybe that PChar cast was doing something clever like allocating memory.
Nov
9
asked How should I call this native dll function from C#?
Nov
9
comment How to debug a dll in delphi
+1 for the "Include remote debug symbols" tip - I was tearing my hair out