J joe Jul 15, 2003 #1 Is there anyway to tell if a column is an identity field using the data adapter's FillSchema method. Thanks, Joe
Is there anyway to tell if a column is an identity field using the data adapter's FillSchema method. Thanks, Joe
S Scot Rose [MSFT] Jul 15, 2003 #2 Not specifically, However you can check if it is an Autoincrement and the AutoincrementSeed value. Want to know more? Check out the MSDN Library at http://msdn.microsoft.com or the Microsoft Knowledge Base at http://support.microsoft.com Scot Rose, MCSD Microsoft Visual Basic Developer Support Email : (e-mail address removed) <Remove word online. from address> This posting is provided “AS IS”, with no warranties, and confers no rights. --------------------
Not specifically, However you can check if it is an Autoincrement and the AutoincrementSeed value. Want to know more? Check out the MSDN Library at http://msdn.microsoft.com or the Microsoft Knowledge Base at http://support.microsoft.com Scot Rose, MCSD Microsoft Visual Basic Developer Support Email : (e-mail address removed) <Remove word online. from address> This posting is provided “AS IS”, with no warranties, and confers no rights. --------------------