[development-axapta] return sqlstatement to user

2004-11-12 Thread affekatz
Im using the command S.executeQuery(Here should the SQL statement be); is it possible to return the value from the statement fx. a select statement to a string ? something like this: str RV; RV = S.executeQuery(Here should the SQL statement be); If i write this i get the error message

Re: [development-axapta] return sqlstatement to user

2004-11-12 Thread jesper.joergensen
You get a resultset(Class) from a statement. You extract a string with the method getstring. /Jesper Original Message Subject: [development-axapta] return sqlstatement to user (12-Nov-2004 13:33) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Im using the command