M
Marian
Hellou is there an very easy and not complex tutorial where is explained how
to Insert, Delete and Update data in infopath Repeating table via webservice
?I have created very simple table just with Id (int primary key
identity(1,1)) and Name(nvarchar(10)) and I want add, change names to sql
table and delete them via infopath with webservice. In C# I have create
dataset with delete,select,update and insert actions. I can insert the name
but when I insert the name I don't know how to return the new Id and I have
really no idea how to implement the update procedure. I have found few
tutorials on internet but they are too complex for me because I am really
just starting to work with infopath 2007 .I am trying this actions for 3
days now with no luck. Please help
to Insert, Delete and Update data in infopath Repeating table via webservice
?I have created very simple table just with Id (int primary key
identity(1,1)) and Name(nvarchar(10)) and I want add, change names to sql
table and delete them via infopath with webservice. In C# I have create
dataset with delete,select,update and insert actions. I can insert the name
but when I insert the name I don't know how to return the new Id and I have
really no idea how to implement the update procedure. I have found few
tutorials on internet but they are too complex for me because I am really
just starting to work with infopath 2007 .I am trying this actions for 3
days now with no luck. Please help