<!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.6000.16825" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>On my computer, no I cant. There isnt a simple way 
to access an accounting v18 database on a machine not running MYOB?</FONT></DIV>
<DIV><FONT face=Arial size=2><BR><FONT face=Arial>Kind regards, <BR>Daniel 
Antonic <BR>Proprietor DCN Solutions <BR><BR>Mob: 0438 303 429 <BR>Web: 
</FONT><A href="http://dcnsolutions.net/"><FONT 
face=Arial>dcnsolutions.net</FONT></A></FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=sutterp@sopac.com.au href="mailto:sutterp@sopac.com.au">Peter 
  Sutter</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=phpwestoz@lists.linux.org.au 
  href="mailto:phpwestoz@lists.linux.org.au">phpwestoz@lists.linux.org.au</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, May 08, 2009 12:27 AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [PHPwestoz] MYOB ODBC 
  error</DIV>
  <DIV><BR></DIV>Is the MYOB company file configured for ODBC? Make 
  sure?<BR><BR>Can you access the MYOB database via ODBC on windows? i.e. via 
  msquery?<BR><BR>Little Systems has created an Open Source MYOB ODBC Bridge to 
  Linux.<BR>See: <A 
  href="http://www.littlesystems.com.au">http://www.littlesystems.com.au</A> 
  (Downloads)<BR><BR>Peter<BR><BR>On Wednesday 06 May 2009 12:36, Daniel Antonic 
  wrote:<BR>&gt; Hello all<BR>&gt;<BR>&gt; I'm writting a program that will 
  interface a customer's MYOB database file<BR>&gt; with her web site so that 
  people can pay online, and it is all recorded in<BR>&gt; her MYOB file 
  immediately.<BR>&gt;<BR>&gt; MYOB Accounting V18 is running in Windows XP Pro, 
  I have set up a System<BR>&gt; DSN, but PHP just cant see the database. I got 
  this snippet of code from<BR>&gt; another web site:<BR>&gt;<BR>&gt; 
  &lt;?php<BR>&gt; # connect to a DSN "mydb" with a user and 
  password<BR>&gt;<BR>&gt; $connect = odbc_connect("test","", "");<BR>&gt; echo 
  $connect . "&lt;P&gt;";<BR>&gt; # query the users table for name and 
  surname<BR>&gt; $query = "SELECT * FROM Employees";<BR>&gt;<BR>&gt; # perform 
  the query<BR>&gt; $result = odbc_exec($connect, $query) or die ("cannot find 
  table");<BR>&gt;<BR>&gt; # fetch the data from the database<BR>&gt; 
  while(odbc_fetch_row($result)){<BR>&gt;&nbsp;&nbsp; $name = 
  odbc_result($result, 1);<BR>&gt;&nbsp;&nbsp; $surname = odbc_result($result, 
  2);<BR>&gt;&nbsp;&nbsp; print("$name $surname&lt;br&gt;\n");<BR>&gt; 
  }<BR>&gt;<BR>&gt; It fails at $result, I put in the DSN name, username and 
  password in the<BR>&gt; odbc_connect() directive. I really need help on this, 
  please!<BR>&gt;<BR>&gt; Kind regards,<BR>&gt; Daniel Antonic<BR>&gt; 
  Proprietor DCN Solutions<BR>&gt;<BR>&gt; Mob: 0438 303 429<BR>&gt; Web: 
  dcnsolutions.net<BR><BR>_______________________________________________<BR>PHPwestoz 
  mailing list<BR><A 
  href="mailto:PHPwestoz@lists.linux.org.au">PHPwestoz@lists.linux.org.au</A><BR><A 
  href="http://lists.linux.org.au/listinfo/phpwestoz">http://lists.linux.org.au/listinfo/phpwestoz</A><BR></BLOCKQUOTE></BODY></HTML>