iDenTiTy
Expert Member
Passing a query as an objectin C#
Ok I have a 'rash' of a problem - referring to development..

Ok..
I have created a DB.cs class which has a method for querying the database..
Call the method dbquery.
How do I pass this method 'dbquery' as an object to another app?
In this case an actionscript app called Flex Builder.
?
Alternatively, if I create a method (function) in FB (builder), called ProductInfo(), how do I pass the database query to this method through a webservice?
Please could anyone help me?

Ok I have a 'rash' of a problem - referring to development..
Ok..
I have created a DB.cs class which has a method for querying the database..
Call the method dbquery.
How do I pass this method 'dbquery' as an object to another app?
In this case an actionscript app called Flex Builder.
?
Alternatively, if I create a method (function) in FB (builder), called ProductInfo(), how do I pass the database query to this method through a webservice?
Please could anyone help me?
Last edited: