Click here to Skip to main content
15,899,314 members
Home / Discussions / Database
   

Database

 
GeneralRe: Best way to merge/process commands on SQLCE Pin
Spawn@Melmac25-Aug-10 14:22
Spawn@Melmac25-Aug-10 14:22 
GeneralRe: Best way to merge/process commands on SQLCE Pin
Eddy Vluggen26-Aug-10 7:19
professionalEddy Vluggen26-Aug-10 7:19 
GeneralRe: Best way to merge/process commands on SQLCE Pin
Spawn@Melmac26-Aug-10 11:08
Spawn@Melmac26-Aug-10 11:08 
GeneralRe: Best way to merge/process commands on SQLCE Pin
Eddy Vluggen27-Aug-10 7:04
professionalEddy Vluggen27-Aug-10 7:04 
QuestionODP.Net Vs OleDb Pin
V.25-Aug-10 3:51
professionalV.25-Aug-10 3:51 
AnswerRe: ODP.Net Vs OleDb Pin
dan!sh 25-Aug-10 5:31
professional dan!sh 25-Aug-10 5:31 
GeneralRe: ODP.Net Vs OleDb Pin
V.25-Aug-10 8:07
professionalV.25-Aug-10 8:07 
GeneralRe: ODP.Net Vs OleDb Pin
dan!sh 25-Aug-10 22:11
professional dan!sh 25-Aug-10 22:11 
ODP uses a lot of unmanaged code so unless you dispose every object, they will be lying around like forever.

Make sure you dispose every ODP object. For connection, close and then dispose. For command, dispose each parameter explicitly.
QuestionIn-memory Pin
FEMDEV25-Aug-10 0:05
FEMDEV25-Aug-10 0:05 
AnswerRe: In-memory Pin
Eddy Vluggen25-Aug-10 10:19
professionalEddy Vluggen25-Aug-10 10:19 
QuestionUpdate where count > 1 Pin
Lash2024-Aug-10 7:25
Lash2024-Aug-10 7:25 
AnswerRe: Update where count > 1 Pin
Blue_Boy24-Aug-10 8:06
Blue_Boy24-Aug-10 8:06 
AnswerRe: Update where count > 1 Pin
Luc Pattyn24-Aug-10 8:06
sitebuilderLuc Pattyn24-Aug-10 8:06 
AnswerRe: Update where count > 1 Pin
David Mujica24-Aug-10 8:06
David Mujica24-Aug-10 8:06 
GeneralRe: Update where count > 1 Pin
Lash2024-Aug-10 8:35
Lash2024-Aug-10 8:35 
GeneralRe: Update where count > 1 Pin
Blue_Boy24-Aug-10 8:59
Blue_Boy24-Aug-10 8:59 
QuestionSplit a varbinary in a SELECT Pin
solomon8524-Aug-10 2:01
solomon8524-Aug-10 2:01 
AnswerRe: Split a varbinary in a SELECT Pin
Blue_Boy24-Aug-10 2:47
Blue_Boy24-Aug-10 2:47 
GeneralRe: Split a varbinary in a SELECT Pin
R. Giskard Reventlov24-Aug-10 3:25
R. Giskard Reventlov24-Aug-10 3:25 
Questiondelete all procedures from my database Pin
Zeyad Jalil23-Aug-10 23:39
professionalZeyad Jalil23-Aug-10 23:39 
AnswerRe: delete all procedures from my database Pin
R. Giskard Reventlov24-Aug-10 0:00
R. Giskard Reventlov24-Aug-10 0:00 
AnswerRe: delete all procedures from my database Pin
dravidaveera24-Aug-10 0:33
dravidaveera24-Aug-10 0:33 
AnswerRe: delete all procedures from my database Pin
Mycroft Holmes24-Aug-10 0:39
professionalMycroft Holmes24-Aug-10 0:39 
AnswerRe: delete all procedures from my database Pin
Corporal Agarn24-Aug-10 1:20
professionalCorporal Agarn24-Aug-10 1:20 
AnswerRe: delete all procedures from my database Pin
S Douglas25-Aug-10 5:24
professionalS Douglas25-Aug-10 5:24 

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.