temp table names exceeding 32 chars for OLEDB engine #130

Closed
opened 2024-09-26 11:39:45 +00:00 by allan · 0 comments
Owner

This is an easy fix - just switch:
%let temp_table=##%mf_getuniquefileref(prefix=BTMP)_&base_dsn;
to:
%let temp_table=##%mf_getuniquefileref(prefix=BTMP);

This is an easy fix - just switch: `%let temp_table=##%mf_getuniquefileref(prefix=BTMP)_&base_dsn;` to: `%let temp_table=##%mf_getuniquefileref(prefix=BTMP);`
allan closed this issue 2024-12-31 15:26:23 +00:00
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/dc#130
No description provided.