Click here to Skip to main content
15,915,818 members
Home / Discussions / Database
   

Database

 
GeneralADO BeginTrans inside a try catch block Pin
John M. Drescher22-Oct-01 6:48
John M. Drescher22-Oct-01 6:48 
GeneralRe: ADO BeginTrans inside a try catch block Pin
Wanderley M22-Oct-01 23:11
Wanderley M22-Oct-01 23:11 
GeneralRe: ADO BeginTrans inside a try catch block Pin
John M. Drescher23-Oct-01 7:14
John M. Drescher23-Oct-01 7:14 
GeneralRe: ADO BeginTrans inside a try catch block Pin
Wanderley M23-Oct-01 11:50
Wanderley M23-Oct-01 11:50 
GeneralRe: ADO BeginTrans inside a try catch block Pin
John M. Drescher23-Oct-01 12:34
John M. Drescher23-Oct-01 12:34 
GeneralRe: ADO BeginTrans inside a try catch block Pin
Wanderley M23-Oct-01 22:45
Wanderley M23-Oct-01 22:45 
GeneralSQL Server 7.0 SP3 and money datatype Pin
Michael Martin21-Oct-01 20:46
professionalMichael Martin21-Oct-01 20:46 
GeneralRe: SQL Server 7.0 SP3 and money datatype Pin
Wanderley M22-Oct-01 3:32
Wanderley M22-Oct-01 3:32 
Hi
Is there a specific reason to use money? You could use numeric instead of money - this way you can define how many decimal places you need.

Do you need to make calculations after you retrieve the data? If not, you could use SELECT STR(<your field="">, 8, 2) FROM [...]

HTH

Regards,

Wanderley
GeneralRe: SQL Server 7.0 SP3 and money datatype Pin
Michael Martin22-Oct-01 15:32
professionalMichael Martin22-Oct-01 15:32 
GeneralMSDE 2000 Question Pin
John M. Drescher21-Oct-01 8:57
John M. Drescher21-Oct-01 8:57 
GeneralRe: MSDE 2000 Question Pin
John M. Drescher22-Oct-01 5:48
John M. Drescher22-Oct-01 5:48 
GeneralADO DataGrid, MS Access & Server-side cursors Pin
Jim Stim18-Oct-01 22:53
Jim Stim18-Oct-01 22:53 
GeneralRe: ADO DataGrid, MS Access & Server-side cursors Pin
Rashid Thadha21-Oct-01 22:40
Rashid Thadha21-Oct-01 22:40 
QuestionHow to age out subscribers accounts? Pin
Jason Jystad18-Oct-01 9:37
Jason Jystad18-Oct-01 9:37 
AnswerRe: How to age out subscribers accounts? Pin
Wanderley M19-Oct-01 8:42
Wanderley M19-Oct-01 8:42 
GeneralRe: How to age out subscribers accounts? Pin
Jason Jystad22-Oct-01 7:15
Jason Jystad22-Oct-01 7:15 
GeneralRe: How to age out subscribers accounts? Pin
Wanderley M22-Oct-01 7:49
Wanderley M22-Oct-01 7:49 
GeneralRe: How to age out subscribers accounts? Pin
Jason Jystad23-Oct-01 7:40
Jason Jystad23-Oct-01 7:40 
GeneralFinding duplicate records Pin
James Spibey17-Oct-01 22:39
James Spibey17-Oct-01 22:39 
GeneralRe: Finding duplicate records Pin
Wanderley M17-Oct-01 22:57
Wanderley M17-Oct-01 22:57 
GeneralRe: Finding duplicate records Pin
James Spibey18-Oct-01 4:10
James Spibey18-Oct-01 4:10 
GeneralRe: Finding duplicate records Pin
Wanderley M18-Oct-01 9:07
Wanderley M18-Oct-01 9:07 
GeneralRe: Finding duplicate records Pin
James Spibey18-Oct-01 10:43
James Spibey18-Oct-01 10:43 
GeneralRe: Finding duplicate records Pin
Wanderley M18-Oct-01 11:53
Wanderley M18-Oct-01 11:53 
GeneralRe: Finding duplicate records Pin
James Spibey18-Oct-01 22:22
James Spibey18-Oct-01 22:22 

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.