Click here to Skip to main content
15,921,660 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: The Horror! Pin
chrishuff26-Apr-07 7:04
chrishuff26-Apr-07 7:04 
GeneralRe: The Horror! Pin
Brady Kelly26-Apr-07 8:11
Brady Kelly26-Apr-07 8:11 
GeneralRe: The Horror! Pin
PJ Arends26-Apr-07 10:05
professionalPJ Arends26-Apr-07 10:05 
GeneralRe: The Horror! Pin
Shog927-Apr-07 9:15
sitebuilderShog927-Apr-07 9:15 
GeneralRe: The Horror! Pin
John R. Shaw28-Apr-07 13:50
John R. Shaw28-Apr-07 13:50 
GeneralRe: The Horror! Pin
Rajesh R Subramanian1-May-07 21:39
professionalRajesh R Subramanian1-May-07 21:39 
GeneralRe: The Horror! Pin
John R. Shaw5-May-07 23:54
John R. Shaw5-May-07 23:54 
GeneralJoy! Pin
Brady Kelly24-Apr-07 1:44
Brady Kelly24-Apr-07 1:44 
I've just stopped smoking and drinking at the same time, I'm working on abominable VB6 and VBA code between Acess and SQL Server, so I took on a little job for extra money, and I've just received the script for the table I am to code a front end for. Field names have been changed to preserve confidentiality.

The one redeeming point is that there is no code here, I get to insert fresh, sexy, new C# code.

CREATE TABLE "dbo"."clientTable" (
"oneField" varchar(8000),
"abotherField" varchar(8000),
"andGgain" varchar(8000),
"totalOf" varchar(8000),
"21fields" varchar(8000),
"like" varchar(8000),
"this" varchar(8000),
...
...
)
GO



GeneralRe: Joy! Pin
Pete O'Hanlon24-Apr-07 2:15
mvePete O'Hanlon24-Apr-07 2:15 
GeneralRe: Joy! Pin
PIEBALDconsult24-Apr-07 3:16
mvePIEBALDconsult24-Apr-07 3:16 
GeneralRe: Joy! Pin
Mike Dimmick24-Apr-07 5:22
Mike Dimmick24-Apr-07 5:22 
GeneralRe: Joy! Pin
Brady Kelly24-Apr-07 5:40
Brady Kelly24-Apr-07 5:40 
GeneralRe: Joy! Pin
Jasmine250125-Apr-07 12:42
Jasmine250125-Apr-07 12:42 
GeneralRe: Joy! Pin
Brady Kelly25-Apr-07 19:16
Brady Kelly25-Apr-07 19:16 
GeneralRe: Joy! Pin
Jasmine250126-Apr-07 4:26
Jasmine250126-Apr-07 4:26 
GeneralRe: Joy! Pin
Brady Kelly26-Apr-07 4:34
Brady Kelly26-Apr-07 4:34 
GeneralRe: Joy! Pin
David Crow24-Apr-07 5:53
David Crow24-Apr-07 5:53 
GeneralRe: Joy! Pin
John R. Shaw28-Apr-07 13:56
John R. Shaw28-Apr-07 13:56 
GeneralRe: Joy! Pin
chrishuff26-Apr-07 7:06
chrishuff26-Apr-07 7:06 
GeneralRe: Joy! Pin
John R. Shaw28-Apr-07 14:15
John R. Shaw28-Apr-07 14:15 
GeneralRe: Joy! Pin
Brady Kelly28-Apr-07 22:34
Brady Kelly28-Apr-07 22:34 
GeneralRe: Joy! Pin
John R. Shaw29-Apr-07 14:36
John R. Shaw29-Apr-07 14:36 
Generalheader change on sort [modified] Pin
sonia_basangar23-Apr-07 19:38
sonia_basangar23-Apr-07 19:38 
Answeryou (perhaps us?) missed something Pin
CPallini23-Apr-07 21:05
mveCPallini23-Apr-07 21:05 
QuestionData type mismatch in criteria expression. Pin
dheema23-Apr-07 19:01
dheema23-Apr-07 19:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.