How do I get VB installer to add an ODBC reference?
Thanks in advanced
Simon
Printable View
How do I get VB installer to add an ODBC reference?
Thanks in advanced
Simon
VB has OLEDB reference which is much better than ODBC. Try that. And if you don't have that reference, you might have to reinstall.
substring.
You could create it in your code, e.g. when your executable runs for the first time you could run some code to install the ODBC connection.
I have some code somewhere, I will find it if you need it.
I thought that might be the case, If you wouldn't mind finding it out for us and either Emailing it to me or just post it. ThanksQuote:
Originally posted by Negative0
You could create it in your code, e.g. when your executable runs for the first time you could run some code to install the ODBC connection.
I have some code somewhere, I will find it if you need it.
substring: I was talking about a database connection.
Thanks,
Simon
You can download the program that I wrote at:
http://www.Planet-Source-Code.com/vb...21335&lngWId=1
Thanks, Works well, but your code is a little hard to understand, as there is only one line needed for Access and SQL and you have like 20+lines whicc arnt really need, anyway just a suggestion
Thanks much.