TMSTableData error
Posted: Tue 05 Feb 2013 09:03
Hello,
I have error problem with using TMSTableData.
If I'm running program on server machine then command 'TMSTableData.Open' working ok.
On client machine the same command gives me error 'Table does not exists'
On both machines I'm using the same user, so it is not a problem with the database rights.
TMSTableData I connect to the User-Defined Table Data on MSSQL 2012 which I create by:
CREATE TYPE [dbo].[StrukturaSprawyTableType] AS TABLE(
[Department] [bigint] NULL,
[Condition] [bigint] NULL
)
Please help me to solve the problem.
Regards
Tomin
I have error problem with using TMSTableData.
If I'm running program on server machine then command 'TMSTableData.Open' working ok.
On client machine the same command gives me error 'Table does not exists'
On both machines I'm using the same user, so it is not a problem with the database rights.
TMSTableData I connect to the User-Defined Table Data on MSSQL 2012 which I create by:
CREATE TYPE [dbo].[StrukturaSprawyTableType] AS TABLE(
[Department] [bigint] NULL,
[Condition] [bigint] NULL
)
Please help me to solve the problem.
Regards
Tomin