thecrumb


Member since 01/17/2008

Website: http://www.thecrumb.com

5 snippets

1013 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

thecrumb's Recent Snippets



« Prev 1 Next »
Generate the SQL necessary to create triggers that use the sequences listed above. NOTE: This particular script assumes that the tables all start with ‘tbl’. It may need to be modified to work with different naming conventions.
0 516 posted 16 years ago by thecrumb
Generate the SQL necessary to create sequences for every table. NOTE: This doesn’t create sequences. The results need to be copied and run as a script.
0 762 posted 16 years ago by thecrumb
Get a list of all the user tables.
0 821 posted 16 years ago by thecrumb
Get all my columns and comments.
0 560 posted 16 years ago by thecrumb
Then, your code should look like this ... $(document).ready(function() { $("dt > a").click(function(){ $(this).parent().nextUntil('dt').toggle(); return false; }); });
0 538 posted 16 years ago by thecrumb
« Prev 1 Next »