Is it possible to create / modify / remove Oracle users through a VB application using ODBC, ie. implement a simplified version of the functionality of Oracle's User Manager?
Wed, 28 Feb 2001 03:00:00 GMT
Mark Tomlins #2 / 2
How? Creating ORACLE Users through VB/ODBC
Sure, as long as you have the appropriate permissions on the server a CREATE USER ... SQL statement can be done.