Click here to Skip to main content
15,900,461 members
Home / Discussions / Database
   

Database

 
Questionsorting Pin
militiaware17-Jun-06 5:48
militiaware17-Jun-06 5:48 
AnswerRe: sorting [modified] Pin
Colin Angus Mackay17-Jun-06 6:11
Colin Angus Mackay17-Jun-06 6:11 
AnswerRe: sorting Pin
Eric Dahlvang19-Jun-06 5:38
Eric Dahlvang19-Jun-06 5:38 
Questionconnect to remote database Pin
militiaware16-Jun-06 22:27
militiaware16-Jun-06 22:27 
AnswerRe: connect to remote database Pin
Colin Angus Mackay17-Jun-06 2:41
Colin Angus Mackay17-Jun-06 2:41 
QuestionSQL Server Reporting Services Excel Export [modified] Pin
Navdeep Bhardwaj16-Jun-06 21:27
Navdeep Bhardwaj16-Jun-06 21:27 
QuestionSQLite for small software Pin
yarp16-Jun-06 19:18
yarp16-Jun-06 19:18 
AnswerRe: SQLite for small software [modified] Pin
Garth J Lancaster16-Jun-06 20:09
professionalGarth J Lancaster16-Jun-06 20:09 
SQLite is a proprietary format embedded database .. that sort of works against 'switching to another one' unless, you use a database abstraction layer in between your code and the database layer.

The most obvious one I can think of is ODBC, and there is an (?experimental) ODBC driver for Sqlite. You're still not off the hook with ODBC, because of SQL variations (Ie SQLite doesnt support all of the SQL-92 Standard) , but it could make it 'easier' to use ODBC

There is a database abstraction layer (cant remember the name off-hand, will look it up and try and post back), that MAY (memory is a bit dim) let you select between different database 'back-ends' - my guess is you would still have to stick to fairly basic SQL unless its translated somewhere for each potential database back-end.

.. but thats the approach I would use if there was any hint of having to change the database back-end ..

(if it counts for anything, I use SQLite in some projects - I also use SQLite and Oracle 9i in other projects)

hth, 'g'

ps .. your p3DO explorer looks great - wish I knew how to do some of that stuff - not enough time ....


-- modified at 2:10 Saturday 17th June, 2006
GeneralRe: SQLite for small software Pin
yarp16-Jun-06 23:32
yarp16-Jun-06 23:32 
GeneralRe: SQLite for small software Pin
Dinuj Nath17-Jun-06 20:03
Dinuj Nath17-Jun-06 20:03 
GeneralRe: SQLite for small software Pin
yarp18-Jun-06 7:13
yarp18-Jun-06 7:13 
QuestionTCP/IP and Pipes for and ODBC Connection [modified] Pin
FlorianS16-Jun-06 7:43
FlorianS16-Jun-06 7:43 
AnswerRe: TCP/IP and Pipes for and ODBC Connection Pin
Garth J Lancaster16-Jun-06 20:14
professionalGarth J Lancaster16-Jun-06 20:14 
QuestionSelecting rows by earliest date Pin
Stefan R16-Jun-06 3:37
Stefan R16-Jun-06 3:37 
AnswerRe: Selecting rows by earliest date Pin
Colin Angus Mackay16-Jun-06 4:06
Colin Angus Mackay16-Jun-06 4:06 
QuestionUpdate database with multiple rows of dataset Pin
amittinku16-Jun-06 2:56
amittinku16-Jun-06 2:56 
QuestionSQL Server 2005 Expiration Date Pin
Brendan Vogt15-Jun-06 23:51
Brendan Vogt15-Jun-06 23:51 
Questionhow do i read a fuzzy date from MS SQL? [modified] Pin
feline_dracoform15-Jun-06 9:25
feline_dracoform15-Jun-06 9:25 
AnswerRe: how do i read a fuzzy date from MS SQL? Pin
Farhan Noor Qureshi15-Jun-06 9:36
Farhan Noor Qureshi15-Jun-06 9:36 
QuestionRecord Set in ESQL Pin
itkid15-Jun-06 2:59
itkid15-Jun-06 2:59 
AnswerRe: Record Set in ESQL Pin
Farhan Noor Qureshi15-Jun-06 9:39
Farhan Noor Qureshi15-Jun-06 9:39 
QuestionTo disable unique constraint Pin
neha301315-Jun-06 2:44
neha301315-Jun-06 2:44 
AnswerRe: To disable unique constraint Pin
Chris Meech15-Jun-06 2:58
Chris Meech15-Jun-06 2:58 
AnswerRe: To disable unique constraint Pin
Farhan Noor Qureshi15-Jun-06 10:30
Farhan Noor Qureshi15-Jun-06 10:30 
GeneralRe: To disable unique constraint Pin
neha301315-Jun-06 20:47
neha301315-Jun-06 20:47 

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.