P
Paula
Hello :
Can you create a table in an Oracle data base using sentences in your .NET code?
I explain:
example: sqlSentence = "CREATE TABLE tableName (...)"
command.commandtext = sqlSentence;
command.ExecuteNonQuery();
If you can, how can you set auto_increment data types?
Thanks
Paula
Can you create a table in an Oracle data base using sentences in your .NET code?
I explain:
example: sqlSentence = "CREATE TABLE tableName (...)"
command.commandtext = sqlSentence;
command.ExecuteNonQuery();
If you can, how can you set auto_increment data types?
Thanks
Paula