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

Database

 
GeneralRe: unused space Pin
manolomachin28-Jun-06 8:54
manolomachin28-Jun-06 8:54 
QuestionSQL Update problem I'm still having. Pin
PyroManiak23-Jun-06 8:59
PyroManiak23-Jun-06 8:59 
QuestionRe: SQL Update problem I'm still having. Pin
Alexander Wiseman23-Jun-06 9:15
Alexander Wiseman23-Jun-06 9:15 
AnswerRe: SQL Update problem I'm still having. Pin
PyroManiak23-Jun-06 9:53
PyroManiak23-Jun-06 9:53 
GeneralRe: SQL Update problem I'm still having. Pin
Alexander Wiseman23-Jun-06 10:59
Alexander Wiseman23-Jun-06 10:59 
GeneralRe: SQL Update problem I'm still having. Pin
PyroManiak23-Jun-06 12:35
PyroManiak23-Jun-06 12:35 
GeneralRe: SQL Update problem I'm still having. Pin
Alexander Wiseman23-Jun-06 13:20
Alexander Wiseman23-Jun-06 13:20 
Questiondatabase newbie; what do i need in order to accomplish the following simple application Pin
katsolimon23-Jun-06 6:19
katsolimon23-Jun-06 6:19 
there is a company with workers and the boss wants to be able to query stuff about the workers using my application; like "show the workers with name xxxx who started working on yy.yy.yyyy". when new workers arrive and some quit, the database should be handled accordingly.

this is a random application that rushed to my mind, all i want to do is to get involved with databases. first of all, i am pretty sure i can handle this application without a specific database, why should i use for instance mysql? why should i use a database anyway? i can just create my structs and have my own data arranged in the way i like...

i am working on windows platform,
now, i assume i will use a database for this, lets say mysql. i will create my database using a language like perl, from the txt files. then lets say i will maintain the application with c++. probably there will be libraries of mysql available?? i will use their functions etc. all of this will take place on my own pc, now after everything is finished, how should i pack my application? i want it to be as simple as an executable file which you download and just run to install the application. at this point, what should i include in the final package? its pretty obvious that i need the libraries, but besides i also need mysql to be running on the client am i right? but if the database wont be changed in the client side then does the client really need to have mysql? lets say the database should be updated at times. one solution, i guess, is to maintain the database on my own then let the client copy and paste this new database to his installation directory everytime there is an update.

unfortunately i dont have any books on databases and stuff. when i did some google all i encounter is sql directives and those specific stuff... not an overall introduction. and almost every place where i seek answers, i see php .net asp c# etc... i dont know any of those languages, do i really need them with my pretty straight forward application? all in all i am confused and i hope to hear any suggestions/info
AnswerRe: database newbie; what do i need in order to accomplish the following simple application Pin
Kschuler23-Jun-06 9:22
Kschuler23-Jun-06 9:22 
GeneralRe: database newbie; what do i need in order to accomplish the following simple application Pin
katsolimon23-Jun-06 11:21
katsolimon23-Jun-06 11:21 
QuestionAlter column? Pin
Kschuler23-Jun-06 6:16
Kschuler23-Jun-06 6:16 
AnswerRe: Alter column? Pin
Eric Dahlvang23-Jun-06 6:26
Eric Dahlvang23-Jun-06 6:26 
GeneralRe: Alter column? Pin
Kschuler23-Jun-06 8:57
Kschuler23-Jun-06 8:57 
Questionnot sure of advantages of functions over stored procedures Pin
sishya23-Jun-06 2:33
sishya23-Jun-06 2:33 
AnswerRe: not sure of advantages of functions over stored procedures Pin
J4amieC23-Jun-06 3:11
J4amieC23-Jun-06 3:11 
GeneralRe: not sure of advantages of functions over stored procedures Pin
Colin Angus Mackay23-Jun-06 3:42
Colin Angus Mackay23-Jun-06 3:42 
GeneralRe: not sure of advantages of functions over stored procedures Pin
J4amieC26-Jun-06 2:49
J4amieC26-Jun-06 2:49 
GeneralRe: not sure of advantages of functions over stored procedures Pin
Colin Angus Mackay26-Jun-06 8:25
Colin Angus Mackay26-Jun-06 8:25 
AnswerRe: not sure of advantages of functions over stored procedures Pin
Colin Angus Mackay23-Jun-06 3:48
Colin Angus Mackay23-Jun-06 3:48 
Questionchecking for existence of server and SQL instance Pin
Talal Sultan23-Jun-06 0:27
Talal Sultan23-Jun-06 0:27 
AnswerRe: checking for existence of server and SQL instance Pin
Colin Angus Mackay23-Jun-06 1:08
Colin Angus Mackay23-Jun-06 1:08 
GeneralRe: checking for existence of server and SQL instance Pin
Talal Sultan23-Jun-06 3:15
Talal Sultan23-Jun-06 3:15 
QuestionUsing Centralized Database MS SQL Server2000 Pin
Varun Arora22-Jun-06 23:20
Varun Arora22-Jun-06 23:20 
AnswerRe: Using Centralized Database MS SQL Server2000 Pin
Colin Angus Mackay23-Jun-06 1:04
Colin Angus Mackay23-Jun-06 1:04 
Questiondata from database Pin
rcshek22-Jun-06 15:12
rcshek22-Jun-06 15:12 

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.