October 2018
Intermediate to advanced
340 pages
7h 56m
English
Microsoft ML Services can also read data through Open Database Connectivity (ODBC), which is a well-known and commonly accepted database access method. Initially, the connection string is set up, and it is assigned to a variable. In this example, the variable name holds the connection string. Here is the example code:
sqlServerConnectionString <- "SERVER=<IP Address goes here>;DATABASE=<database name goes here>;UID=<User Name goes here>; PWD=<Your Password Goes Here>”
Read now
Unlock full access