Re: CGI and Environment Variables
- Posted by GeorgeWalters Jul 27, 2009
- 1711 views
No, George, that's not helpful at all. Please refer to my previous message.
Matt
Here's what I did.
if dbId < 1 then tmp = getErrorODBC(dbId) fn = open("crash.txt", "w") printf(fn,"%d %s", tmp) --dbId = message_box("Can't open DataBase " & dbName,"",0) abort(1) end if
Here's the message returned. Doesn't make sense to me. Running the program directly works but launching it from an html doc does not work.
0 IM002 [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified [/quote]
I found some references to this message using apache which I do not completely understand. I'm running an EU program that is a launched html doc from apache. I'm running apache 2.2.11 on Windows XP 2nd. Apparently I have to do some more work on apache, which I do not understand. Hopefully someone can take a look and explain to me what it's trying to say.
http://www.apachelounge.com/viewtopic.php?t=2545
Thanks. George