darknesspider Posted February 14, 2012 Posted February 14, 2012 how the ISAPI MODE and mysql web app. please example Quote
Administrators Farshad Mohajeri Posted February 14, 2012 Administrators Posted February 14, 2012 There are many options to access a mysql database, for example you can use built-in DBX components for it. You must place your db connection and dataset objects on MainModule. Other details are similar to developing a regular VCL app. You'll place visual DB controls on Form and connect them to data source and etc. Quote
darknesspider Posted February 14, 2012 Author Posted February 14, 2012 [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified. Quote
Administrators Farshad Mohajeri Posted February 14, 2012 Administrators Posted February 14, 2012 If your underlying DBX driver is ADO based then you must set ServerModule->AutoCoInitialize->True Quote
darknesspider Posted February 14, 2012 Author Posted February 14, 2012 yes i set ServerModule->AutoCoInitialize->True only ISAPI mode not run.. Quote
Administrators Farshad Mohajeri Posted February 14, 2012 Administrators Posted February 14, 2012 In ISAPI mode proper permissions must be set, so IIS can access local resources needed for your database driver. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.