Click here to Skip to main content
15,893,663 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Searching in datasets or datatables Pin
MatthysDT17-Jan-07 0:05
MatthysDT17-Jan-07 0:05 
AnswerRe: Searching in datasets or datatables Pin
Jason McBurney17-Jan-07 6:50
Jason McBurney17-Jan-07 6:50 
Questionpromblem Pin
ravimwani16-Jan-07 21:33
ravimwani16-Jan-07 21:33 
AnswerRe: promblem Pin
Christian Graus17-Jan-07 0:22
protectorChristian Graus17-Jan-07 0:22 
AnswerRe: promblem Pin
Jason McBurney17-Jan-07 6:52
Jason McBurney17-Jan-07 6:52 
Questionquery in vb.net [modified] Pin
amaneet16-Jan-07 21:24
amaneet16-Jan-07 21:24 
AnswerRe: query in vb.net Pin
Guffa16-Jan-07 22:01
Guffa16-Jan-07 22:01 
GeneralRe: query in vb.net [modified] Pin
amaneet16-Jan-07 22:25
amaneet16-Jan-07 22:25 
Sir,
If I have four tables , named table1 , table2 , table3 , table4.
and I have to pick those records from table1,table2,table3 , which are not present in table4.
Then the same query is not working
I am doing in the following way.

select t1.Contact_Id
from tblConact_Master as t1,tbl_Contact_Address as t3
left join tblrcdetail as t2 on (t2.Contact_id = t1.Contact_Id and t2.contact_id = t3.Contact_Id)
where t2.Contact_id is null

Please help.
Thanks and regards
Pankaj


-- modified at 4:33 Wednesday 17th January, 2007
GeneralRe: query in vb.net Pin
nlarson1117-Jan-07 4:20
nlarson1117-Jan-07 4:20 
QuestionGlobal Error Handling Pin
MatthysDT16-Jan-07 20:58
MatthysDT16-Jan-07 20:58 
AnswerRe: Global Error Handling Pin
Dave Sexton17-Jan-07 0:25
Dave Sexton17-Jan-07 0:25 
AnswerRe: Global Error Handling Pin
Christian Graus17-Jan-07 0:35
protectorChristian Graus17-Jan-07 0:35 
QuestionVertical Label Pin
Laji5916-Jan-07 20:36
Laji5916-Jan-07 20:36 
AnswerRe: Vertical Label Pin
MatthysDT17-Jan-07 0:50
MatthysDT17-Jan-07 0:50 
QuestionCan I make a Crystal Report using dataview Pin
hisuman10016-Jan-07 20:08
hisuman10016-Jan-07 20:08 
QuestionGet Words from .doc, .rtf, .htm [modified] Pin
Kumaran21cen16-Jan-07 19:54
Kumaran21cen16-Jan-07 19:54 
AnswerRe: Get Words from .doc, .rtf, .htm Pin
Christian Graus16-Jan-07 20:50
protectorChristian Graus16-Jan-07 20:50 
GeneralRe: Get Words from .doc, .rtf, .htm Pin
Jason McBurney17-Jan-07 6:55
Jason McBurney17-Jan-07 6:55 
Questioninheritance problem? Pin
moize1216-Jan-07 14:28
moize1216-Jan-07 14:28 
AnswerRe: inheritance problem? Pin
Christian Graus16-Jan-07 15:02
protectorChristian Graus16-Jan-07 15:02 
AnswerRe: inheritance problem? Pin
Guffa16-Jan-07 22:19
Guffa16-Jan-07 22:19 
AnswerRe: inheritance problem? Pin
Dave Sexton17-Jan-07 0:40
Dave Sexton17-Jan-07 0:40 
Questionmaxlength of textbox Pin
ctlqt1216-Jan-07 13:28
ctlqt1216-Jan-07 13:28 
AnswerRe: maxlength of textbox Pin
Christian Graus16-Jan-07 15:06
protectorChristian Graus16-Jan-07 15:06 
QuestionUpdating/Patching Pin
spelltwister16-Jan-07 13:27
spelltwister16-Jan-07 13: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.