Click here to Skip to main content
15,914,795 members
Home / Discussions / Database
   

Database

 
GeneralRe: To create a mysql based application i need.... Pin
sudheerravindran24-Apr-05 18:54
sudheerravindran24-Apr-05 18:54 
GeneralProblem installing MS SQL Server 2000 Pin
vishalmishra24-Apr-05 13:41
vishalmishra24-Apr-05 13:41 
GeneralRe: Problem installing MS SQL Server 2000 Pin
Mike Dimmick24-Apr-05 22:55
Mike Dimmick24-Apr-05 22:55 
Generalview the tables in access database Pin
rana1838424-Apr-05 10:39
rana1838424-Apr-05 10:39 
GeneralRe: view the tables in access database Pin
numbrel25-Apr-05 3:51
numbrel25-Apr-05 3:51 
GeneralRe: view the tables in access database Pin
zheke4-May-05 18:05
susszheke4-May-05 18:05 
GeneralACCESS 2003 Inner join Clause problem Pin
Greeky24-Apr-05 7:19
Greeky24-Apr-05 7:19 
GeneralRe: ACCESS 2003 Inner join Clause problem Pin
radasys24-Apr-05 7:45
radasys24-Apr-05 7:45 
in Access SQL you have to set opening brackets after the from and closing after each join, when you have more than one join in the select.
you can also set the access mdb to ANSI 92 syntax (SQL Server) in extras/options/tables,querys then you dont have to set the INNER or the brackets.

Thomas


SELECT USR.USER_FULLNAME, CMP.C_COMPANYNAME, CMP.C_COUNTRY, CLRS.*,ORD.*
FROM (((ORDERS ORD
INNER JOIN COMPANIES CMP ON ORD.O_CUSTOMERID = CMP.C_COMPANYID)
INNER JOIN COLORS CLRS ON CLRS.C.ORDERID = O.O_ORDERID)
INNER JOIN USERS USR ON USR.USER_ID = ORD.O_WHOGET)
WHERE 1=1 ORDER BY ORD.O_ORDERDATE

thomas
GeneralRe: ACCESS 2003 Inner join Clause problem Pin
Greeky24-Apr-05 8:04
Greeky24-Apr-05 8:04 
GeneralData Binding - DropDownList Pin
brian5523-Apr-05 4:32
brian5523-Apr-05 4:32 
GeneralRe: Data Binding - DropDownList Pin
Jerry Hammond23-Apr-05 5:58
Jerry Hammond23-Apr-05 5:58 
GeneralRe: Data Binding - DropDownList Pin
brian5524-Apr-05 4:19
brian5524-Apr-05 4:19 
GeneralRe: Data Binding - DropDownList Pin
Jerry Hammond24-Apr-05 4:54
Jerry Hammond24-Apr-05 4:54 
GeneralRe: Data Binding - DropDownList Pin
Jerry Hammond24-Apr-05 4:59
Jerry Hammond24-Apr-05 4:59 
GeneralRe: Data Binding - DropDownList Pin
rudy.net26-Apr-05 19:26
rudy.net26-Apr-05 19:26 
GeneralRe: Data Binding - DropDownList Pin
Illegal Operation24-Apr-05 2:58
Illegal Operation24-Apr-05 2:58 
GeneralRe: Data Binding - DropDownList Pin
brian5524-Apr-05 4:22
brian5524-Apr-05 4:22 
GeneralProblem with trigger on tables and views Pin
blbecek.pitomej22-Apr-05 23:53
blbecek.pitomej22-Apr-05 23:53 
GeneralRe: Problem with trigger on tables and views Pin
Member 190801324-Apr-05 8:23
Member 190801324-Apr-05 8:23 
GeneralRe: Problem with trigger on tables and views Pin
blbecek.pitomej25-Apr-05 10:09
blbecek.pitomej25-Apr-05 10:09 
GeneralUpdate Question Pin
rudemusik22-Apr-05 11:43
rudemusik22-Apr-05 11:43 
GeneralRe: Update Question Pin
Yulianto.22-Apr-05 19:25
Yulianto.22-Apr-05 19:25 
Generalequivalent to OFFSET Pin
Drew Stainton22-Apr-05 11:08
Drew Stainton22-Apr-05 11:08 
GeneralRe: equivalent to OFFSET Pin
Colin Angus Mackay22-Apr-05 11:55
Colin Angus Mackay22-Apr-05 11:55 
GeneralRe: equivalent to OFFSET Pin
Drew Stainton22-Apr-05 13:22
Drew Stainton22-Apr-05 13:22 

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.