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
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