0

I have an app with the use of namespace data.odbc in order to work with MySQL. I have tried it on different PC, the app works but when the odbc object should work, it does nothing. I suppose something is missing - I thought its automatically included. I have looked into app files - all are included. I have tried Add reference but there is no system.data.odbc :( EDIT: In the code I am not using any references to stuff like MySQL Connector and it works on my machine. Thank you for your help

Tim S. Van Haren
  • 8,861
  • 2
  • 30
  • 34
Petr
  • 7,787
  • 14
  • 44
  • 53

1 Answers1

0

Maybe install the connector on the PC

MySQL

EDIT: 'Does nothing' as in no results? No error what so ever? Install MySQL drivers on target machine LINK

RvdK
  • 19,580
  • 4
  • 64
  • 107
  • I thought with the OdBc I wont need anything like that. It is possible to include the files with the app? – Petr Nov 12 '09 at 14:04