G
Guest
Hi,
We have an application in Access which is linked to SQL Server.
The code is VBA. We would like to import a text file to a table
which is owned by dbo, but the user that is running the application
is not a dbo.
When we used doCmd.TransferTextMethod we succeeded to import
data only to a table owned by the user, but didn't succeed in importing
to a table owned by dbo. any code such as dbo.<table name> didn't work.
And suggestions?
We have an application in Access which is linked to SQL Server.
The code is VBA. We would like to import a text file to a table
which is owned by dbo, but the user that is running the application
is not a dbo.
When we used doCmd.TransferTextMethod we succeeded to import
data only to a table owned by the user, but didn't succeed in importing
to a table owned by dbo. any code such as dbo.<table name> didn't work.
And suggestions?