Hi Everyone
I am connecting to SQL Server through ODBC, i think i have connected using shared access to the database and also read and write access. The program i am running is selecting from the database fine, When it comes to inserting the project doesn't bomb out but it does not insert the details into the database. Below is my code, to connect to the database.
Any Ideas?
ODBCName = "ODBC;UID=***;PWD=****;DSN=SMSSQL"
DBName = ""
Set MyWorkSpace = Workspaces(0)
Set dbsSERVER = MyWorkSpace.OpenDatabase(DBName, False, False, ODBCName)
I am connecting to SQL Server through ODBC, i think i have connected using shared access to the database and also read and write access. The program i am running is selecting from the database fine, When it comes to inserting the project doesn't bomb out but it does not insert the details into the database. Below is my code, to connect to the database.
Any Ideas?
ODBCName = "ODBC;UID=***;PWD=****;DSN=SMSSQL"
DBName = ""
Set MyWorkSpace = Workspaces(0)
Set dbsSERVER = MyWorkSpace.OpenDatabase(DBName, False, False, ODBCName)