| | |
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 |
Tag cloud for VB.NET
.net .net2008 2005 2008 access account application array arrays basic beginner browser button buttons center checkbox client code convert cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic eclipse excel fade filter forms ftp generatetags gridview html images inline input insert intel internet lib listview mobile monitor net objects open panel passingparameters pdf picturebox port position print printing problem read remove save searchvb.net select serial settings shutdown soap sorting sqlserver survey table temperature textbox timer timespan transparency trim update user validation vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web webbrowser winforms wpf wrapingcode year





