Click here to Skip to main content
16,013,747 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Loop Command Pin
Dave Kreskowiak7-Jun-05 13:09
mveDave Kreskowiak7-Jun-05 13:09 
GeneralRe: Loop Command Pin
Christian Graus7-Jun-05 13:30
protectorChristian Graus7-Jun-05 13:30 
GeneralRe: Loop Command Pin
Dave Kreskowiak8-Jun-05 2:27
mveDave Kreskowiak8-Jun-05 2:27 
GeneralRe: Loop Command Pin
CV58-Jun-05 4:16
CV58-Jun-05 4:16 
GeneralRe: Loop Command Pin
Christian Graus8-Jun-05 13:36
protectorChristian Graus8-Jun-05 13:36 
Questionhow to run administrative setup in deployment project Pin
Rizwan Bashir7-Jun-05 2:52
Rizwan Bashir7-Jun-05 2:52 
AnswerRe: how to run administrative setup in deployment project Pin
rwestgraham8-Jun-05 1:42
rwestgraham8-Jun-05 1:42 
GeneralMS SQL and VB.net code Pin
LordLothar7-Jun-05 2:24
LordLothar7-Jun-05 2:24 
How we can used sql command such as :
select max(debit), max (credit) from entries group by accountno

Im using sqldataadapter as bridge to database. When retrieve this statement from query builder (sqldataadapter1.fill) sure cant be placed into the dataset later because they are not same table design or schema.

How i can make used of that max(debit) or max(credit) value which have been grouped by accountno.

I have idea to select all data and put it into dataset and from dataset i put:

Dim dataTab As DataTable = DataSet11.Tables("Entries")
Dim deb As Double= dataTab.Compute("sum(debit)", "")

but the compute sum is not grouped summary, how can i solve all above problem and , "") sign is actually to filter, how to make use of that?

Thanks in advance.

GeneralRe: MS SQL and VB.net code Pin
Christian Graus7-Jun-05 12:34
protectorChristian Graus7-Jun-05 12:34 
GeneralPrinting in VBA Pin
gunnar667-Jun-05 2:07
gunnar667-Jun-05 2:07 
Generalcreating websites using vb.net Pin
Member 20251937-Jun-05 1:02
Member 20251937-Jun-05 1:02 
GeneralRe: creating websites using vb.net Pin
Mekong River7-Jun-05 6:42
Mekong River7-Jun-05 6:42 
Generalspeed up windows .net application Pin
7-Jun-05 0:20
suss7-Jun-05 0:20 
Generalneed your help :-) Pin
Rizwan Bashir7-Jun-05 2:38
Rizwan Bashir7-Jun-05 2:38 
GeneralRe: speed up windows .net application Pin
Robert Rohde7-Jun-05 6:49
Robert Rohde7-Jun-05 6:49 
Questionhow to do a simple project, i need a sample project , please help me. Pin
Anonymous6-Jun-05 23:09
Anonymous6-Jun-05 23:09 
AnswerRe: how to do a simple project, i need a sample project , please help me. Pin
Rizwan Bashir7-Jun-05 1:04
Rizwan Bashir7-Jun-05 1:04 
GeneralRe: how to do a simple project, i need a sample project , please help me. Pin
Anonymous7-Jun-05 5:24
Anonymous7-Jun-05 5:24 
AnswerRe: how to do a simple project, i need a sample project , please help me. Pin
toxcct7-Jun-05 1:12
toxcct7-Jun-05 1:12 
AnswerRe: how to do a simple project, i need a sample project , please help me. Pin
Mekong River7-Jun-05 6:45
Mekong River7-Jun-05 6:45 
GeneralNeed help to do some Database programming.. Pin
icowa6-Jun-05 22:01
icowa6-Jun-05 22:01 
GeneralRe: Need help to do some Database programming.. Pin
KaptinKrunch7-Jun-05 5:17
KaptinKrunch7-Jun-05 5:17 
GeneralRe: Need help to do some Database programming.. Pin
icowa7-Jun-05 14:19
icowa7-Jun-05 14:19 
GeneralRe: Need help to do some Database programming.. Pin
Mekong River7-Jun-05 6:49
Mekong River7-Jun-05 6:49 
GeneralRe: Need help to do some Database programming.. Pin
icowa7-Jun-05 14:20
icowa7-Jun-05 14:20 

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.