简体   繁体   中英

Embarcadero HTML 5 Builder

I have the Builder trial. I have modified the php.ini file to activate mssql.dll, and relocated copies of the infamous ntwdblib.dll. I still cannot connect to MSSQL.

Did anyone have any success in doing this?

You should have a look at the HTML5 Builder documentation for MSSQL first thing.

And make sure you edit php.ini.template instead of php.ini , since editing the latter will have no effect whatsoever.

Don't know much about MSSQL, but based on my experience with Embarcadero's latest development tools and mysql databases you should first check for dll versions against database engine versions. If possible install the specified version of db engine that is stated to be supported by the IDE you use. If not you may not be able to use data explorer within the ide, but your application may still connect to database when you deploy.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM