odbc icon indicating copy to clipboard operation
odbc copied to clipboard

Results 14 odbc issues
Sort by recently updated
recently updated
newest added

Trying to upgrade a project to Laravel 6 that requires this package, and I see that it's been 4 years since the last update. Has the project been abandoned?

PHP 7.2 Laravel 5.7 odbc is installed as a php extension /vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php ``` * @throws \InvalidArgumentException */ protected function createConnection($driver, $connection, $database, $prefix = '', array $config = []) {...

this product is something great that no body noticed, i created a system management and business insight using this module, but it need grammer for atleast the enterprise db's like...

I am getting a driver not found error. I've done some research and from what I can tell, php pdo for odbc comes pre configured. So why am I getting...

In the documentation it says: In your config/app.php file add the Service Provider to the service providers array like so... `'TCK\Odbc\OdbcServiceProvider',` In Laravel 5.3 I encountered problems (Driver not Found)...

Dear, I use laravel5.5 link sql server 2000, inquiries out of the data distortion, how to deal with? Look forward to your reply, I have been engaged for several days,...

I am getting the following error when doing a query: ``` >>> \App\FiscalYear::where('FiscalYearName','2016-2017')->get(); Illuminate\Database\QueryException with message 'SQLSTATE[42000]: Syntax error or access violation: 402 [FreeTDS][SQL Server]The data types nvarchar and text...

Default ODBC required 'odbc' as connection name. Change get config passed to ServiceProvider. Change require also @funkflute patch.