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
M

Member 3301325

@Member 3301325
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Spliting a table.
    M Member 3301325

    this is possible even if they are in same database. alll relational databases, sql server/oracle supports this. create separate tablespaces and let the tablespaces be in separate files in separate disks... & then create the tables in separate tablespaces...

    Database performance question

  • calling procedure within trigger
    M Member 3301325

    yes you can,.. trigger is a plsql block and u can call procs / funcs in it.

    Database database

  • Spliting a table.
    M Member 3301325

    there could be... provided the database is hosted on raid and the tables are located in diffetent physical files.

    Database performance question

  • Advice on filling a textbox
    M Member 3301325

    just store the previos value in some temporary variable and set all to the text box at once. or at the time when you are setting value at the text box consider existing value also eg

    text1.text += text1.text + "a"

    (C# sample)

    ASP.NET database help tutorial
  • Login

  • Don't have an account? Register

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