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

Database

 
GeneralRe: VERY HUGE SP Pin
Paul Conrad2-Sep-08 19:16
professionalPaul Conrad2-Sep-08 19:16 
GeneralRe: VERY HUGE SP Pin
Tamer Oz1-Sep-08 8:21
Tamer Oz1-Sep-08 8:21 
GeneralRe: VERY HUGE SP Pin
nelsonpaixao1-Sep-08 12:37
nelsonpaixao1-Sep-08 12:37 
GeneralRe: VERY HUGE SP Pin
Mycroft Holmes1-Sep-08 17:37
professionalMycroft Holmes1-Sep-08 17:37 
Questionroutines in sql Pin
nelsonpaixao31-Aug-08 12:28
nelsonpaixao31-Aug-08 12:28 
AnswerRe: routines in sql Pin
Blue_Boy31-Aug-08 12:43
Blue_Boy31-Aug-08 12:43 
GeneralRe: routines in sql Pin
nelsonpaixao31-Aug-08 12:51
nelsonpaixao31-Aug-08 12:51 
QuestionAnyone interested in automatic DB upgrade framework for SQLite databases? Pin
liron.levi31-Aug-08 9:53
professionalliron.levi31-Aug-08 9:53 
Hello there

I've just finished implementing an automatic DB upgrade framework in C#.

It supports finding the optimal DB upgrade path and includes hooks for adding specialized behavior if necessary (most of the time it can run on auto-pilot).

Currently it doesn't support DB schemas that contain views, triggers or fancy DB constraints (like foreign key constraints that are not actually supported in SQLite anyway) since my DB doesn't contain them and I did not have the time to implement a full SQLite DDL syntax parser.

I wondered if it will be worth the effort to publish it on codeproject.

If you are interested I'd like to hear your opinion!

Liron
GeneralOleDB and Parameters Pin
TheMandolinMan31-Aug-08 5:48
TheMandolinMan31-Aug-08 5:48 
GeneralRe: OleDB and Parameters Pin
Ashfield31-Aug-08 7:44
Ashfield31-Aug-08 7:44 
GeneralRe: OleDB and Parameters Pin
Mycroft Holmes31-Aug-08 16:18
professionalMycroft Holmes31-Aug-08 16:18 
Questionsorting a dot separated integer string valued column Pin
pakuetian30-Aug-08 21:38
pakuetian30-Aug-08 21:38 
AnswerRe: sorting a dot separated integer string valued column Pin
Wendelius30-Aug-08 23:36
mentorWendelius30-Aug-08 23:36 
QuestionRe: sorting a dot separated integer string valued column [modified] Pin
pakuetian30-Aug-08 23:55
pakuetian30-Aug-08 23:55 
AnswerRe: sorting a dot separated integer string valued column Pin
Wendelius31-Aug-08 0:10
mentorWendelius31-Aug-08 0:10 
QuestionRe: sorting a dot separated integer string valued column [modified] Pin
pakuetian31-Aug-08 0:18
pakuetian31-Aug-08 0:18 
AnswerRe: sorting a dot separated integer string valued column Pin
Wendelius31-Aug-08 7:09
mentorWendelius31-Aug-08 7:09 
AnswerRe: sorting a dot separated integer string valued column Pin
J4amieC1-Sep-08 3:34
J4amieC1-Sep-08 3:34 
QuestionInstall a database Pin
ingerikbv30-Aug-08 16:43
ingerikbv30-Aug-08 16:43 
AnswerRe: Install a database Pin
Mark Churchill30-Aug-08 20:05
Mark Churchill30-Aug-08 20:05 
AnswerRe: Install a database Pin
dybs31-Aug-08 16:22
dybs31-Aug-08 16:22 
GeneralRe: Install a database Pin
ingerikbv2-Sep-08 10:17
ingerikbv2-Sep-08 10:17 
GeneralRe: Install a database Pin
dybs2-Sep-08 12:51
dybs2-Sep-08 12:51 
QuestionSupplying parameters to 'IN' Pin
N a v a n e e t h29-Aug-08 21:55
N a v a n e e t h29-Aug-08 21:55 
AnswerRe: Supplying parameters to 'IN' Pin
Wendelius30-Aug-08 1:06
mentorWendelius30-Aug-08 1:06 

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.