Hi,Could someone point me towards a simple example of importing a file and outputting it to a database table? Just getting started - looks great but just trying to get my head around it. I need to better understand how DB connections are made, how the schema is used, etc.Thanks!
Regarding your connectionstring issue. I had the same requirement and rewrote my configuration dynamically. A bit hacky but works...
> --
> You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/QruKGeAHX_8J.
>
> To post to this group, send email to rhino-t...@googlegroups.com.
> To unsubscribe from this group, send email to rhino-tools-d...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
Regarding your connectionstring issue. I had the same requirement and rewrote my configuration dynamically. A bit hacky but works...