Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

simple application

Status
Not open for further replies.

italy

Programmer
Feb 13, 2001
162
US
Hi guys I am trying to build simple application with one access table and post the data on datagrid but it seems I cant pass the param of the customer name let we say and make the quary and bind the datagrid at run time to post the result , like select * from customers where customer name ='txtcustomername.text'

connection through ODBC any idea
 
Have a look at my response in thread709-539737, change like to = and remove the % signs

Hope this helps
 
yes but how do u bind the datagrid at run time here (datasource and datamember) datasource bindit to dataenvironment and datamember to command it did not work
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top