| | |
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 2008 access add advanced application array assignment basic beginner box browser button buttons center click client code combo convert cpu cuesent data database datagrid datagridview datetimepicker designer dissertation dissertations dissertationtopic eclipse editvb.net employees excel exists forms function html images isnumericfuntioncall lib listview map mobile module msaccess mssqlbackend mysql net number open page pan pdf picturebox picturebox2 port print printing printpreview problem record regex reuse right-to-left save search serial settings socket sorting sqldatbase sqlserver storedprocedure structures temp textbox timer timespan transparency txttoxmlconverter usercontol vb vb.net vb2008 vba vbnet vista visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web winsock wpf wrapingcode xml





