DaniWeb Forum Index
>
Search Forums
Search Results
•
•
•
•
Showing results 1 to 1 of 1
Search took
0.00
seconds.
Search:
Posts Made By:
tuse
; Forum:
VB.NET
and child forums
Save these search results for 24 hours
Forum:
VB.NET
Jun 21st, 2008
Replies:
3
combobox selected value connected to a SQL statement
Views:
3,054
Posted By
tuse
1
Re: combobox selected value connected to a SQL statement
cmd = New OleDbCommand("select * from table1 where MFG='& combobox1.text &' ", con)
I guess this should be-
cmd = New OleDbCommand("select * from table1 where MFG='" &...
Showing results 1 to 1 of 1
Latest Posts
Today's Posts
All Forums
Unanswered Threads
All Forums
Related Forum Features
DaniWeb News Stories
DaniWeb Code Snippets
DaniWeb Tutorials
DaniWeb Product Reviews
DaniWeb White Papers
Forum Search
About Us
|
Contact Us
|
Advertise
|
DaniWeb
|
Acceptable Use Policy
|
©2003 - 2009 DaniWeb® LLC