Click here to Skip to main content
15,898,374 members
Home / Discussions / Database
   

Database

 
AnswerRe: Database Design For Multiple Product Types Pin
David Mujica17-Jun-13 4:08
David Mujica17-Jun-13 4:08 
GeneralRe: Database Design For Multiple Product Types Pin
Jörgen Andersson17-Jun-13 7:19
professionalJörgen Andersson17-Jun-13 7:19 
QuestionCreating New Database in SQL 2012 Management Studio Pin
Gary Heath13-Jun-13 6:41
Gary Heath13-Jun-13 6:41 
AnswerRe: Creating New Database in SQL 2012 Management Studio Pin
Eddy Vluggen13-Jun-13 9:45
professionalEddy Vluggen13-Jun-13 9:45 
GeneralRe: Creating New Database in SQL 2012 Management Studio Pin
Gary Heath13-Jun-13 11:44
Gary Heath13-Jun-13 11:44 
GeneralRe: Creating New Database in SQL 2012 Management Studio Pin
Bram van Kampen14-Jun-13 14:17
Bram van Kampen14-Jun-13 14:17 
GeneralRe: Creating New Database in SQL 2012 Management Studio Pin
Eddy Vluggen15-Jun-13 1:54
professionalEddy Vluggen15-Jun-13 1:54 
AnswerRe: Creating New Database in SQL 2012 Management Studio Pin
Amol_B24-Jun-13 19:22
professionalAmol_B24-Jun-13 19:22 
Questionneed recommandation for database for vs.net 2010 c# web service project Pin
neodeaths12-Jun-13 5:14
neodeaths12-Jun-13 5:14 
AnswerRe: need recommandation for database for vs.net 2010 c# web service project Pin
Richard Deeming12-Jun-13 7:11
mveRichard Deeming12-Jun-13 7:11 
AnswerRe: need recommandation for database for vs.net 2010 c# web service project Pin
jschell12-Jun-13 8:59
jschell12-Jun-13 8:59 
QuestionConnecting to an SQL Database. Pin
Bram van Kampen11-Jun-13 13:41
Bram van Kampen11-Jun-13 13:41 
AnswerRe: Connecting to an SQL Database. Pin
Eddy Vluggen11-Jun-13 22:28
professionalEddy Vluggen11-Jun-13 22:28 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen12-Jun-13 12:59
Bram van Kampen12-Jun-13 12:59 
GeneralRe: Connecting to an SQL Database. Pin
Tim Carmichael13-Jun-13 2:03
Tim Carmichael13-Jun-13 2:03 
GeneralRe: Connecting to an SQL Database. Pin
jschell13-Jun-13 8:57
jschell13-Jun-13 8:57 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen13-Jun-13 9:44
professionalEddy Vluggen13-Jun-13 9:44 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen14-Jun-13 0:42
Bram van Kampen14-Jun-13 0:42 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen14-Jun-13 8:56
professionalEddy Vluggen14-Jun-13 8:56 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen14-Jun-13 13:59
Bram van Kampen14-Jun-13 13:59 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen15-Jun-13 2:35
professionalEddy Vluggen15-Jun-13 2:35 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen17-Jun-13 14:13
Bram van Kampen17-Jun-13 14:13 
Hi, Eddy,

A lot more food for thought!


Eddy Vluggen wrote:
How about a bit of both worlds? A single dedicated database-server, some cheap
machine that's totally under your control, gifted to the client, running Linux.
Have a MySQL (or SQLite) database on there, password-protect it, password
protect the root, and do all communication over TCP/IP. Log every connection,
every request.


I do not know which jurisdiction you live in. Jurisdiction has always an impact on software of the kind I write. It always has to take into consideration the legal system of the country in which we license it for use.

Whereas we have Licence control over the software, we want to steer clear of providing hardware as far as possible, and even less of claiming ownership of hardware on customers sites. Softguard could easily become liable for loss of business and consequential losses if their 'owned' a crucial hardware component (in the case you suggest, the server) Fails in any way or another. This has to do with legal issues under the 'Sales of Goods Act' in the UK, an equivalent acts acros the EU. We provide Cash Drawers and Till Roll Printers for sale. These are easily guaranteed, relatively simple, and replaced under guarantee at nominal costs when failing.

Our customers process financial data on the system. Our fiduciary duty of care includes protecting all data to the extent that it can only be released with the consent of the owner. If the owner dies, for whatever reason, and does not leave any access details to recover the information, then so be it; The data must die with the owner, whatever the consequences.

Your example of a Nuclear Power Station is entirely wrong in the context. Our software is subject to the data protection act. If our software fails, it will never cause a nuclear explosion.


'MySql' I found very hard to come to terms with from scratch. The support is rather thin. I have over the last 6 years made at least three attempts to get it to go on Win XP.
Learning to write in using SQL first, may be the better way for getting round to learning my way around. I take it that the difference between SQL and MySql statements can be largely handeled mechanically. (That was the purpose of 'Standard Queery Language' in the 1990's.

At the same time, your suggestion makes sense! I can always provide a machine with a modified Linux/MySql version which excludes the windows logon to the database, even when copied to another regular machine.


All these idea's are great, Now I have to start to commit to practice.

Regards Smile | :)
Bram van Kampen

GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen19-Jun-13 8:54
professionalEddy Vluggen19-Jun-13 8:54 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen21-Jun-13 13:46
Bram van Kampen21-Jun-13 13:46 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen22-Jun-13 21:47
professionalEddy Vluggen22-Jun-13 21: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.