Problem solved. I uninstalled and reinstalled. I didn't do this most obvious solution earlier because I was afraid of losing all my data. Uninstalling doesn't delete the data, so when I reinstalled, everything works like it used to.
My apologies. I accidentally added a space to "local host" in my thread, but not in the postgre settings. No postgre is not running in the taskmanager. I've tried starting the service, but to no avail.
I haven't made an changes that I can think of (except for installing my wireless printer), but as of yesterday my Postgre 8.2 will not start. I've checked that
listen_addresses = 'local host'
port = 5432
max_connections = 100
I tried configuring and then just shutting down my...
When I use a FileDialog Box to return the name of a file, it returns the absolute file name (e.g., C:/documents and setting/usernmae/desktop/filename.xls).
Is there a way to retunr an relative file name, so that my VBA program can find the correct file on any computer, not just mine.
I'm sure many of you out there know the answer to this, but unfortunately I do not. I am attempting to create a slide show using HTML and JavaScript. I want it to produce a slide show with all the pictures in a directory. However, I have not been able to find an example in javaScript that...
I am trying to create a modular program. In one module (clss.cpp) I have a class (named score). How do I access it from my main.cpp file. The keyword "extern" only works for functions and variables (My make file links both files correctly).
code:
clss.cpp
class score
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.