|
-
Feb 23rd, 2001, 08:09 AM
#1
How do I get VB installer to add an ODBC reference?
Thanks in advanced
Simon
-
Feb 23rd, 2001, 08:59 AM
#2
Addicted Member
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.
-
Feb 23rd, 2001, 09:57 AM
#3
Create it in code
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.
-
Feb 23rd, 2001, 08:11 PM
#4
Re: Create it in code
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.
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. Thanks
substring: I was talking about a database connection.
Thanks,
Simon
-
Feb 25th, 2001, 01:37 PM
#5
-
Feb 27th, 2001, 07:09 AM
#6
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|