| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| A Wealth of Knowledge | Parsing Excel with ASP Looking for a hand parsing Excel with ASP. I just started to work with ASP this month and now I've been assigned stuff like the following. Probably not too hard for someone that knows ASP in and out, but for me ![]() Code: strSQL = "SELECT * FROM A1:Z200 WHERE The_Number <> 'Number 6'" The error is 0x80040E10 "Too Few Parameters" I'll be giving a small bounty to the person that gets this to work. Reply and I will get back to you. -Steve
__________________ Follow Me on Twitter: |
| |
| | #2 (permalink) |
| NamePros Regular | I'm confused with what The_Number really is...if it's just a header name, you probably have something wrong. Try using the column index, like "...WHERE B <> 'Number 6'. Did you somewhere else in the code map that column index to the index in the excel file? |
| |
| | #3 (permalink) |
| A Wealth of Knowledge | Still looking for answers. -Steve
__________________ Follow Me on Twitter: |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |