Can anyone tell me more about this and where to find documentation.
Cell A2 has 1, cell B2 has 1028
The Cell H2 has the following text.
UPDATE [MyApps].[dbo].[tblTheData] SET [Phrase] = '收款' WHERE CustomerID = 1 and CID = 1028 and CompanyID = 91
This format is repeated for every row - This text style is literally in the cell H2:H20
Yes on of the columns has the oriential characters.
Found some sites where this style is discussed as a Link to SQL Server.
My guess is that the Data Connections would contain some type of link and the UPDATE would replicate the data back and forth?
any ideas?
Cell A2 has 1, cell B2 has 1028
The Cell H2 has the following text.
UPDATE [MyApps].[dbo].[tblTheData] SET [Phrase] = '收款' WHERE CustomerID = 1 and CID = 1028 and CompanyID = 91
This format is repeated for every row - This text style is literally in the cell H2:H20
Yes on of the columns has the oriential characters.
Found some sites where this style is discussed as a Link to SQL Server.
My guess is that the Data Connections would contain some type of link and the UPDATE would replicate the data back and forth?
any ideas?