TODAS AS PUBLICAÇÕES
- Classificar por:
- Data ▼
- Título
- Curtir
- Comentários
- Visualizações
Compile PHP, Informix PDO for XAMPP 7.0.8 on Windows Platform
If you require a XAMPP server for Windows that can connect to Informix using PDO, here is a brief explanation of what is required. Prerequisites 1. XAMPP for Windows , which includes PHP 7.0.28 https://www.apachefriends.org/download.html 2. On the other hand we use the PDO 1.3.1 driver obtained from https://pecl.php.net/package/PDO_INFORMIX/1.3.1/windows 3. Informix connect 4.10 that you get from IBM Informix as csdk.4.10.TC6.WIN-32.zip If DLL is not present build it with below commands. ... [More]
Marcações:  windows php_pdo_informix php informix xampp pdo_informix apache |
Registering IBM Database Add-Ins for Visual Studio 2017
IBM Database Add-Ins for Visual Studio 2017 is available with IBM 11.1 m3fp3. Following section explains the steps to follow for registering IBM Database Add-ins to Visual Studio 2017. For registering IBM Database Add-Ins for Visual Studio, one of the earlier versions of Visual Studio (Visual Studio 2015 or earlier supported versions) needs to be installed on the machine. Step 1: Download and install IBM Data Server Driver Package (DS Driver) v11.1fp3. Download the... [More]
|
Creating Entity Data Model using IBM Data Server providers for Entity Framework Core
C reating entity and context classes for an existing IBM database is supported through IBM Data Server providers for Entity Framework Core version 1.2. It supports Database-First approach using the Scaffold-DbContext command of Package Manager Console and .NET Core CLI. This reverse engineering command creates entity and context classes based on the schema of the existing database. If we have already had a database tables in place, we don't need to hand-roll our models. The... [More]
|
Getting started with ADO .NET Core MVC Web Application using MacOS to access IBM Data Servers
This blog will help you to get started on ADO .NET Core MVC Web Application using MacOS to connect and perform DML operations against IBM Data Servers. Prerequisites: Visual Studio for MAC with .Net Core 2.0 You need to have the ' Blog ' table created. The script for creating and inserting data into the table is provided towards the end of the blog. Steps to follow to create an ADO .NET Core MVC Web Application using MacOS to access IBM Data Servers: 1. Open Visual Studio for Mac... [More]
|
Writing docker hosted .NET Core applications with IBM Data Server provider
Microsoft Visual Studio 2017 supports writing applications which runs on Docker. Docker for Windows is available for install at https://docs.docker.com/docker-for-windows/install/ This article explains how to create a simple Console application using IBM Data Server Driver for .NET Core and run the application on Docker for Linux. Open Visual Studio 2017 and create new Console application from Start-> New -> Project -> Installed -> Visual C# -> .NET Core -> Console App(.NET Core). NOTE :... [More]
|
Getting started with ADO .NET Core MVC Web Application to access IBM Data Servers
This blog will help you to get started on ADO .NET Core MVC Web Application to connect and perform DML operations against IBM Data Servers. Prerequisites: Visual Studio 2017 with .Net Core 2.0 You need to have the ' Blog ' table created. The script for creating and inserting data into the table is provided towards the end of the blog. Steps to follow to create an ADO .NET Core MVC Web Application to access IBM Data Servers: 1. Open Visual Studio 2017 and select File->New->Project... [More]
|
IBM Data Server Drivers for .NET latest technologies
Following is the list of different IBM Data Server provider available for Microsoft .NET technologies. IBM Data Server driver for Cloud is for .NET applications hosted on MS Azure or any other supported cloud platforms connecting to IBM Data Servers. More information is available at: https://www.ibm.com/developerworks/community/blogs/96960515-2ea1-4391-8170-b0515d08e4da/entry/IBMDBADONETAZURECLOUDDRIVER?maxresults=15&lang=es_ar IBM Data Server... [More]
Marcações:  db2connect .net ibm ef |
How to provide IBM Data Server Connection Information via IBM Data Server provider for EF Core 1.1.1
How to provide IBM Data Server Connection Information via IBM Data Server provider for EF Core 1.1.1: IBM Entity Framework Core Provider mandates the user to provide server platform type, and version in addition to the connection string while configuring DbContext. To pass server information, User can use SetServerInfo(..) method which belongs to the namespace IBM.EntityFrameworkCore.Storage.Internal . For example: OptionBuilder.UseDb2(<Connection String>, p=>p.SetServerInfo( <Platform Type>, <Server Version>... [More]
Marcações:  setserverinfo efcoresetserverinfo |
Announcing the new developerWorks India centre
You spoke, we listened. The developerWorks India Community, IBM's premier resource site, curated for the Indian developer audience, will be found at https://developer.ibm.com/in/ So, what changes? We remain IBM's premier community for Indian developers to discover and learn about the hottest and most popular technologies and connect with experts inside and outside IBM. Our new site is optimised for mobile devices, letting you find what you need even when your laptop is not nearby. We've added site search, so you... [More]
|
Connecting Pepper Robot with Watson Speech to Text - Java program
Questions/Objectives: 1) Can we program Pepper Robot using Java? 2) For speech recognition, instead of using Pepper Robot's in-built speech recognition (which is word-based), can we use Watson Speech to Text (which is sentence based)? Programming Pepper Robot using Java Follow the steps in http://doc.aldebaran.com/2-5/dev/java/index_java.html -> "Directly in the Aldebaran robot" section. Those steps are repeated here for quick reference (along with some minor modifications needed for my version of Pepper robot).... [More]
Marcações:  speech-to-text watson pepper java robot |
Workshop: Build a chatbot using IBM Watson Conversation
Watson Conversation has a visual dialog builder to help you create natural conversations between your apps and users, without any coding experience required. Join us this Saturday, March 11, to build a chatbot using IBM Watson Conversation and network and connect with like minded developers. Agenda: 1:00AM-11:15PM- Introduction 11:15PM- 12:15PM- [Workshop]-How to build a chat bot using IBM Watson Conversation 12:15PM- 12:30PM- Networking & Refreshments Register here . Do carry your... [More]
|
Why Enterprises should start using Cloud Services?
Look around, and you see people are using Infrastructure as service, mostly. The reasons are usually based on a feeling . A feeling of having full control over their solution, or a feeling of ease of management. But in the bargain, the company stops innovating . What is the solution? The solution lies in using cloud services. Adopt them, and you will see: Differentiate yourself from Competition, You have choice of algorithms (API) to choose from. Customize and extend them with your current solutions. Nowadays Most of the solutions... [More]
|
Watson powered Slackbot that helps you with language translation
Have you ever got lost in a new city not knowing the language or have you got stuck with your French/Spanish classes/homework? This simple Slackbot powered by Watson conversation and Language Translator, translates language and helps you understand them faster & better by conversing! It is a simple Slackbot that can translate from English to French, French to English and Spanish to English(more translations are possible since Watson Language Translator supports Arabic,French,Spanish and Portugese). The Slackbot identifies the Intent of... [More]
|
Getting started with IBM Data Server provider for EntityFramework Core using Visual Studio 2015 update 3
[The blog refers to IBM Data Server provider for EntityFramework Core 1.1] This sample core c onsole application demonstrates, how to perform DML operation on table via IBM Data Server provider for EntityFramework Core using Visual Studio 2015 update 3 against DB2 for z/OS and DB2 for Linux, Unix, Windows database server. Prerequisite : Visual Studio 2015 update 3 .Net Core 1.0.1 - Visual Studio 2015 tooling These can be downloaded from here DDL used in EF core console application: CREATE TABLE MYTABLE (... [More]
Marcações:  ibmefcore howtouseibmefwithvs2015up... |
Frequently asked questions about IBM DB .NET Core Provider
This section lists the commonly asked questions about IBM Data Server Provider support for .NET Core. Q: Where can I find the latest package? The package can be downloaded from https://www.nuget.org/ and following are the packages: For Windows IBM.Data.DB2.Core 1.2.2.100 IBM.EntityFrameworkCore 1.2.2.100 For Linux IBM.Data.DB2.Core-lnx 1.2.2.100 IBM.EntityFrameworkCore-lnx 1.2.2.100... [More]
Marcações:  .netcore ef db2 mac osx linux |