<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6001.18542" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>...could this be the problem...in Windows Vista I 
cannot change the file name in the directory <EM>c:\Program Files (x86)\Haskell 
Platform\2010.2.0.0\winghci</EM>&nbsp;but can change it in <EM>c:\users\user 
directory</EM>...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2><FONT face=Arial><STRONG><EM>&nbsp;&nbsp;&nbsp; ...&gt; 
ren&nbsp; "c:\Program Files (x86)\Haskell Platform\2010.2.0.0\winghci\test1.db" 
test2.db<BR>&nbsp;&nbsp;&nbsp; Access is 
denied.</EM></STRONG></FONT></FONT></DIV>
<DIV><STRONG><EM><FONT face=Arial size=2></FONT></EM></STRONG>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>...but I can see the contents of this 
file:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;<STRONG><EM>&nbsp;&nbsp;&nbsp;...&gt; type 
test1.db<BR>&nbsp;&nbsp;&nbsp; hello, world!</EM></STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>...is it possible to specify the directory 
c:\users\user in ghci so that Sqlite3 will look there to open the database and 
then to create a table in it?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Good day</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>----- Original Message ----- </DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=kmandpjlynch@verizon.net 
  href="mailto:kmandpjlynch@verizon.net">Kathleen Lynch</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=beginners@haskell.org 
  href="mailto:beginners@haskell.org">beginners@haskell.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, February 02, 2011 5:28 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Haskell-beginners] Can't find 
  or open a Sqlite3 database in Windows Vista</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>...seems like I 'kicked over another bee 
  hive'...plenty of messages in regard to this when you do google 
  search---&gt;[<EM>sqlite3.operational error unable to open database file in 
  windows vista</EM>]</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>...i'm getting the following error messages when 
  I try to create a database in Sqlite3:</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>*Sandbox&gt; dbh &lt;- connect 
  "poddbtest.db"<BR>*** Exception: SqlError {seState = "", seNativeError = 21, 
  seErrorMsg = "prepare 6: BEGIN: unable to open database file"}</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>*Sandbox&gt; dbh &lt;- connect "test1.db"<BR>*** 
  Exception: SqlError {seState = "", seNativeError = 1, seErrorMsg = "step: SQL 
  logic error or missing database"}</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Both come from Chapters 21 and 22 in "Real World 
  Haskell"</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>I can't invoke Sqlite3 from the command line 
  using---&gt; Sqlite3 myDatabase.db...</FONT></DIV>
  <DIV><FONT face=Arial size=2>I created blank files in folder C:\Program Files 
  (x86)\Haskell Platform\2010.2.0.0\winghci -- seemed to get me a bit further 
  along...at least I was able to connect...</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Is it possible to specify the folder that the 
  database should be created in?</FONT></DIV>
  <DIV><FONT face=Arial size=2>Is it possible to run Sqlite3 from the command 
  line - when it has been installed using the Haskell wiki?</FONT></DIV>
  <DIV><FONT face=Arial size=2>Has anyone had better success with MySql - I've 
  used it in the past and it was very reliable?</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Thank you</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Beginners mailing 
  list<BR>Beginners@haskell.org<BR>http://www.haskell.org/mailman/listinfo/beginners<BR></BLOCKQUOTE></BODY></HTML>