CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 04 Aug 2025 07:18:09 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100315072107
location: https://web.archive.org/web/20100315072107/https://forums.oreilly.com/user/22829/btseb/
server-timing: captures_list;dur=0.718629, exclusion.robots;dur=0.022508, exclusion.robots.policy;dur=0.011716, esindex;dur=0.010280, cdx.remote;dur=72.206056, LoadShardBlock;dur=238.717005, PetaboxLoader3.datanode;dur=96.644303, PetaboxLoader3.resolve;dur=92.593484
x-app-server: wwwb-app223
x-ts: 302
x-tr: 341
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 04 Aug 2025 07:18:10 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Mon, 15 Mar 2010 07:21:07 GMT
x-archive-orig-server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.8
x-archive-orig-x-powered-by: PHP/5.2.8
x-archive-orig-cache-control: no-cache, must-revalidate, max-age=0
x-archive-orig-expires: 0
x-archive-orig-pragma: no-cache
x-archive-orig-connection: close
x-archive-orig-transfer-encoding: chunked
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 15 Mar 2010 07:21:07 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 15 Mar 2010 07:21:07 GMT", ; rel="memento"; datetime="Mon, 15 Mar 2010 07:21:07 GMT", ; rel="last memento"; datetime="Mon, 15 Mar 2010 07:21:07 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100315045925_crawl103_IndexOnly-c/52_14_20100315072001_crawl100.arc.gz
server-timing: captures_list;dur=0.485204, exclusion.robots;dur=0.020023, exclusion.robots.policy;dur=0.010557, esindex;dur=0.011042, cdx.remote;dur=12.942899, LoadShardBlock;dur=304.081040, PetaboxLoader3.resolve;dur=301.538998, PetaboxLoader3.datanode;dur=133.461261, load_resource;dur=158.819782
x-app-server: wwwb-app223
x-ts: 200
x-tr: 531
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
btseb - Viewing Profile
O'Reilly Forums > Viewing Profile

Profile
Personal Photo
Rating
Options
Options
Personal Statement
btseb doesn't have a personal statement currently.
Personal Info
btseb
New Member
Age Unknown years old
![]()
Location Unknown
Birthday Unknown
Interests
No Information
Statistics
Joined: 1-March 10
Profile Views: 15*
Last Seen: 11th March 2010 - 12:52 PM
5 posts (0 per day)
Contact Information
![]() ![]() ![]() ![]() * Profile views updated each hour
![]() |
Topics
Posts
Gallery
Comments
Friends
My Content
11 Mar 2010
Is there a way to obtain the column names of a particular table using entity? What I mean is that I can obtain it via SQL with
CODE SELECT Column_Name FROM Information_Schema.Columns WHERE TABLE_Name = 'TableName' I attempted to obtain the information via Reflection but it returns the column names, as well as the association names. What I am doing is populating a combo box with the field names.
1 Mar 2010
I recently purchased the book and am in the process of building an application for my company. I am having some difficulty with adding a new value to a collection.
My code retrieves the MAC Addresses assigned to a particular computer in the database. The MACs are stored in a table with a Many(MACs) to One(Computer) via a Link table. I get the collection for the MACs. The user has the ability to add additional MACs via a form. My query is: CODE For Each Me.asset in (From c in AssestManagerEntities.Computer Where c.MapNo = MapNo) asset.InventoryLinkIDsReference.Load() 'This loads the link table asset.InventoryLinkIDs.MACadds.Load() 'This loads the MAC table txtMac.Text = asset.InventoryLinkIDs.MACadds(0).ToString 'This displays the first MAC record Next They want a validating event on the text box that when the add button is pressed it blanks the txtMac box and you can enter a news address. This address needs to be added to the collection. So far I've tried thsi but it does not seem to work: CODE Dim str As String = StripDash(txtMAC.Text) ' Takes dashes out of MAC string Dim newMAC = New M4AssetManager.MACadds newMAC.MAC = str Me.asset.InventoryLinkIDs.MACadds.Add(newMAC) Sorry for the long winded explanation but I read and reread the book and still can't my head around it. Thanks in advance. |
Last Visitors
btseb has no visitors to display.
Comments
Other users have left no comments for btseb.
Friends
There are no friends to display.
![]() |
![]() |
Lo-Fi Version | Time is now: 14th March 2010 - 11:21 PM |