Hai
i need to append a column with AutoNumber to an existing table using ADOX
i am working with c#2.0
My Database is Access database
Can u give me some suggestions in making a step forward
Thanks and Regards
Vinay Kumar
Printable View
Hai
i need to append a column with AutoNumber to an existing table using ADOX
i am working with c#2.0
My Database is Access database
Can u give me some suggestions in making a step forward
Thanks and Regards
Vinay Kumar
Can you not just execute an ALTER TABLE statement using ADO.NET?
As per client requirment i need to implement ADOX
Thanks and Regards
Vinay Kumar