The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
I have infotable but i would like to send infotable to MSSQL External database.
Now I try to use jdbc connector extension but i don't know how to send infotable to MSSQL External database.
please suggestion me thank you.
The guide appears to not be a part of this link any longer.
Hi @AndyHilton.
The learning guides were migrated to IoT Tips. This one may be helpful in answering your questions.
Regards.
--Sharon
Hi,
Do you really want to store the fields in your InfoTable to the mapping fields separately in your MSSQL database table? If so you need an intermediate service to parse these fields out and then call the SQL Command to store it into database table;
if you want to store the InfoTable into only one field of your MSSQL database table, then you could consider to change InfoTable format to JSON(for example, ToJSON Service) and then store it into your MSSQL table varchar field.
Br,
Anna
Hi,
Could you let us know if your problem is resolved? Please share with us how it's resolved or please mark the post as Accepted Solution for others reference who have similar question.
Thanks,
Br,
Anna