hi all..
how can i alter a table from C#...
using SqlDataAdapter( ) or SqlDataReader() classes
i could execute queries like insert,select,u pdate etc...
but couldn't find a function like selectCommand() or updateCommand()
for alter...is there any way?
thanks and regards
sand...
how can i alter a table from C#...
using SqlDataAdapter( ) or SqlDataReader() classes
i could execute queries like insert,select,u pdate etc...
but couldn't find a function like selectCommand() or updateCommand()
for alter...is there any way?
thanks and regards
sand...
Comment