Click here to Skip to main content
15,917,059 members
Home / Discussions / Database
   

Database

 
GeneralRe: decimal data type Pin
Krish - KP26-Feb-07 17:17
Krish - KP26-Feb-07 17:17 
QuestionHow to connect C#.Net program to MS Access database? Pin
Sanjeewani17-Feb-07 20:15
Sanjeewani17-Feb-07 20:15 
AnswerRe: How to connect C#.Net program to MS Access database? Pin
Colin Angus Mackay18-Feb-07 0:02
Colin Angus Mackay18-Feb-07 0:02 
Questionhow to get the value from store procedure Pin
Amit Agarrwal17-Feb-07 17:27
Amit Agarrwal17-Feb-07 17:27 
AnswerRe: how to get the value from store procedure Pin
Krish - KP18-Feb-07 17:46
Krish - KP18-Feb-07 17:46 
Questionxml attributes and database representation Pin
spin vector17-Feb-07 6:36
spin vector17-Feb-07 6:36 
QuestionProblems getting a custom mapped table to update Pin
mrorangecat16-Feb-07 8:09
mrorangecat16-Feb-07 8:09 
QuestionHow to get a row count when a delete trigger rolls back the transaction? Pin
Keith Worden16-Feb-07 6:03
Keith Worden16-Feb-07 6:03 
QuestionTrigger execution order Pin
theJazzyBrain16-Feb-07 2:18
theJazzyBrain16-Feb-07 2:18 
AnswerRe: Trigger execution order Pin
Pete O'Hanlon16-Feb-07 2:36
mvePete O'Hanlon16-Feb-07 2:36 
GeneralRe: Trigger execution order Pin
theJazzyBrain16-Feb-07 3:14
theJazzyBrain16-Feb-07 3:14 
Questionlist of all the sp_ (built in)procedure Pin
Ankur.Bakliwal16-Feb-07 0:43
Ankur.Bakliwal16-Feb-07 0:43 
AnswerRe: list of all the sp_ (built in)procedure Pin
Pete O'Hanlon16-Feb-07 0:56
mvePete O'Hanlon16-Feb-07 0:56 
AnswerRe: list of all the sp_ (built in)procedure Pin
Krish - KP16-Feb-07 1:13
Krish - KP16-Feb-07 1:13 
QuestionData base Size Pin
Tauseef A15-Feb-07 23:30
Tauseef A15-Feb-07 23:30 
AnswerRe: Data base Size Pin
Krish - KP15-Feb-07 23:40
Krish - KP15-Feb-07 23:40 
Questionfree sql database upload space provider Pin
Ajay R Ojha15-Feb-07 23:03
Ajay R Ojha15-Feb-07 23:03 
Questiondb backup Pin
amilapradeep15-Feb-07 17:11
amilapradeep15-Feb-07 17:11 
AnswerRe: db backup Pin
Colin Angus Mackay15-Feb-07 23:03
Colin Angus Mackay15-Feb-07 23:03 
GeneralRe: db backup Pin
amilapradeep15-Feb-07 23:16
amilapradeep15-Feb-07 23:16 
QuestionClear database contents Pin
Zoltan Balazs15-Feb-07 11:03
Zoltan Balazs15-Feb-07 11:03 
AnswerRe: Clear database contents Pin
-Dr_X-15-Feb-07 11:06
-Dr_X-15-Feb-07 11:06 
AnswerRe: Clear database contents Pin
Member 9615-Feb-07 11:12
Member 9615-Feb-07 11:12 
GeneralRe: Clear database contents Pin
Zoltan Balazs15-Feb-07 11:18
Zoltan Balazs15-Feb-07 11:18 
GeneralRe: Clear database contents Pin
Member 9615-Feb-07 11:29
Member 9615-Feb-07 11:29 
Resetting the generators depends on a lot of things:
Let's say you are using them for a number that is visible to the user of the program and may print on reports etc. If they erase the data and start again it's possible that they might have old documents with the old number on them, in which case it's a bad idea to reset it as it won't be unique.

If they are only used internally and not to any of the unerased data then it's not a problem

I don't use generators for unique record ID's in Firebird because I support more than one type of database and my app generates it's own unique GUID values for records so in Firebird I just use the GUID's instead.

This stuff is always complicated, I have hundreds of tables in my app with some linked 4 deep.
If it was easy they wouldn't need anyone to write software. Wink | ;)

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.