Click here to Skip to main content
15,911,360 members
Home / Discussions / Database
   

Database

 
AnswerRe: sub query in create table command Pin
Giorgi Dalakishvili8-Nov-07 20:14
mentorGiorgi Dalakishvili8-Nov-07 20:14 
GeneralRe: sub query in create table command Pin
M. J. Jaya Chitra8-Nov-07 21:35
M. J. Jaya Chitra8-Nov-07 21:35 
QuestionWhy doesn't the ldb go away when the connection is closed? Pin
John Whitmire8-Nov-07 11:06
professionalJohn Whitmire8-Nov-07 11:06 
QuestionData Bank connection with OLE DB! Please Help! Pin
FreeEagle8-Nov-07 8:11
FreeEagle8-Nov-07 8:11 
Answercross-post Pin
led mike9-Nov-07 5:06
led mike9-Nov-07 5:06 
QuestionAccess 2003 INNER JOIN Error Pin
Brendan Vogt8-Nov-07 5:37
Brendan Vogt8-Nov-07 5:37 
AnswerRe: Access 2003 INNER JOIN Error Pin
pmarfleet8-Nov-07 9:27
pmarfleet8-Nov-07 9:27 
QuestionRe: Access 2003 INNER JOIN Error Pin
Brendan Vogt8-Nov-07 18:42
Brendan Vogt8-Nov-07 18:42 
Hi,

Here is my code that I am trying to get to work in Access:

CREATE PROC procGetCustomer(intCustomerID LONG) AS SELECT
t.TitleId,
t.TitleName,
c.CustomerId,
c.FirstName,
c.LastName,
c.Mobile,
c.Email,
r.RegionId,
r.RegionName
FROM Customer c
INNER JOIN Title t ON c.TitleId = t.TitleId
INNER JOIN Region r ON c.RegionId = r.RegionId
WHERE c.CustomerId = intCustomerID;

Does it make better sense?

Thanks
Questionsp_send_dbmail as HTML Email Pin
solutionsville8-Nov-07 5:04
solutionsville8-Nov-07 5:04 
AnswerRe: sp_send_dbmail as HTML Email Pin
solutionsville9-Nov-07 3:18
solutionsville9-Nov-07 3:18 
QuestionCopy Database Error Pin
Xmen Real 8-Nov-07 1:49
professional Xmen Real 8-Nov-07 1:49 
AnswerRe: Copy Database Error Pin
pmarfleet8-Nov-07 2:01
pmarfleet8-Nov-07 2:01 
GeneralRe: Copy Database Error Pin
Xmen Real 8-Nov-07 2:47
professional Xmen Real 8-Nov-07 2:47 
GeneralRe: Copy Database Error Pin
pmarfleet8-Nov-07 2:51
pmarfleet8-Nov-07 2:51 
GeneralRe: Copy Database Error Pin
Xmen Real 8-Nov-07 2:58
professional Xmen Real 8-Nov-07 2:58 
Questionquery in oracle Pin
gauthee8-Nov-07 0:38
gauthee8-Nov-07 0:38 
AnswerRe: query in oracle Pin
pmarfleet8-Nov-07 1:50
pmarfleet8-Nov-07 1:50 
QuestionProblem with a InsertStored Procedure for Vb.net Pin
Vimalsoft(Pty) Ltd7-Nov-07 22:05
professionalVimalsoft(Pty) Ltd7-Nov-07 22:05 
AnswerRe: Problem with a InsertStored Procedure for Vb.net Pin
Paddy Boyd8-Nov-07 0:25
Paddy Boyd8-Nov-07 0:25 
GeneralRe: Problem with a InsertStored Procedure for Vb.net Pin
Vimalsoft(Pty) Ltd8-Nov-07 0:54
professionalVimalsoft(Pty) Ltd8-Nov-07 0:54 
QuestionSql Server 2005 Devloper Edition Pin
Thaer Hamael7-Nov-07 21:43
Thaer Hamael7-Nov-07 21:43 
AnswerRe: Sql Server 2005 Devloper Edition Pin
Pete O'Hanlon8-Nov-07 1:35
mvePete O'Hanlon8-Nov-07 1:35 
Questiondownload message Pin
foladi7-Nov-07 21:42
professionalfoladi7-Nov-07 21:42 
QuestionBitmap Image to Long Binary Stream Pin
sindhutiwari7-Nov-07 19:50
sindhutiwari7-Nov-07 19:50 
Questionselect apperaring in tables Pin
nicetohaveyou7-Nov-07 17:48
nicetohaveyou7-Nov-07 17:48 

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.