I am really stuck on how to use SQL Express in VB . I have looked at many examples but when trying to use them in VB it just underlines alot of the code and says not declared.
I have mdf database with a products table , i want to be able to enter a product code into a text box then press a button and it checks if the product is in the table and if it is then it fills two other textboxes with the price and description?
I have mdf database with a products table , i want to be able to enter a product code into a text box then press a button and it checks if the product is in the table and if it is then it fills two other textboxes with the price and description?
Comment