5

Can I use other databases with Wamp?

 2 years ago
source link: https://www.codesd.com/item/can-i-use-other-databases-with-wamp.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Can I use other databases with Wamp?

advertisements

Can we use other database like oracle with WAMP package? Or if I want to use PHP,oracle and apache to use then can I do this? How?


Short answer, yes.

PHP has support for connecting to Oracle, MySQL, PostgreSQL, MS-SQL, and various others. You just have to have the PHP extension installed for the database you wish to use.

Tags wamp

Related Articles

How can I use a database with the VMM of the Telerik grid?

I have an MVC c# application. I am have a datatable returned from a query, like this, string strConn = ConfigurationManager.ConnectionStrings[Database].ConnectionString; DB2Connection myConnection = new DB2Connection(strConn); DB2Command myCommand =

How can I use multiple databases with JPA?

I need two or more than two connections in my web application using jpaTo use different data sources, add multiple persistence units (say, source-1 and source-2 in persistence.xml and create multiple EntityManagerFactoryes by name): EntityManagerFact

Can I use a database in the browser?

My application needs to use a database. I've read online that databases are supported in some browsers but they are now deprecated? It was very confusing. I need to use a database with HTML. Is it possible to use a database with HTML5? UPDATE It need

Using multiple databases with a single DbContext and Entites and generating the Conn string at run time

I am developing an MVC 5 application. Initially I was using single database with EF6 DataBase first approach and I am using my DbContext instance to access my database which have 102 tables. I am declaring its instance as: private MyEntities db = new

How can I use certificate authentication with HttpsURLConnection?

I'm trying to connect to an HTTPS URL, but I need to use client authentication with a certificate placed on my system by third party software. I haven't the slightest idea how I'm supposed to either find or use it and all I have to go on is C# sample

Can I use a layout with 2 activities?

Can I use one layout with 2 activities? I have an activity called "download.java" and one called "upload.java) and ONE layout called "main_site.xml". "download.java" is the MainActivity It shows 2 buttons and an empty li

Can I use xsd: complexContent with Delphi XML Binding Wizard?

The Delphi 2009 XML Data Binding Wizard fails to process a simple XSD which contains a complexContent declaration (Invalid Pointer Operation). Is it a bug or a know limitation? Example: <?xml version="1.0" encoding="utf-8"?> <

Can we use wmain () functions with Unix compilers or will it work only on Windows?

Can we use wmain() functions with Unix compilers or it'll work only on\for windows?The only standard signatures for main are: int main(void); int main(int argc, char *argv[]); However, a freestanding implementation can provide extensions/allow other

Can I use stored procedures with ruby ​​on rails?

Can I use stored procedures with ruby on rails ? I am using mysql as database and ruby on rails. please provide me any of the example for this.Duplicate ? if not: class MyRubyClass < ActiveRecord::Base def self.select_some_records connection.select_a

Can I use logical operators with function parameters?

I want to create a function, where you can either use an int or a string variable as an parameter, but I don't know how. I am writing a little example of what I want to achieve: #include <iostream> #include <string> using namespace std; int fu

Where can I find sample databases with common formatted data that I can use in multiple database engines?

Does anybody know of any sample databases I could download, preferably in CSV or some similar easy to import format so that I could get more practice in working with different types of data sets? I know that the Canadian Department of Environment has

What is the equivalent of Firebirds & ldquo; STARTING WITH & rdquo; when using other databases, for example Oracle?

I am investigating the possibility of updating our application to work with database servers other than Firebird. We rely on "STARTING WITH" for accessing our hierarchical data. Without it, I don't see how we can migrate to another database with

IOS7: Can I use other types of Helvetica Neue with Dynamic Type?

We are designing an app for iOS7 and our designer wants to use non-default font (Avenir), but I dont want to loose Dynamic Type functionality. As I understand Dynamic Type can only be used with default system font, which is Helvetica Neue. Is it poss

Can you use other formats next to XML with XMLHttpRequest?

I understand JSON can be used instead of XMLHttpRequest in Javascript, but can I make requests and get totally arbitrary data back? Like a custom text or binary format? Or is the interface limited to jSON and XML? I hope I get through what I wonder h

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK