View Single Post
  #4 (permalink)  
Old 04-20-2009, 09:21 PM
jeterry jeterry is offline
Junior Member
 
Join Date: Feb 2008
Location: Lubbock, TX
Posts: 36
Default Column Names

Give this a try

cmd.CommandText = "Select CustCode 'Cust. Code',CustName 'Customer Name',Caddress 'Address',Ccity 'City',cphone 'Phone' from Customer Order by CustCode

Hope this helps
Reply With Quote