Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 68393
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:24:34+00:00 2026-05-10T19:24:34+00:00

In Microsoft Oslo SDK CTP 2008 (using Intellipad) the following code compiles fine: module

  • 0

In Microsoft Oslo SDK CTP 2008 (using Intellipad) the following code compiles fine:

module T {      type A {         Id : Integer32 = AutoNumber();     } where identity Id;      As : A*;      type B {         Id : Integer32 = AutoNumber(); //        A : A; //    } where A in As && identity Id;     } where identity Id;      Bs : B*;      type C {         Id : Integer32 = AutoNumber();         B : B;     } where B in Bs && identity Id;      Cs : C*;  } 

and results in the following Reach SQL output:

set xact_abort on; go  begin transaction; go  set ansi_nulls on; go  create schema [T]; go  create table [T].[As] (     [Id] int not null identity,     constraint [PK_As] primary key clustered ([Id]) ); go  create table [T].[Bs] (     [Id] int not null identity,     constraint [PK_Bs] primary key clustered ([Id]) ); go  create table [T].[Cs] (     [Id] int not null identity,     [B] int not null,     constraint [PK_Cs] primary key clustered ([Id]),     constraint [FK_Cs_B_T_Bs] foreign key ([B]) references [T].[Bs] ([Id]) ); go  commit transaction; go 

But after changing the commented line in module T as follows

        A : A;     } where A in As && identity Id; //    } where identity Id; 

the error message ‘M2037: SQL Generation Internal Error: Missing generator for variable ‘A” is displayed (in Intellipad’s Reach SQL Window).

Any Ideas?

Regards, tamberg

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T19:24:34+00:00Added an answer on May 10, 2026 at 7:24 pm

    I think what you want is:

    type A {     Id : Integer32 = AutoNumber(); } where identity Id;  As : A*;  type B {     Id : Integer32 = AutoNumber();     A : A; } where identity Id;  Bs : (B where value.A in As)*;  type C {     Id : Integer32 = AutoNumber();     B : B; } where identity Id && B in Bs;  Cs : (C where value.B in Bs)*; 

    Note that the constraints are on the externs, not the types here. I was able to get similar code when the constraints where on the types but not able to go more than one relationship deep. Moving them to the externs seems correct and generates the expected Reach SQL.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 176k
  • Answers 176k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Assuming Ext3 formatted drive under Linux (the most common). From… May 12, 2026 at 3:17 pm
  • Editorial Team
    Editorial Team added an answer I fixed my issue. Turned out I had to change… May 12, 2026 at 3:17 pm
  • Editorial Team
    Editorial Team added an answer #!/usr/bin/python from subprocess import Popen, PIPE import sys data =… May 12, 2026 at 3:17 pm

Related Questions

Microsoft, of Cairo fame, is working on Oslo, a new modeling platform . Bob
In an application scaffolding project on which I'm working, I'm trying to decide whether
We are considering Microsoft DSL toolkit for creating some abstract designers. I already did
I am working on a project that requires me to define a DSL. Since

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.