SALM

SQLServer

ADO OLAP

Dim cnPubs As ADODB.Connection Dim cn As ADODB.Connection Dim cat As New ADOMD.Catalog Dim cs As ADOMD.Cellset Dim lIndexCS as long lIndexCS = 0 Set cn = New ADODB.Connection cn.ConnectionString = “Provider=MSOLAP.2;Integrated Security=SSPI;Persist Security Info=False;Data Source= your SQL Server ;Initial…

ADODB for Python

(c) 2004-2005 John Lim (jlim#natsoft.com.my) This software is licensed under a BSD-style license. See LICENSE.txt. Introduction Databases Supported Bug Reports and Help Installation Tutorial Connection Examples Function Reference Error Handling Bind Parameters Changelog Introduction ADOdb is a database abstraction library…

SQLServer LinkedServer

USE [MarketData] GO /****** Object: StoredProcedure [dbo].[spLinkedServer2Access] Script Date: 19/05/2015 10:24:19 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [dbo].[spLinkedServer2Access] @Symbol nvarchar(50) = NULL out AS BEGIN SET NOCOUNT ON; /****** Object: LinkedServer [LMD_ACCESS] Script Date:…