Hi All,
How to run sum() Function in VB6?
Adodc1.recordso urce="select sum(quantity) from purchase"
adodc1.refresh
1.) but how to retrieve result in desired text box like i took- AvailabeQuantit y.Text
somewhere i read that query is like "Select sum(quantity) as SumOfQuantity from purchase"
2.) in above statement what is "as SumOfQuantity"
can you please help me
NE☼
How to run sum() Function in VB6?
Adodc1.recordso urce="select sum(quantity) from purchase"
adodc1.refresh
1.) but how to retrieve result in desired text box like i took- AvailabeQuantit y.Text
somewhere i read that query is like "Select sum(quantity) as SumOfQuantity from purchase"
2.) in above statement what is "as SumOfQuantity"
can you please help me
NE☼
Comment