imsparsh / erlang-mysql-driver

Automatically exported from code.google.com/p/erlang-mysql-driver
Other
0 stars 0 forks source link

Simple Howto? #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Using the assumption that all that is known about erl is how to launch the
shell,  What steps do you need to take in order to compile and then execute
the test code?

Original issue reported on code.google.com by tgru...@gmail.com on 14 Sep 2006 at 12:18

GoogleCodeExporter commented 9 years ago
The bandaid that I came up with was to compile each of the driver .erl files 
with
erlc and the copy the beam files to the test directory.  This worked fine.  
After
googling  a bit i discovered an argument to the erl vm that was could set the 
path. 
The argument was -pa ThePath. 

Thanks for developing this driver.  I was wanting to play around with distrubted
querying via erlang and this just made my life simple.  Now to see how to do it 
in a
yaws app

Original comment by tgru...@gmail.com on 19 Sep 2006 at 4:25

GoogleCodeExporter commented 9 years ago
Sorry for the late reply. I forgot to set up email notifications for new 
issues. I'm
happy it worked for you eventually. If you still have issues, please let me 
know.

Original comment by yari...@gmail.com on 22 Oct 2006 at 8:45