Click here to Skip to main content
16,005,037 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Folder that have write access to all users? Pin
jamilkhan00729-Aug-07 20:15
jamilkhan00729-Aug-07 20:15 
GeneralRe: Folder that have write access to all users? Pin
Dave Kreskowiak30-Aug-07 5:00
mveDave Kreskowiak30-Aug-07 5:00 
QuestionWhat is wrong with oledb code Pin
Vimalsoft(Pty) Ltd28-Aug-07 20:22
professionalVimalsoft(Pty) Ltd28-Aug-07 20:22 
AnswerRe: What is wrong with oledb code Pin
Dave Kreskowiak29-Aug-07 4:42
mveDave Kreskowiak29-Aug-07 4:42 
GeneralRe: What is wrong with oledb code Pin
Vimalsoft(Pty) Ltd29-Aug-07 21:54
professionalVimalsoft(Pty) Ltd29-Aug-07 21:54 
QuestionUsing ADO.net from VB.net Pin
Wlink28-Aug-07 20:19
Wlink28-Aug-07 20:19 
AnswerRe: Using ADO.net from VB.net Pin
Vimalsoft(Pty) Ltd28-Aug-07 20:40
professionalVimalsoft(Pty) Ltd28-Aug-07 20:40 
QuestionHow to create crystal report with a query Pin
RichardBlare28-Aug-07 20:04
RichardBlare28-Aug-07 20:04 
Hi ,
I have some problems. I have sql query that join tables and show results based on Date value of a table in the join. I can create crystal report using that query directly. But, that's not what I want. I want to pass the Date parameter from vb.net. I'm using visual studio 2003.
My query is like this,

Select Table1.Description as 'Name', Sum(Table2.Fee) as 'Amount'
From Table2
INNER JOIN Table3 On Table3.xxxxID = Table2.xxxxID
INNER JOIN Table4 On Table4.xxxxID = Table3.xxxxxID
INNER JOIN Table5 On Table5.xxxID = Table4.xxxxID
INNER JOIN Table1 On Table1.xxxx = Table5.xxxx
WHERE Session.EndDate between '01/01/2007' and '12/01/2008'
Group by Table1.Description

Please help me,
Thanks in advance,


RB
QuestionDrawing a Gauge Pin
ejaz_pk28-Aug-07 19:47
ejaz_pk28-Aug-07 19:47 
AnswerRe: Drawing a Gauge Pin
Dave Kreskowiak29-Aug-07 4:10
mveDave Kreskowiak29-Aug-07 4:10 
QuestionProblem in Problem in Mobile Incoming call detected(Dave Kreskowiak) Pin
Nimesh U28-Aug-07 19:18
Nimesh U28-Aug-07 19:18 
AnswerRe: Problem in Problem in Mobile Incoming call detected(Dave Kreskowiak) Pin
Rupesh Kumar Swami28-Aug-07 21:36
Rupesh Kumar Swami28-Aug-07 21:36 
AnswerRe: Problem in Problem in Mobile Incoming call detected(Dave Kreskowiak) Pin
Vasudevan Deepak Kumar29-Aug-07 3:23
Vasudevan Deepak Kumar29-Aug-07 3:23 
AnswerRe: Problem in Problem in Mobile Incoming call detected(Dave Kreskowiak) Pin
Dave Kreskowiak29-Aug-07 4:07
mveDave Kreskowiak29-Aug-07 4:07 
Questionhow to load and unload dll or plugin Pin
rattlesnake31628-Aug-07 15:27
rattlesnake31628-Aug-07 15:27 
AnswerRe: how to load and unload dll or plugin Pin
Dave Kreskowiak28-Aug-07 17:25
mveDave Kreskowiak28-Aug-07 17:25 
GeneralRe: how to load and unload dll or plugin Pin
rattlesnake3162-Sep-07 17:22
rattlesnake3162-Sep-07 17:22 
GeneralRe: how to load and unload dll or plugin Pin
Dave Kreskowiak3-Sep-07 4:33
mveDave Kreskowiak3-Sep-07 4:33 
AnswerRe: how to load and unload dll or plugin Pin
originSH28-Aug-07 23:36
originSH28-Aug-07 23:36 
QuestionVisual Studio 2008 [modified] Pin
ASPnoob28-Aug-07 14:37
ASPnoob28-Aug-07 14:37 
AnswerRe: Visual Studio 2008 Pin
Dave Kreskowiak28-Aug-07 14:48
mveDave Kreskowiak28-Aug-07 14:48 
GeneralRe: Visual Studio 2008 Pin
ASPnoob28-Aug-07 15:09
ASPnoob28-Aug-07 15:09 
GeneralRe: Visual Studio 2008 Pin
Christian Graus28-Aug-07 15:13
protectorChristian Graus28-Aug-07 15:13 
GeneralRe: Visual Studio 2008 Pin
Dave Kreskowiak28-Aug-07 17:24
mveDave Kreskowiak28-Aug-07 17:24 
GeneralRe: Visual Studio 2008 [modified] Pin
ASPnoob28-Aug-07 18:00
ASPnoob28-Aug-07 18:00 

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.