Hidy ho all,
I'm in the process of prepping a demo register , and I have a singular problem. We have an addon (which we didn't make, but try to support) for some of our clients. This addon is perfectly functional with their database, but when I tried to apply it to a different stores database I started getting the above error.
The exact error is:
Error #-2147217865
Invalid object name 'tblUKI'
(Source Microsoft OLE DB Provider for SQL Server)
(NativeError: 208)
No Help file available
INSERT INTO tblUKI (Start) Values (1) SELECT SCOPE_INDENTIFY()
Now, if I'm reading this right, I need to add some values to the tblUKI table. First, am I reading this right?
Second, if so, can I copy the values from another databse we have here , and just paste them into this database?
error #-2147217865
Invalid object name 'tblUKI'
(source microsoft OLE DB Provider for SQL Server)
(NativeError: 208)
No Help file available
INSERT INTO tblUKI (Start) Values (1) SELECT SCOPE_IDENTIFY()
Hidy ho all,
I'm trying to configure an sql database, to allow some custom made ad-ins for Dynamics RMS to function properly.
The error message i'm getting, when I try to run said add in, is:
error #-2147217865
Invalid object name 'tblUKI'
(source microsoft OLE DB Provider for SQL Server)
(NativeError: 208)
No Help file available
INSERT INTO tblUKI (Start) Values (1) SELECT SCOPE_IDENTIFY()
Now this tells me I have to add some values to the tblUKI table.
My question is, can I copy these values
Hidy ho all,
I'm trying to configure an sql database, to allow some custom made ad-ins for Dynamics RMS to function properly.
The error message i'm getting, when I try to run said add in, is:
error #-2147217865
Invalid object name 'tblUKI'
(source microsoft OLE DB Provider for SQL Server)
(NativeError: 208)
No Help file available
INSERT INTO tblUKI (Start) Values (1) SELECT SCOPE_IDENTIFY()
Now this tells me I have to add some values to the tblUKI table.
My question is, can I copy these values
Hidy ho all,
I'm trying to configure an sql database, to allow some custom made ad-ins for Dynamics RMS to function properly.
The error message i'm getting, when I try to run said add in, is:
error #-2147217865
Invalid object name 'tblUKI'
(source microsoft OLE DB Provider for SQL Server)
(NativeError: 208)
No Help file available
INSERT INTO tblUKI (Start) Values (1) SELECT SCOPE_IDENTIFY()
Now this tells me I have to add some values to the tblUKI table.
My question is, can I copy these values
Hidy ho all,
I'm trying to configure an sql database, to allow some custom made ad-ins for Dynamics RMS to function properly.
The error message i'm getting, when I try to run said add in, is:
error #-2147217865
Invalid object name 'tblUKI'
(source microsoft OLE DB Provider for SQL Server)
(NativeError: 208)
No Help file available
INSERT INTO tblUKI (Start) Values (1) SELECT SCOPE_IDENTIFY()
Now this tells me I have to add some values to the tblUKI table.
My question is, can I copy these values