Options

BC ExternalSql

eredaxeredax Member Posts: 3
4ipx52s0e73x.png
0rja8g3goeqv.png
hello
I have connected an external table to my BC.
the connections are correct in fact the insert instructions work correctly.
The problem is when I go to read the inserted data.
I cannot change the field type on the external SQL table.
Any ideas?
Thanks

Answers

  • Options
    jordi79jordi79 Member Posts: 272
    Create a view based on the external SQL table. In this view, you can cast the datatype from original ext sql table to the type of datatype supported by NAV. Then use this view as external table to your BC installation.
  • Options
    eredaxeredax Member Posts: 3
    Great ,

    it works.

    In reading I have no more problems but now I cannot write, as it tells me that the field to be edited is part of a function.

    However I think I will use two different recordsets; one pointing to read and one to write.

    Thank you very much
    Emilio
Sign In or Register to comment.