If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > msflexgrid and sql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-13-03, 10:09
mkaya mkaya is offline
Registered User
 
Join Date: Apr 2003
Posts: 1
msflexgrid and sql

hi,
I am new to vb. I have a database with product codes and raw materials related with it. I am trying to use msflexgrid to show only related raw materials which used in products. How can I select the records from db with sql. Or any other solution yo can advise.
Reply With Quote
  #2 (permalink)  
Old 04-18-03, 16:01
dbadelphes dbadelphes is offline
Registered User
 
Join Date: Feb 2003
Location: Montreal, Canada
Posts: 117
Re: msflexgrid and sql

Hi,
If you want to use the MSHFlexGrid object in VB then be aware that you must use the MSDATASHAPE provider in the connection string.
To select your rows you must use the SHAPE command (see Shape command in General on Microsoft site:
http://msdn.microsoft.com/library/de...ierarchy_9.asp )



Quote:
Originally posted by mkaya
hi,
I am new to vb. I have a database with product codes and raw materials related with it. I am trying to use msflexgrid to show only related raw materials which used in products. How can I select the records from db with sql. Or any other solution yo can advise.
__________________
Steve
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On