blackbr 0 Light Poster

-I am using vs2008's table adapters for a DAL for several tables.

-I have a computed field (FirstLastName) in my Lead table.

-If I try to generate insert/update logic, the sql aborts when it tries to update the computed field.

-So I dropped the field from the primary select, with idea that I would add the field/property to the datatable / datarow via partial classes.

-But I'm having difficulty doing that. I'd appreciate if someone can give me a specific coding example.

Thanks,
Randy

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.