Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3316

Re: [Microsoft][ODBC SQL Server Driver]Optional feature not implemented

$
0
0

Sorry, could you advise where to set and turn on Database Trace?


(1) .ini file?

 

[DataBase]

DBMS=ODBC

Database=

UserId=

DatabasePassword =

LogId=

LogPassword=

ServerName=

DbParm=ConnectString='DSN=amostest;UID=amos;PWD=voyager', StripParmNames='Yes',

 

 

 

(2) window > open ()?

 

dw_composite.SetTransObject(SQLCA)

dw_composite.Retrieve(dt1,dt2,InstCode,InstName)

 

dw_1.SetTransObject(SQLCA)

dw_1.Retrieve(dt1,dt2,InstCode)

 

(3) store procedure?

 

USE [aaaa]

GO

/****** Object:  StoredProcedure [aaaa].[report_duedate]    Script Date: 02/23/2016 11:00:16 ******/

SET ANSI_NULLS ON

GO

SET QUOTED_IDENTIFIER ON

GO

 

 

ALTER PROCEDURE [aaaa].[PMreport_duedate]

  -- Add the parameters for the stored procedure here

  @ld_datefrom DATETIME,

  @ld_dateto DATETIME,

  @li_instcode NUMERIC (3)

 

 

AS

BEGIN

.........

 

 

Kindly advise.

Thank you.


Viewing all articles
Browse latest Browse all 3316

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>