i hope this makes sense....
I've written bunches of programs and I'm getting ok at this but everything i've ever done was just run on my local machine at work or from the network. In this case I'm writing a program that I'm going to get an installer for and distribute to people. It's more like a project of mine right now but you never know. at any rate, I'm doing things like creating my database connections...
ie(which btw is erroring out and this is my first time with access2010/vb2008 but i'll fix that hopefully)
Conn.Open("Provider =Microsoft.Jet.OLEDB.4.0; Data Source =C:\Users\Jimmy\Desktop\programming\Sales Retention\DBs\Logins.accdb; Jet OLEDB:Database Password =kapfft;")
my question is, how do i write it so it works right on the comps that get it? is this something that a good installer can take care of or is there something new i should be doing in these cases where I have to reference permanent files?
As always, thanks in advance!!!
This post has been edited by guyfromri: 12 September 2011 - 08:07 AM

New Topic/Question
Reply




MultiQuote







|