How to send infotable to MSSQL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to send infotable to MSSQL
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.
- Labels:
-
Best Practices
-
Extensions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The guide appears to not be a part of this link any longer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @AndyHilton.
The learning guides were migrated to IoT Tips. This one may be helpful in answering your questions.
Regards.
--Sharon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
