Click here to Skip to main content
15,890,185 members
Home / Discussions / Database
   

Database

 
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 
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 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen23-Jun-13 14:09
Bram van Kampen23-Jun-13 14:09 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen23-Jun-13 22:33
professionalEddy Vluggen23-Jun-13 22:33 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen24-Jun-13 12:56
Bram van Kampen24-Jun-13 12:56 
Eddy Vluggen wrote:



Bram van Kampen wrote:
and do the SQL Constructs make
sense for a pure SQL database.
It uses SQL, but I don't know how the
word "pure" fits in.


Well, 'Pure' fits in as follows:-

SQL stands(as you know) for 'Standard Queery Language', and was as such originally designed and intended to formulate queeries to a Database in a uniform way, for mutualy incompatible Databases in say DBase, Access, etc. I.E. it was an abstraction layer to create a common access method to Databases in various proprietary binary formats .

MS SQL implements this abstraction layer, but can also be used to act as DB propper. That is: one can create a DB complete with tables and colums from scratch in SQL, without also specifying seperately an underlying Database (This is a step further than intended in the 1980's). This later concept is what I describe, (for want of a better word) as a'pure' SQL database. 'Pure' in the sense that to the user only SQL is involved, and no other underlying database.

I understand from your answer that the connection string would be different. I extrapolate from the above that, provided Tables and Colums are identical in type and name, that the transaction and queery strings should not need changing when stepping back from Access to 'Pure' SQL.


Smile | :)
Bram van Kampen

GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen25-Jun-13 9:52
professionalEddy Vluggen25-Jun-13 9:52 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen18-Jun-13 15:42
Bram van Kampen18-Jun-13 15:42 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen18-Jun-13 22:29
professionalEddy Vluggen18-Jun-13 22:29 
GeneralRe: Connecting to an SQL Database. Pin
Bram van Kampen20-Jun-13 15:10
Bram van Kampen20-Jun-13 15:10 
GeneralRe: Connecting to an SQL Database. Pin
Eddy Vluggen21-Jun-13 9:39
professionalEddy Vluggen21-Jun-13 9:39 
QuestionDictionary Database Requried for Android.... Pin
mAzeem229-Jun-13 8:19
mAzeem229-Jun-13 8:19 
AnswerRe: Dictionary Database Requried for Android.... Pin
Eddy Vluggen10-Jun-13 3:36
professionalEddy Vluggen10-Jun-13 3:36 
QuestionSQL Server table sizes. Pin
Septimus Hedgehog8-Jun-13 0:24
Septimus Hedgehog8-Jun-13 0:24 
AnswerRe: SQL Server table sizes. Pin
i.j.russell8-Jun-13 23:01
i.j.russell8-Jun-13 23:01 
GeneralRe: SQL Server table sizes. Pin
Septimus Hedgehog9-Jun-13 5:43
Septimus Hedgehog9-Jun-13 5:43 
Questiongetting common data Pin
Arun kumar Gautam7-Jun-13 10:58
Arun kumar Gautam7-Jun-13 10:58 
AnswerRe: getting common data Pin
Eddy Vluggen9-Jun-13 2:29
professionalEddy Vluggen9-Jun-13 2:29 
AnswerRe: getting common data Pin
prakash.chakrala4-Jul-13 23:19
prakash.chakrala4-Jul-13 23:19 
QuestionNeed Help in SQL Server "Stored Procedure" Pin
dr_iton6-Jun-13 5:59
dr_iton6-Jun-13 5:59 
AnswerRe: Need Help in SQL Server "Stored Procedure" Pin
Corporal Agarn6-Jun-13 7:06
professionalCorporal Agarn6-Jun-13 7:06 
GeneralRe: Need Help in SQL Server "Stored Procedure" Pin
dr_iton6-Jun-13 10:42
dr_iton6-Jun-13 10:42 
QuestionRe: Need Help in SQL Server "Stored Procedure" Pin
gvprabu12-Jun-13 4:27
gvprabu12-Jun-13 4:27 

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.