Click here to Skip to main content
15,903,175 members
Home / Discussions / Database
   

Database

 
GeneralStored Procedure for Checking Login Table Pin
codingrocks9-Mar-08 16:44
codingrocks9-Mar-08 16:44 
GeneralRe: Stored Procedure for Checking Login Table Pin
Ravenet9-Mar-08 17:54
Ravenet9-Mar-08 17:54 
GeneralRe: Stored Procedure for Checking Login Table Pin
Colin Angus Mackay9-Mar-08 23:44
Colin Angus Mackay9-Mar-08 23:44 
GeneralRe: Stored Procedure for Checking Login Table Pin
Christian Graus9-Mar-08 19:31
protectorChristian Graus9-Mar-08 19:31 
GeneralConnected Vs. Disconnected Pin
CodingYoshi9-Mar-08 13:39
CodingYoshi9-Mar-08 13:39 
GeneralRe: Connected Vs. Disconnected Pin
Paul Conrad9-Mar-08 13:43
professionalPaul Conrad9-Mar-08 13:43 
GeneralRe: Connected Vs. Disconnected Pin
CodingYoshi9-Mar-08 13:57
CodingYoshi9-Mar-08 13:57 
GeneralRe: Connected Vs. Disconnected Pin
moon_stick10-Mar-08 6:01
moon_stick10-Mar-08 6:01 
Whether you're disconnected or connected, you'll obviously need to access the data to create your object. The difference lies in what you do next.

If you leave the database connection open and and write changes to the object back to the database immediately then you are working in a connected state. If you close the database once you've created your object, do some processing with it and then re-establish a connection to the database to write the changes back then you're disconnected.

The answer to your question about binding will be answered in the way you've implemented your system; as you should know, working in a connected state is generally considered bad practice (though there are cases where it is required). In general, if you can get away with only connecting to the database at the start and end of an operation you should probably do that.

It definitely isn't definatley

GeneralRe: Connected Vs. Disconnected Pin
CodingYoshi11-Mar-08 9:00
CodingYoshi11-Mar-08 9:00 
QuestionShow Databases ? Pin
Fritzables9-Mar-08 13:35
Fritzables9-Mar-08 13:35 
AnswerRe: Show Databases ? Pin
Paul Conrad9-Mar-08 13:40
professionalPaul Conrad9-Mar-08 13:40 
GeneralRe: Show Databases ? Pin
Fritzables9-Mar-08 14:19
Fritzables9-Mar-08 14:19 
Generali want to encrypt password Pin
Mahdi_kishislan9-Mar-08 11:27
Mahdi_kishislan9-Mar-08 11:27 
GeneralRe: i want to encrypt password Pin
buchstaben9-Mar-08 11:47
buchstaben9-Mar-08 11:47 
GeneralRe: i want to encrypt password Pin
CodingYoshi9-Mar-08 13:41
CodingYoshi9-Mar-08 13:41 
GeneralRe: i want to encrypt password Pin
Paul Conrad9-Mar-08 13:42
professionalPaul Conrad9-Mar-08 13:42 
QuestionGetting the Top 1 record while using inner join Pin
ONeil Tomlinson9-Mar-08 10:50
ONeil Tomlinson9-Mar-08 10:50 
AnswerRe: Getting the Top 1 record while using inner join Pin
buchstaben9-Mar-08 11:45
buchstaben9-Mar-08 11:45 
GeneralRe: Getting the Top 1 record while using inner join Pin
ONeil Tomlinson9-Mar-08 13:16
ONeil Tomlinson9-Mar-08 13:16 
Generaltrigger after delete Pin
haytham_mohammad9-Mar-08 8:31
haytham_mohammad9-Mar-08 8:31 
GeneralRe: trigger after delete Pin
pmarfleet9-Mar-08 9:33
pmarfleet9-Mar-08 9:33 
GeneralRe: trigger after delete Pin
haytham_mohammad9-Mar-08 9:40
haytham_mohammad9-Mar-08 9:40 
GeneralRe: trigger after delete Pin
pmarfleet9-Mar-08 9:59
pmarfleet9-Mar-08 9:59 
GeneralRe: trigger after delete Pin
haytham_mohammad9-Mar-08 10:03
haytham_mohammad9-Mar-08 10:03 
Generallogical sum in ms sql2005 Pin
Seishin#9-Mar-08 3:30
Seishin#9-Mar-08 3:30 

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.