Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

Hi fellows,

We use, today, php with WAMP server, acessing SQlAny 12 db,
(with PHP 5x we use sybase.ddl driver, after update to PHP 7x, became to use ODBC driver) It works very fine....
But we're planing to migrate it to Laravel FrameWork. and we didn't find any kind of document or example of configuration to this environment. Anyone knows how to do it ? Neither ODBC or direct connection, no documents found about it. Thanks a lot.

asked 29 Apr '19, 11:45

phbraga's gravatar image

phbraga
41779
accept rate: 0%

Well, here is says:

Currently, Laravel supports four databases:
MySQL, PostgreSQL, SQLite, SQL Server

Furtheron, it is told:

You may also access the raw, underlying PDO instance

So you may or may not be able to build a connection PDO-wise... Here's an older FAQ on that...

(30 Apr '19, 08:46) Volker Barth
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×145
×70

question asked: 29 Apr '19, 11:45

question was seen: 1,886 times

last updated: 30 Apr '19, 08:46