OrcasBeta2 dbml column array

C

camarkco

Hi,

What is the best way to get an array of the columns of a SQL table
encoded in a dbml file in OrcasBeta2? My project is reading XML into
SQL tables, I want to go directy XML to SQL, not XML to DataGridView
to SQL. Is is possible to generically map a XmlNodeType.Element
Name to a dbml SQL table column?



Thanks,
Mark
 
J

Jialiang Ge [MSFT]

Hello ,

From your post, my understanding on this issue is: you wonder how to get an
array of the columns of a SQL table encoded in a DBML file in Visual Studio
2008 beta 2. If I'm off base, please feel free to let me know.

Currently, there is no support for Visual Studio 2008 Beta 2 in MSDN
managed newsgroup. However, I will try my best to share with you some of my
research results.

You mentioned DBML file in your question. Does it refer to the Database
Markup Language (http://www.codeplex.com/dml) ? If that, DML is licensed by
Apache License 2.0, and not supported by Microsoft. Therefore we cannot
make any representations regarding the use of these products. Thank you for
your understanding.

Sincerely,
Jialiang Ge ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
For MSDN subscribers whose posts are left unanswered, please check this
document: http://blogs.msdn.com/msdnts/pages/postingAlias.aspx

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express/Windows Mail, please make sure
you clear the check box "Tools/Options/Read: Get 300 headers at a time" to
see your reply promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top