Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > MySQL
|
MySQL General discussion about the MySQL database.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the MySQL section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 13th, 2003, 02:51 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 518
Thanks: 0
Thanked 0 Times in 0 Posts
Default sql query can debug

I run following query in query analyzer,

ssql="SELECT contractno,recordno,category,contractor,consultant ,Description,drawingno,approveddate, REVERSE(LEFT(REVERSE(Imagereference), CHARINDEX('\', REVERSE(Imagereference)) - 1)) imagereference FROM arc where contractor='"& contractor& "'"

it give following error

(95 row(s) affected)
Server: Msg 536, Level 16, State 3, Line 1
Invalid length parameter passed to the substring function.

Some time query give result and display records and sometime it give above error.
How I can debug the query ?
How I can find the error in the query ?

Please help

Mateen Martin
[email protected]
 
Old July 23rd, 2003, 03:30 PM
Registered User
 
Join Date: Jul 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You might want to post you question in the SQL Server Forum.

JFercan
 
Old July 24th, 2003, 03:52 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

add " AND Imagereference IS NOT NULL" to the end and try again.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with C# and SQL query Codeman1234 C# 2005 19 April 24th, 2008 05:26 AM
Output Query to txt file from SQL Query everest SQL Server 2005 4 November 22nd, 2007 01:49 AM
SQL query chandanbhakuni SQL Server 2000 2 July 15th, 2006 12:53 AM
SQL Query- Please help! clearsky SQL Language 3 October 25th, 2004 09:29 PM
sql query vohra_vikas SQL Server 2000 2 September 28th, 2004 07:37 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.