| | |
SQL Error Display Event Form
Please support our VB.NET advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Oct 2008
Posts: 9
Reputation:
Solved Threads: 0
Helo friends;
and my error is...
 in query expression 'dName ='.<br />
<br />
)
where dName is the column in access table.
please hlp.
thanks
VB.NET Syntax (Toggle Plain Text)
If lbDriverName.SelectedIndex = True Then sql = "SELECT * FROM tblDriver WHERE dName =" & lbDriverName.SelectedItem Else sql = "SELECT * FROM tblDriver" End If
and my error is...
where dName is the column in access table.
please hlp.
thanks
•
•
Join Date: Jul 2007
Posts: 276
Reputation:
Solved Threads: 37
Try
I think that should work - you have to have the whole statement surrounded by double quotes but to add the selected item I think you put it within double quotes within single quotes . . .
maybe this post helps:
http://www.daniweb.com/forums/post700733.html
VB.NET Syntax (Toggle Plain Text)
sql = "SELECT * FROM tblDriver WHERE dName ='" & lbDriverName.SelectedItem"'"
I think that should work - you have to have the whole statement surrounded by double quotes but to add the selected item I think you put it within double quotes within single quotes . . .
maybe this post helps:
http://www.daniweb.com/forums/post700733.html
Last edited by rapture; Oct 9th, 2008 at 3:54 pm. Reason: add other forum post
![]() |
Similar Threads
- Updated : Simple ASP.Net Login Page (ASP.NET)
- JSP: Cascading option box problems ... (JSP)
- Warning: mysql_num_rows(): (PHP)
- Login used to work (ASP.NET)
- JEditorPane Display Errors (Java)
- Compilation Error Handles cmdLogin.ServerClick (ASP.NET)
- Simple ASP.Net Login Page (Using VB.Net) (ASP.NET)
- Please Help!!! MOD function (ASP)
- Populating & Retrieving Data in a listbox : ASP.NET (w/ VB.NET) (ASP.NET)
Other Threads in the VB.NET Forum
- Previous Thread: Smart phone emulator
- Next Thread: Guessing Game
| Thread Tools | Search this Thread |
"crystal .net .net2005 30minutes 2005 2008 access account arithmetic array assignment basic binary bing button buttons center check code combobox component connectionstring convert crystalreport data database databasesearch datagrid datagridview design dissertation dissertations dissertationthesis dosconsolevb.net dropdownlist excel file-dialog firewall folder ftp google hardcopy image images insert isnumericfuntioncall listview login math memory mobile ms navigate net networking opacity output passingparameters peertopeervideostreaming picturebox picturebox1 port print problemwithinstallation project reports" save savedialog searchbox serial soap sorting string table tcp temp text textbox timer toolbox trim update updown upload useraccounts usercontrol vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb.nettoolboxvisualbasic2008sidebar vb2008 vbnet view visual visualbasic visualbasic.net visualstudio web wpf





