M
Martin Schlenker
Hi,
I am currently developing an Infopath Form that should be used to maintain
(add) data into a MS SQL Server Database. The Database is an instance on a
local machine connected via merge replication to another server.
Due to tha fact that I have choosen merge replication the publication adds
another column to my table including a value "rowguid" with datatype
"uniquidentifier". Ok, I understood why this is necessary but this leaves my
Form running into trouble. The field rowguid which is now a table column
that I am not able to delete is displayed on the form but whatever I fill in
I get an errormessage that telss me I have used the wrong datatype.
I have tried to add data directly on the DB and that works well, the rowguid
column is filled in automatically.
Why does this NOT run in a form ?
Anybody there who has solved a similar prob ?
I am getting mad..... otherwise ;-))
Thanks in advance
/Martin
I am currently developing an Infopath Form that should be used to maintain
(add) data into a MS SQL Server Database. The Database is an instance on a
local machine connected via merge replication to another server.
Due to tha fact that I have choosen merge replication the publication adds
another column to my table including a value "rowguid" with datatype
"uniquidentifier". Ok, I understood why this is necessary but this leaves my
Form running into trouble. The field rowguid which is now a table column
that I am not able to delete is displayed on the form but whatever I fill in
I get an errormessage that telss me I have used the wrong datatype.
I have tried to add data directly on the DB and that works well, the rowguid
column is filled in automatically.
Why does this NOT run in a form ?
Anybody there who has solved a similar prob ?
I am getting mad..... otherwise ;-))
Thanks in advance
/Martin