Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

TommCatt

@TommCatt
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Firebug 1.0 Released
    T TommCatt

    Percival Watson wrote:

    I've got something freaky going on in FF because if I try and type in most text-boxes the focus is thrown to Firefox's Find textbox. If I disable Firebug or launch Firebug in a seperate window, it stops doing that.

    That happens to me now and then and I don't have Firebug. I just turn off the "begin finding..." option, finish the page then turn it back on. It doesn't happen often enough to really be annoying...

    TommCatt -- In theory, there is no difference between theory and practice. In practice, there is.

    The Lounge javascript html com beta-testing

  • No more stored procedures
    T TommCatt

    begin insert data into table select scope_identity() as userid end

    Ok, sure. I can see where this would not work in every available dbms. There may be a slight syntax difference or, like Oracle, it could use an entirely different way of generating identity values and returning them to the caller. However...

    recordset.open( "insert data into table" ) ... recordset.open( "select @@identity" )

    ...will suffer from the exact same problem! Only now, instead of being centrally located in one known place where we can easily find it and work on it -- it is scattered around who knows how many places (and who the hell is going to know?) around the app(s) code.
    Stored procedures, besides all the other advantages they provide (security not being the least of them), allow us the opportunity to locate as much dbms-specific code in one central location. This is precisely what you want if you ever attempt to port the code.
    If your supervisor is indeed worried about having to port your app to a different dbms, then he has taken the exact wrong step and will be making the problem worse. Talk him out of this lunacy if you can.

    TommCatt -- In theory, there is no difference between theory and practice. In practice, there is.

    The Lounge database csharp sql-server com sysadmin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups