Xampp and SQL Server - sql-server

I am trying to connect to a SQL Server via PHP, however, I keep getting errors in my code which found out was due to the SQL Server driver. But that's not the issue, the issue I am having now is XAMPP will not run the driver and when checking PHP info it won't show that the drivers are running.
To find a copy of my PHP.ini please go to the following link:http://linustechtips.com/main/topic/376252-xampp-568-with-ms-sql/

There is currently no official driver for PHP 5.6. Found a unofficial driver..
Hope this works, please check this out..
Unofficial Microsoft SQL Server Driver for PHP (sqlsrv)

Related

Trying to connect to an Oracle server v9.2.0.8 with the pycharm database tool

I'm trying to use the PyCharm database tool to look at a couple of Oracle databases. The first database is an Oracle 11 database and connects with no problems. The second database, however, is an Oracle 9i database and is giving me issues. When i try to connect to it I get an error message that says
Unsupported combination of server/driver versions: found Oracle server version 9.2.0.8 with JDBC driver version 12.1.0.2 that is not compatible. Oracle server version 9.x must be connected by JDBC driver versions 9.x to 11.x..
I've tried finding where pycharm keeps the JDBC drivers but have had no luck. If someone could point me in the right direction I would be very grateful. I would also appreciate it if someone could point me towards where I can download drivers that will work with the Oracle 9i and 11(g i think?) databases.
I'm on windows 10 64 bit and using PyCharm 2016.2.3.
I have been using Oracle Server 9i- 9.2.0.4.
To query on this server I am using Jet Brains DataGrip.
It showed me the same error and then I changed driver jar of ojdbc6-x.x.x with
ojdbc14-9.2.0.1.jar and then It started working fine on DataGrip.
Hope this will be helpful.
Download ojdbc14-9.2.01 and configure it on your local Database management tool.
http://www.java2s.com/Code/Jar/o/Downloadojdbc149201jar.htm

Connect Netbeans 8 to SQL Server 2014?

Win 8.1
Netbeans 8.0.2
SQL Server 2014
I'm trying to create a (very) small project -- Nothing huge, just get data from SQL Server to Netbeans.
Problem is I can't seem to get a connection. Nor can I find any information about how to connect these versions. I've tried following steps to connect older Netbeans to older SQL versions, but nothing works. I just get errors compiled by more errors. Google has not been my friend here :-(
Anyone out there know a step-by-step resource that can connect Netbeans 8 to SQL 2014?
Or am I trying to do something regarded as impossible?
Thanks,
Jason
FYI -- SQL is setup for Windows Authentication.

DBVisualizer doesn't connect to SQL Server using jTDS

I tried to connect my database using the default Sql Server driver and it doesn't work, but from my computer with the same configuration I can connect to the Management Studio.
The error is time out, it can't find the database, but the
configuration is correct!
If you give some more information than that would be helpful, Do you have installed correct (JDBC) driver btw? Also, see this link if it is helpful to you Click here

No suitable driver found for SQL Server in Netbeans 7

I use SQL Server 2005 with the driver sqlsgbd4 and I want to connect to a database from NetBeans 7.3.
I have the driver jar in the CLASSPATH, and this exception is still thrown after running my program.
Can you help?
Right click on project and choose properties. Go Library i hope this help you..

Moodle with SQL Server

I'm having a tough time integrating moodle with sqlserver through FREEDTS even after reading the documentation in the moodle site.
I've setup the settings in freedts.conf,php.ini and Config.php.
But, inspite of all this it does not connect to my database. I'm using SQL Server 2008.
What could I possibly be missing?
Thanks.
Have you built PHP with support for FreeTDS as described in the FreeTDS User Guide?
I was able to get it running with SQL Server 2008 and IIS by following the guide from BFC Networks. The primary thing was using SQL Server 2.0 for PHP to complete the integration.

Resources