DataAdapter FILL Metod Do not Create Table in Untyped DataSet

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
pvl
Posts: 12
Joined: Fri 14 Oct 2005 07:53

DataAdapter FILL Metod Do not Create Table in Untyped DataSet

Post by pvl » Fri 07 Jul 2006 08:16

Я прошу прощения, судя по именам отвечающих можно писать по-русски? Вопрос в следующем: используя VS2003 я мог генерировать таблицы в нетипизированном DataSet следующим образом я становился на датаадаптер, выбирал опцию Fill Dataset, указывал имя таблицы и в датасете генерировалась таблица, код создания которой прописывался в коде формы. Использую VS2005 и релиз 3.50.10 я получаю после Fill Dataset таблицу (datatable) который виден в датасете, но код содания таблицы, ее полей и т.д. не прописывается в коде формы, т.о. после сохранения формы, ее закрытия и повторного открытия созданный вроде бы DataTable отсутсвует.
Просьба подсказать как можно сделать в данной ситуации - очень неудобно в ручную создавать все таблицы.

Спасибо заранее за ответ.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 07 Jul 2006 11:07

Unfortunately we are unable to answer your question here on the forum.
Please use English or send your inquiry to the address provided in the readme file.

pvl
Posts: 12
Joined: Fri 14 Oct 2005 07:53

Post by pvl » Fri 07 Jul 2006 14:24

Sorry for my English.
My problem:
When I use VS2003 I may generate DataTable in the UNTYPED DataSet. I click mouse's right button and select [Fill Dataset], then I write datatable name and DataTable generates in DataSet and ! code of creating datatable and it's field generates too and was inserted in form's code.

When I use VS2005 and reales 3.50.10 after Fill Database operation I have DataTable, that can be visible in DataSet, BUT Code of creating this DataTable does not exist in form's code and if I save form, close it and then open in designer again DataTable doesn't exits.

Please help, do not convienent to create datatebles "by hand"
Thank you.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 07 Jul 2006 15:22

We will fix this bug.
Look forward to the next build.

Post Reply