
INTERDEV - What language it use ?
Quote:
>I am learning Interdev myself, so far as I have gathered it doesn't
>have its own native language. You can put together a Web project
>using applets or components written in C++, VBScript, J++, or Visual
>FoxPro. You can also connect to databases through an ODBC connection.
Visual InterDev uses VBScript (VBA--
Visual Basic for Applications) as its
"native" language. However, you can also switch to JScript and code virtually
any language which can be interpreted by a browser (any of the browser
scripting languages) within a web page. Additionally, yes, it is a COM
consumer, which means you can take advantage of COM components. Technically,
this is because ASP pages run within Internet Information Server (or Personal
Web Server) which is what interprets the ASP pages and executes them. The
combination of all this gives you virtually limitless possbility.
-Curtis Spendlove
-Solstice Software