Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
SQl Server
  • hi,
    how can i use SQL Server in fuelphp ?
    please write sample db config code!
  • HarroHarro
    Accepted Answer
    You might want to check https://github.com/fuel/core/pull/1873

    It hasn't been tested (which is why the PR hasn't been accepted yet), mainly because we don't do Microsoft, and therefore no SQL server to test with.

    Perhaps you are in a position to see if it works correctly?
  • hi Harro,
    can i use PDO Driver for Connecting SQLServer? (SQL Server 2012 - 2014 Support Limit & Offset)
    if i can please give me sample of config.
    thanks
  • I can't, no Microshit available in our office. ;-)

    I've had a quick look at the proposed driver, but it doesn't fix all problems, and it's very specific to and old SqlServer version.

    If you want to see what nightmare you have with SQL Server, read http://blog.jooq.org/2014/06/09/stop-trying-to-emulate-sql-offset-pagination-with-your-in-house-db-framework/ which will also give you a good idea why until now there isn't a SQL Server (or Oracle) driver available...
  • hi Harro, (sorry for my bad english)
    i see your link (thanks you), and agree with that.
    for one of my project i must create user
    dashboard base on old data (ms-dos and oracle 8g-old customs software) in the web. (i create very basic framework for that)
    and i work with stupid oracle database pagination, substr, ....
    but
    other framework like laravel support many database.
    but fuelphp is my favorite. (
    The reason I insisted too much for support other db)
    can i use other orm (Like Doctorin, Propel, Axon, Flourish, ...) in fuelphp?

  • HarroHarro
    Accepted Answer
    You can use any ORM you like.

    Most can be installed through Composer these days, and Fuel is fully compatible with Composer.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion