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
Asked
Active
Viewed 105 times
1 Answers
0
Maybe install the connector on the PC
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