Accessing MS-SQL Server from within ACU-Cobol
From: Daniel Klopfer (dk_at_grunecker.de)
Date: 01/14/04
- Next message: DaveW: "Fujitsu Linker"
- Previous message: Peter E.C. Dashwood: "Re: Standards question on edited fields"
- Next in thread: Peter E.C. Dashwood: "Re: Accessing MS-SQL Server from within ACU-Cobol"
- Reply: Peter E.C. Dashwood: "Re: Accessing MS-SQL Server from within ACU-Cobol"
- Reply: Jon Scally: "Re: Accessing MS-SQL Server from within ACU-Cobol"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 14 Jan 2004 12:11:35 +0100
Hi all,
I am trying to access a SQL-Server database from within an Cobol
program.
The first attempts were succesful, but now I've got a problem with
some record-dscriptions: The variable-types "INT" , "INT NOT NULL"
and "VARCHAR(nn)" can be represented by PIC 9(9), PIC S9(9) and PIC X
clauses.
What PIC must I use for variable-type "DATETIME" and "DECIMAL(X,Y)???
Any hint is welcome.......
Thanks
Daniel
- Next message: DaveW: "Fujitsu Linker"
- Previous message: Peter E.C. Dashwood: "Re: Standards question on edited fields"
- Next in thread: Peter E.C. Dashwood: "Re: Accessing MS-SQL Server from within ACU-Cobol"
- Reply: Peter E.C. Dashwood: "Re: Accessing MS-SQL Server from within ACU-Cobol"
- Reply: Jon Scally: "Re: Accessing MS-SQL Server from within ACU-Cobol"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|