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

Database

 
AnswerRe: arabic character not saved in MySQL Pin
Simon_Whale16-Jun-13 22:32
Simon_Whale16-Jun-13 22:32 
GeneralRe: arabic character not saved in MySQL Pin
Jassim Rahma17-Jun-13 11:27
Jassim Rahma17-Jun-13 11:27 
QuestionDatabase Design For Multiple Product Types Pin
Member 770211015-Jun-13 0:28
Member 770211015-Jun-13 0:28 
AnswerRe: Database Design For Multiple Product Types Pin
Eddy Vluggen15-Jun-13 2:41
professionalEddy Vluggen15-Jun-13 2:41 
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 
Hi,


Eddy Vluggen wrote:
The dbo is the schema-name of the "database owner". In the ideal case, one would
create a new schema and assign the appropriate rights to that.
 

Whether you (want to) use the prefix in the SQL statements depends on how
portable (or strict) you want your queries to work. Without specifying the
schema, it's easier to reuse the query under a different schema. OTOH, I often
even prefix the databasename and the server to identify a table;


It seems that I am getting caught upin a lot of esoterics. Confused | :confused:
I have no idea what a 'scheme'is, or, where I would need it. Maybe an explanation of what I'm trying to do is required.

I am trying to create an SQL Database for small laundrettes, drycleaners, garment alteration places and shoe menders. None of the individual databases are intended for exposure to the internet. However, the software will have to operate at up to 32 terminals on a LAN, all accessing the same database (and potentially concurrently the same record.)
The software uses it's own authentication methods (that's the part I'm trying to write now),and the user terminal would run in a 'generic Windows User Mode'. The round trip to change 'Window User' is too time consuming in practice, combined with the fact that in principle, no other tasks are ran on the machines. (The Machines act as the end user's Production terminals or cash registers)

We have a system in place (written in MFC) that runs on XP and does all this, but uses a proprietary DB system, implemented by file sharing.

The DB lay-out would be fixed for a particular version for the software, and there should be a way to 'rol out' the version to our customers. DB lay-outs could change between SW versions, but, it is accepted that no transactions take place during the upgrade process.


The Database should resist any queeries other than queeries issued by the licenced software we issue. This is a core security principle. It should be difficult (if not impossible) to raise queeries on the database using third party software.

The Cornerstone Issue for the system is Consistency and immediate inconsistency rejection. This means that a transaction must fail if the state of the component parameters of the transaction when the transaction started differ from same when the transaction is committed.

Maybe I'm on the wrong track by using SQL in the first place.

I look forward to your observations,

Smile | :)
Bram van Kampen

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 

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.