This topic is locked

error -2147217900

10/11/2004 7:49:03 AM
ASPRunnerPro General questions
author

I am trying to build a web interface for my database. To be honest I know nothing about asp, so I found this package and thought I would give it a try. I followed the wizard and was impressed to see that I had a login page, which works, and that I could use the menu to open the table I wanted and sure enough there is all my data, it looks alright and is searchable!
However I do have a major problem that I would really appreciate some help with.
Within each table there are links to see the child tables - I don't seem to be able to get any of these to work. For example I have a table "Company details" and another related table "Colaboration"
When I click the collaberation link I get the error message below. I can see that the cause of the error is in the where part of the SQL statment and that Company ID = 1 needs to be in [] but how do I make these changes? I can't seem to see how to change this. Any help would be much appreciated
error number: -2147217900

Error description: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'Company ID=1'.

url: /test/Colaboration_list.asp

SQL query: select [Collaberation ID], [Company ID], [Type of Collaberation], [Other Details] From [Colaboration] where Company ID = 1

Sergey Kornilov admin 10/11/2004

David,
you just need to download latest ASPRunnerPro update where this error was fixed:

http://www.asprunner.com/files/asprunnerpro31a.exe

501093 10/11/2004

thanks admin much appreciated - feel a bit of a lemon now! hope this works out for me

501094 10/11/2004

that works much better now thanks - that is great