cancel
Showing results for 
Search instead for 
Did you mean: 

Meta Data & Garbage Collection

Former Member
0 Kudos
155

Hi All,

Adding a user table\field\key is possible if only one Meta Data object is instantiated.

No other objects (business or meta data) are allowed.

In VB6 you may use the meta data objects as locals in different methods,

and thus use one method to create tables and another to add fields.

In VB.NET you must set the object you are done with to nothing and activate the

Garbage Collector ( GC.Collect() ) before trying any other meta data operation.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Alon,

thanks a lot for the information.

Hi (to anybody who's reading this),

I propose, two things:

1. You might use a prefix like "INFO: " for the topic, so that it is at least easier to find these posts again in future when there are - hopefully - much more posts in the forum.

2. You might consider to reply to your "INFO: " post by yourself, so that it's not listed with "0" replies.

Regards,

Frank