Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 358
Default Maximum length of SQL

Hi,

I'm trying to build a query in Excel (2007) to get data from Access (2000).

The following SQL works (230 characters):

SELECT tbl_Comm_Data.* FROM `G:\06_ip\Andrew\WIP\POL\Andrews
Test1`.tbl_Comm_Data tbl_Comm_Data WHERE (tbl_Comm_Data.DEPT_NO='902' AND
((tbl_Comm_Data.REPORT_PERIOD='FY09 P01 JUL') OR
(tbl_Comm_Data.REPORT_PERIOD='FY09 P02 AUG')))

but the following doesn't (278 characters) :
SELECT tbl_Comm_Data.* FROM `G:\06_ip\Andrew\WIP\POL\Andrews
Test1`.tbl_Comm_Data tbl_Comm_Data WHERE (tbl_Comm_Data.DEPT_NO='902' AND
((tbl_Comm_Data.REPORT_PERIOD='FY09 P01 JUL') OR
(tbl_Comm_Data.REPORT_PERIOD='FY09 P02 AUG') OR
(tbl_Comm_Data.REPORT_PERIOD='FY09 P03 SEP')))

Is the maximum length 255? Is there a solution?

--
Andrew
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Maximum length of file name? Eric_NY Excel Discussion (Misc queries) 3 June 1st 09 09:51 PM
what is maximum row length in excel dlb1228 Excel Discussion (Misc queries) 2 August 10th 05 02:13 PM
What is the maximum length of a URL in a web query? SmilingPolitely[_3_] Excel Programming 1 May 26th 05 05:52 PM
maximum formula length skywalker99 Excel Worksheet Functions 2 March 1st 05 09:30 PM
What is maximum length of URL? Kiloran[_3_] Excel Programming 1 April 14th 04 12:39 PM


All times are GMT +1. The time now is 04:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"