Click here to Skip to main content
15,885,760 members
Home / Discussions / Database
   

Database

 
AnswerRe: ADO.NET book that uses practical application examples Pin
firestoper19-Feb-07 12:56
firestoper19-Feb-07 12:56 
AnswerRe: ADO.NET book that uses practical application examples Pin
Rahithi23-Feb-07 2:30
Rahithi23-Feb-07 2:30 
GeneralRe: ADO.NET book that uses practical application examples Pin
reach4thelasers3-Mar-07 12:01
reach4thelasers3-Mar-07 12:01 
Questiondeference between tow types of join Pin
a_yosef19-Feb-07 11:13
a_yosef19-Feb-07 11:13 
AnswerRe: deference between tow types of join Pin
Christian Graus19-Feb-07 11:21
protectorChristian Graus19-Feb-07 11:21 
GeneralRe: deference between tow types of join Pin
a_yosef19-Feb-07 12:15
a_yosef19-Feb-07 12:15 
QuestionWhich DataType? Pin
Sam Heller19-Feb-07 6:16
Sam Heller19-Feb-07 6:16 
AnswerRe: Which DataType? Pin
andyharman19-Feb-07 7:00
professionalandyharman19-Feb-07 7:00 
Decimal(16,2) where you should replace the "2" with the number of decimal places to use (many prices need to be stored to 6 decimal places, but if you just need pence then 2 places would do. The "16" is the number of digits to record (so in my example you would have up to 14 digits in front of the decimal point.

Float and double are not precise, so you often get 3.99999999987 instead of 4.00.
GeneralRe: Which DataType? Pin
Marcus J. Smith19-Feb-07 8:14
professionalMarcus J. Smith19-Feb-07 8:14 
QuestionBLOB - Document System Pin
alwinSCH19-Feb-07 5:07
alwinSCH19-Feb-07 5:07 
AnswerRe: BLOB - Document System Pin
andyharman19-Feb-07 5:34
professionalandyharman19-Feb-07 5:34 
QuestionCopy Stored Procedure Pin
Gjuviqta19-Feb-07 3:15
Gjuviqta19-Feb-07 3:15 
AnswerRe: Copy Stored Procedure Pin
Mark J. Miller19-Feb-07 9:11
Mark J. Miller19-Feb-07 9:11 
GeneralRe: Copy Stored Procedure Pin
Gjuviqta21-Feb-07 5:00
Gjuviqta21-Feb-07 5:00 
Questionhow to install two MDAC Versions in NT4.0 Pin
anjigadu19-Feb-07 1:27
anjigadu19-Feb-07 1:27 
QuestionRetrieving data from dual table... Pin
ShaluMalu19-Feb-07 0:48
ShaluMalu19-Feb-07 0:48 
AnswerRe: Retrieving data from dual table... Pin
Pete O'Hanlon19-Feb-07 1:23
mvePete O'Hanlon19-Feb-07 1:23 
AnswerRe: Retrieving data from dual table... Pin
andyharman19-Feb-07 2:08
professionalandyharman19-Feb-07 2:08 
QuestionOracle 9i looping through master detail Pin
K.P.Kannan19-Feb-07 0:38
K.P.Kannan19-Feb-07 0:38 
AnswerRe: Oracle 9i looping through master detail Pin
andyharman19-Feb-07 1:52
professionalandyharman19-Feb-07 1:52 
QuestionIf Directory Structure is not known then how to provide file path for a FILENAME param Pin
Mushtaque Nizamani19-Feb-07 0:09
Mushtaque Nizamani19-Feb-07 0:09 
AnswerRe: If Directory Structure is not known then how to provide file path for a FILENAME param Pin
Colin Angus Mackay19-Feb-07 0:40
Colin Angus Mackay19-Feb-07 0:40 
QuestionA couple of questions Pin
El'Cachubrey18-Feb-07 23:52
El'Cachubrey18-Feb-07 23:52 
QuestionWhere to work it out? Pin
Sam Heller18-Feb-07 23:01
Sam Heller18-Feb-07 23:01 
AnswerRe: Where to work it out? Pin
andyharman19-Feb-07 1:59
professionalandyharman19-Feb-07 1:59 

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.