Hi Friends,
I have ADODC control, DBGrid1 Control and following SQL statemnt.
SQL = Select custid, name, address from Customer
I am unable to display in my result in DBGrid1.
Can you guide or provide sample how to bind the and display result in dbgrid.
What setup do i need to use in ADODC1...
Hi Harleyquinn,
I have ADODC1 control and DBGrid1 Control.
SQL = Select custid, name, address from Customer
I am unable to display in my result in DBGrid1.
Can you suggest what setup do i need in ADODC1 and DBGrid1 to display record.
Best Regards
SM
Hi Vongrunt,
Great Job Vongrunt. Query works fine as i tested with 50 records. I will update tomorrow one of my table having 40000 records.
Thanks Very much for your support.
Best Regards
SM
Hi Vongrunt,
Thanks for your promt reply. As long as Salesman and Srno are maintain unique any order will be fine.
Looking for you reply.
Best Regards,
SM
Hi Friends,
I have following query looking for solution.
Table AAA ; SalesmanID char (02)
Customer ID char (15)
NRec int
Srno int
Existing Data:
SalesmanID Customer ID NRec SRNO
90...
Hi,
I am unable to insert following SQL Statement Result in to List Box. Can some one guide me with code how to do it.
SSQL = Select custid, name, address from Customer
SM
Hi Guys
You should ignore the record if QtyRecd - QtySold = 0
becuase there is no need for the item Average caluclation which is not in stock.
Regards
AR
Hi Friends,
I am Looking for Procedure or SQL Script to Calculate Average price for the following Each item number.
Formula:
(Qty Recd - QtySold) * unit price / (Qty recd - qty sold) for Each item
ItemCode Receipt# Qty Recd. Qty Sold Unitprice
A001 RCT001 10...
Hi
we have Inventory Trx table which does not maintain history of changes.
I would like to record it using Trigger on table INV90001 where if user changes any record or delete i want to record changes in New table called AUDIT900.
Can some one provide the code how to write trigger on table...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.