This topic is locked

ASP Runner and DB2

2/7/2007 10:06:28 AM
ASPRunner.NET General questions
R
rgrazzini author

Hi.
I created an application using ASPRunner 3.0 connecting DB2 version 9.
The list page has been create succefully (SELECT command) )but when i tried insert command into a DB2 table i receive an error message below:
ERROR [42S22] [IBM][CLI Driver][DB2/NT] SQL0206N "@NAME" não é válido no contexto em que foi utilizado. SQLSTATE=42703
InsertCommand = insert into alias.table(NOME) values (@NAME).
So, if i put a hard code in @NAME variable, it´s works.
For example: InsertCommand = insert into alias.table(NOME) values ('Rubens').
How, can i use the insert command SQL into DB2 Table trought ASPRunner ?
Regards,

Rubens

Eugene 2/9/2007

ASPRunner.NET don't support DB2 currently. Please try to use ASPRunner.Pro

R
rgrazzini author 2/10/2007

ASPRunner.NET don't support DB2 currently. Please try to use ASPRunner.Pro


ASPRunner PRO works ok with DB2. When could i have a new version ASPRunner.NET for DB2 ?
Regards

Rubens

Eugene 2/12/2007

At the current moment we are not going to include support DB2 into ASPRunner.NET